This repo hosts personal user scripts for userscript manager browser addons, such as FireMonkey, ViolentMonkey, TamperMonkey and GreaseMonkey.
Scripts do not depend on specific features of any addon and they don't depend on third-party libraries either.
I develop, test and use them in Firefox with FireMonkey.
Follow the instructions of any userscript manager browser addon and import the scripts you want. To get the proper URL of a given script:
- Go to the
scripts
folder - Click on the file of the script you want to import
- Get the link to the raw file. You can either click on the
raw
button or look for thedownloadURL
property within the first lines of the file. The raw link will look like https://raw.githubusercontent.com/LucasEsposito/MyMonkeyScripts/main/scripts/portrait-whatsapp-web.user.js
Scripts follow typical UserScripts standards and they therefore are configured to support automatic updates. However, double-check that the userscript manager addon you're using is configured to look for updates automatically.
Adapts WhatsApp Web to look better on portrait screens by removing the left sidebar as well as reducing the size of the left column (where contacts are displayed), giving more room to the chats column.
This script bypasses the restrictions set up on some sites, where pasting is disabled.
To not break any site, it's recommended that you always keep the script disabled and run it manually (while still keeping it disabled) only on the sites and situations you want to.
I use this no more than once per site, usually at registration, where pasting may be disabled. Therefore, running it this way is perfectly fine and even preferred. If you need to use this repeatedly on any page, you can edit the @match
attribute in the script to match the URLs you want.