Tampermonkey is a userscript manager for Google Chrome, Microsoft Edge, Safari, Firefox, Opera, Dolphin Browser, and UC Browser. Tampermonkey scripts are privileged JavaScript code snippets, with access to a custom API that allows you to customize the way web pages look and act.
1,567 questions- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
Where I can find GM_xmlhttpRequest xhr console logs
I have a little userscript running on Tampermonkey in Firefox (chrome has the same behavior) The xhr logs of these requests doesn't appear in the console or network analysis. Because it is a cors ... javascript greasemonkey tampermonkey gm-xmlhttprequest- 41
Filter out $0.00 values on Google Play order history
I wanted to check an old purchase on Google Play, but the history will show everything that I claimed. Including, a ton of free apps (listed as $0.00), and it's impossible to filter anything in that ... javascript firefox google-play tampermonkey- 133
Tampermonkey script to check for a button and click it
I am pretty new to creating scripts with tampermonkey and even after looking at several answers for the past few hours I still cant figure this one out. I'm trying to make a script that checks for a ... javascript tampermonkey- 11
How to make userscript auto update from private domain/github?
I am developing a userscript for Tampermonkey and storing it on private Github. The auto update doesn't seem to work. Is Tampermonkey using its own servers to check for updates? Is it possible to ... tampermonkey auto-update userscripts- 188
How to trigger Tampermonkey/Greasemonkey userscript in Slack web verision?
I'm having trouble getting any userscript to execute in Slack web interface. The script is loaded with the page, as shown by Tampermonkey, but it doesn't even write into the console. Even something ... slack greasemonkey tampermonkey userscripts- 107
Tampermonkey automation of selecting option in a menu
I'm trying to write a script for selecting an option from a menu once the website is loaded. Here is the code of the menu. <select name="abc" multiple="" size=... javascript automation greasemonkey tampermonkey- 3
Navigate to data URL in Chrome using Tampermonkey
I have a Tampermonkey script where I want to view an image (in the current tab) when I middle-click on it. In Firefox it works without any problems, but in Chrome it doesn't work when the image URL is ... javascript google-chrome google-chrome-extension tampermonkey- 95
saves a signal that you can then trigger whenever you want
tampermonkey uses JavaScript. if anyone here is a JavaScript wizard I'd be most thankful for even a direction towards that end. or to at least know if it's feasible or not. the idea is to click a ... javascript script tampermonkey- 35
Is there a way to get userscript code that was evaluated on the page?
I have created userscripts to ease logging in my accounts on some websites, but now I'm concerned: Can a site owner see the code of my userscripts? I'm using Tampermonkey extension for Edge/Chrome, ... javascript tampermonkey userscripts- 11
How to use tampermonkey to remove these specific html elements?
Ok, so for some reason youtube has made some dumb design decisions. The problem is that for some reason they have made it so that the like, dislike, share, etc. buttons cover up the upload date and ... html jquery google-chrome-extension tampermonkey- 21
@grant directive and detecting a user script by a page
My question is two-fold. First, can someone explain what are pros and cons of using @grant none in Tampermonkey? And second, which @grant values I should use to prevent a webpage from detecting a ... tampermonkey userscripts- 355
Multiple @require directives - same path
A user script that I have in Tampermonkey is simply a preamble that loads the script itself and a file with shared functions. // ==UserScript== // @name My User Script // @grant none // @match *://*/* ... tampermonkey userscripts- 355
Replace text on webpage using script with Tampermonkey
I want to replace spices name in pages like this one: So I want to ... javascript replace tampermonkey userscripts- 1
Multiple urls Tampermonkey
For the first time in my live i make a Tampermonkey script. I want add multiple url's to a page: But i don't know how ... tampermonkey- 37
Looking to have an API pull a specific class response and log it into a variable which can be called
Hi looking to make a tamper monkey and test it on the weather site. This works in pulling the HTML/JSON data as a whole but how do I code it to specifically store the data under "... html json api class tampermonkey- 1
15 30 50 per page12345…105 Next