Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/husseinfo/devveb
How to customize your web experience, a guide
https://github.com/husseinfo/devveb
addon addons browser browser-extension extensions firefox javascript js web website
Last synced: 23 days ago
JSON representation
How to customize your web experience, a guide
- Host: GitHub
- URL: https://github.com/husseinfo/devveb
- Owner: Husseinfo
- License: gpl-3.0
- Created: 2023-03-05T18:50:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T19:12:28.000Z (almost 2 years ago)
- Last Synced: 2024-06-06T02:52:42.697Z (7 months ago)
- Topics: addon, addons, browser, browser-extension, extensions, firefox, javascript, js, web, website
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devveb
How to customize your web experience, a guide.## Firefox
### Inject your own JS snippets
#### Why
To modify websites content. Click on Pop-ups (newsletters, don't ask; behave!), remove ugly banners, automate thingies!#### How
[Greasemonkey](https://github.com/greasemonkey/greasemonkey/) is a user script manager for Firefox.
User scripts are small browser extensions that let you customize your web browsing experience.### Modify your User-Agent
#### Why
Tell websites your a using another Device/Browser, randomly. Be anonymous!#### How
[User-Agent Switcher](https://gitlab.com/ntninja/user-agent-switcher) is a [User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) changer extension for Firefox.### Wipe cookies
#### Why
Tell websites your another person. Life is a series of spontaneous changes!#### How
[cookie-quick-manager](https://github.com/ysard/cookie-quick-manager) is an addon to manage cookies on Firefox.