Skip to content
/ yapper Public

More convenient way to debug browser extensions by overwriting Web Console API-calls and sending them to local http-server

Notifications You must be signed in to change notification settings

otthe/yapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yapper

Why?

  • So you can see debugging messages without opening new 'inspect element'-window everytime you make changes to your browser extension

How?

  1. Start the server:
ruby server.js    #or make it executable
  1. Add yapper.js to your project:
<script src="yapper.js"></script>
<script src="other.js"></script>
...
  1. If using example.html, you should see the following:
    alt text

Things to consider

  • Make sure that the server is running, otherwise you will get spammed with error messages

About

More convenient way to debug browser extensions by overwriting Web Console API-calls and sending them to local http-server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published