Questions tagged [tampermonkey]
21 questions
22
votes
3 answers
How can I share Tampermonkey scripts between versions of Chrome?
I use the normal version of Chrome as well as Canary (on both Windows and OS X). It's kind of a pain that my TamperMonkey scripts are only available in one or the other. Trying to maintain both, and synchronize changes I made in one to the other,…
iconoclast
- 3,449
14
votes
2 answers
How can I restore a lost Tampermonkey userscripts
Recently my chrome glitched and tampermonkey just stopped working. I uninstalled and then reinstalled extension (with hope that scripts stay in place), but my scripts got deleted. Luckily I have a backup of profile directory. So how I can restore…
Artem P
- 380
7
votes
1 answer
How can I get Tampermonkey's Chrome Sync to actually sync?
Firstly, the Tampermonkey sync setup is described here.
The above-described process is not working for me, however. I've written a few scripts on one machine, where Chrome Sync is enabled, and have enabled the same sync functionality on a couple of…
Dan
- 334
3
votes
0 answers
How to append a specific string to a URL that matches, constantly with Tampermonkey? Or another method?
I want to append this string:
&sp=CAASAhAB
Every time a YouTube search query is performed to remove that stupid "People also watched" section.
I've created a Tampermonkey script that works pretty well but does not work when the search is performed…
MattFor
- 39
3
votes
1 answer
How to open javascript links in a new tab using tampermonkey / greasemonkey
I use a website for work which employs frustrating JavaScript links. The following post offers a solution:
How to open stubborn javascript links in a new tab or new window?
However, I haven't been able to amend the scripts offered to work for the…
Larry
- 31
2
votes
0 answers
Modify URL Before It Is Loaded On Google Chrome
Every time I load a YouTube video, I find myself first appending &hd=1 to the end of the URL so that the video plays in HD automatically. Over time, this gets annoying, so I would like it to be done automatically.
How can I automatically append…
dillmo
- 3,091
2
votes
0 answers
TamperMonkey set strange cookies
I see some strange cookies (see screenshot below) when using TamperMonkey. It's conflicting with one of the website I use.
They starts with TM_ and have extension UUID in the content so I am assuming TamperMonkey is creating…
CodePanda
- 435
1
vote
1 answer
Force Chrome to refresh page upon clicking a specific object
Is there a way I can have the browser refresh the entire page when a specific object is clicked?
When I hover over the object Chrome gives me this
javascript:submitAction_win0(document.win0,'TERM_CLASSES$tab3$0');
on the bottom left hand corner.
I…
user445367
- 11
1
vote
0 answers
How do I reduce chrome's CPU and memory usage on page load?
I am running a Tampermonkey script in Chrome that auto-refreshes every 4-8 seconds a page within a page range that looks for changes in the HTML elements and acts within a certain threshold.
The script itself works without a hitch, and I think it…
0xFFF1
- 153
1
vote
3 answers
Is there a way to yank the selected text into the search field in Chrome?
On Safari this can be done with Cmd+E, and it might even work on Chrome on OSX as well, but when on Windows I browse with Chrome. I do not want to type out what I want to search every time.
By search i mean search on the page, not search the…
Steven Lu
- 3,808
1
vote
1 answer
Revert new 2024 Wikia UI to older FandomDesktop Wikia UI?
So, a few years ago when Wikia started rolling out FandomDesktop to replace Oasis, I asked this question about a script for ViolentMonkey to continue using Oasis. Not too long after Wikia got rid of Oasis completely so that script became useless,…
Demon
- 83
1
vote
1 answer
How to disable a specific JavaScript on a website using Tampermonkey?
I'm trying to prevent a specific unwanted behavior on a website by disabling a script loaded by the website using a Tampermonkey userscript. The internal script is located at https://website.com/_next/static/chunks/framework-ca706bf673a13738.js and…
1
vote
1 answer
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 select the Oasis skin but this only changes the…
Demon
- 83
1
vote
2 answers
Malwarebytes identified Google Chrome user data as "potentially unwanted"!
A few days back I faced irritating popups called "Ads by Advertise" in Google Chrome, which displays ads when certain highlighted keywords were hovered over. The issue was specific to Chrome (it did not appear on other browsers like MS Edge or…
Andrew Lau
- 317
0
votes
1 answer
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 script for Violent Monkey/Tamper Monkey/Grease…
Demon
- 83