Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfredo3232/web-scripts
This a collection of my personal webScripts using a web browser extension called ViolentMonkey similar to TamperMonkey or FireMonkey.
https://github.com/alfredo3232/web-scripts
firemonkey javascript tampermonkey violentmonkey
Last synced: about 1 month ago
JSON representation
This a collection of my personal webScripts using a web browser extension called ViolentMonkey similar to TamperMonkey or FireMonkey.
- Host: GitHub
- URL: https://github.com/alfredo3232/web-scripts
- Owner: Alfredo3232
- License: agpl-3.0
- Created: 2023-11-05T06:18:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-05T23:05:45.000Z (about 1 month ago)
- Last Synced: 2024-12-06T00:19:06.431Z (about 1 month ago)
- Topics: firemonkey, javascript, tampermonkey, violentmonkey
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Scripts
This a collection of my personal Web Scripts using a web browser extension called ViolentMonkey similar to TamperMonkey or FireMonkey.
Feel free to adjust my scripts to your liking.## Explanation
- 4chan-settings.js
- Personally I run Librewolf with cookieAutoDelete, containers, along with clearing the history, cookies and site settings once the session is closed. I personally think that this is essential for privacy and security. However this also has a few downsides, with the one being that it automatically clears your settings each time. This extension automatically inserts my settings for 4chan without having to manually apply them myself.
- enable-vueDevTools.js
- I think that analyzing how a website works with Vue is paramount to learning more about a website and the technology, this is useful for many reasons and should be the default for the Vue extension. Especially when you want to view and analyze your website in production builds as the viewers are seeing it analyzing is essential to spot any bugs or security/privacy exploits.### Credits
- enable-vueDevTools.js was possible thanks to