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
- Host: GitHub
- URL: https://github.com/otthe/yapper
- Owner: otthe
- Created: 2024-10-27T19:26:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T22:07:39.000Z (7 months ago)
- Last Synced: 2024-12-28T15:31:56.170Z (5 months ago)
- Topics: browser-extension, console, console-api, debugging, ruby
- Language: Ruby
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
## Things to consider
- Make sure that the server is running, otherwise you will get spammed with error messages