Skip to main content

Questions tagged [userscripts]

Userscripts are mainly javascript extensions for web browsers. Userscripts automate or customize actions, and they can change the layout or even "mash up" different websites.

1 vote
1 answer
108 views

Firefox: how to copy URLs to clipboard with parenthesis as encoded characters, e.g. '(' as '%28' and ')' as '%29'?

I am using Firefox 119.0 (64-bit) on Fedora 38. I would like to be able to copy a links that contain parenthesis to clipboard from the address bar with them as encoded. For example, when copying the ...
zpangwin's user avatar
  • 193
3 votes
3 answers
2k views

How to prevent a website from hiding its scrollbar?

Some webpages, such as this FAQ or this blog post, do not display a vertical scrollbar even though the content overflows vertically. This makes it impossible to click-and-scroll, or to see how long ...
Walter's user avatar
  • 171
1 vote
1 answer
4k views

How to prevent a web browser from following redirects in a specific website?

I am trying to block myself from using Google Search Console by bringing myself back to Google Search, due to addictive behavior with Google Search Console*. The following JavaScript code works from ...
somo's user avatar
  • 35
1 vote
1 answer
364 views

AHK to reassign mouse indexes for RetroArch emulator

I have an arcade build with lightguns that uses RetroArch. It relies on mouse indexes which can be obtained with a controller remap utility tool. This produces the following information ...
drewjbx's user avatar
  • 65
2 votes
0 answers
362 views

How to programmatically change viewport dimensions (like DevTools can?)

When viewing a website in Devtools with the Responsive Viewport, you can customize the screen dimensions in pixels. Is this accomplished on the browser end according to CSS/JS rules? , or are the ...
ETL's user avatar
  • 381
0 votes
1 answer
629 views

A script for Violent Monkey to revert Reddit's UI?

I seem to ask these sorts of questions a lot, so, in short, Reddit recently got uglier for some reason like so many sites and services are doing these days and I'd like to change it back. Is there a ...
Demon's user avatar
  • 95
0 votes
1 answer
3k views

How to send an input (letter y) after the command requests me to

I am trying to do chkdsk C: /f /r /x After I do this command, It requests me to press y to accept checking my disk after restarting my pc. How can I automate this for my .bat file? I mean, after the ...
fatFeather's user avatar
0 votes
1 answer
241 views

How can I diff between different chrome profiles in my rules?

What could be the difference between multiple profiles on Google Chrome? I want to make specific rules for specific chrome profiles: What is the difference between different profiles on Google Chrome ...
fatFeather's user avatar
0 votes
0 answers
4k views

Script to check SMB status on multiple servers

I am looking to check the SMB version and status on a list of servers. it would be nice to be able to have a list of server, such as a CSV and run the SMBconnection command against each of the ...
Magic's user avatar
  • 1
1 vote
1 answer
971 views

A script for Violentmonkey to automatically add something to the end of all wikia URLs?

Recently Wikia/Fandom has released a new design for their site that looks absolutely dreadful and they're slowly forcing it as the default skin for all of their wikis. Users can still log in and ...
Demon's user avatar
  • 95
3 votes
0 answers
71 views

Set Windows Background Colours from a Webpage Script

The Display Screen Optimiser I have a web app which identifies the optimal background colours for reading speed. It can set this optimal colour as the background for our site but our users want to be ...
Steve's user avatar
  • 131
0 votes
1 answer
1k views

Why is a userscript active on a given url in some browser but not another?

I develop a userscript to be used by a few people in my company. I advised them to install Tampermonkey. Someone complains that the script is not working for her: indeed, she has Tampermonkey ...
infisxc's user avatar
  • 81
0 votes
1 answer
96 views

Firefox: block left and right keystrokes for a particular website

I use a Wacom tablet that has touch gestures enabled. For some reason, when using Firefox, left and right scrolling is interpreted as left and right arrow keypresses. This wreaks havoc with some ...
stib's user avatar
  • 4,329
1 vote
1 answer
270 views

How to save or get binary file array of an image on the page without redownloading it in Firefox 81?

I'm using Firefox 81 (and also 82 dev edition), and I'd like to be able to save the images on the page that has finished loading without sending another GET request. This is because: I don't want to ...
user1306322's user avatar
  • 4,826
3 votes
0 answers
546 views

user scripts like Greasemonkey are no longer editable in firefox 71 (they were working fine in the 6x version)

Just updated to Firefox 71 after not updating for more than an year. Now violentmonkey scripts can't be edited. Then also can't be switched on or off. They were working well in the 6x version of ...
music's user avatar
  • 252

15 30 50 per page
1
2 3 4 5