An open API service indexing awesome lists of open source software.

https://github.com/otthe/yapper

More convenient way to debug browser extensions by overwriting Web Console API-calls and sending them to local http-server
https://github.com/otthe/yapper

browser-extension console console-api debugging ruby

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```
2. Add yapper.js to your project:
```

...
```
3. If using example.html, you should see the following:

![alt text](example/cli.png)

## Things to consider
- Make sure that the server is running, otherwise you will get spammed with error messages