Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.