Questions tagged [tampermonkey]

Ask Question

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
1 vote 0 answers 10 views

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 ... user avatar capoaira
  • 41
0 votes 3 answers 37 views

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 ... user avatar root
  • 133
1 vote 1 answer 26 views

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 ... user avatar Eirandir
  • 11
1 vote 0 answers 23 views

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 ... user avatar user4463876
  • 188
1 vote 2 answers 30 views

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 ... user avatar marioErr
  • 107
0 votes 1 answer 27 views

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=... user avatar BenChow
  • 3
1 vote 0 answers 16 views

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 ... user avatar Борат Сагдиев
  • 95
0 votes 1 answer 15 views

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 ... user avatar Charity 2
  • 35
0 votes 1 answer 26 views

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, ... user avatar Alex
  • 11
0 votes 1 answer 35 views

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 ... user avatar Madas_
  • 21
2 votes 1 answer 34 views

@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 ... user avatar john c. j.
  • 355
0 votes 0 answers 16 views

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 *://*/* ... user avatar john c. j.
  • 355
0 votes 0 answers 35 views

Replace text on webpage using script with Tampermonkey

I want to replace spices name in pages like this one: So I want to ... user avatar Colin
  • 1
0 votes 1 answer 31 views

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 ... user avatar Daxter112
  • 37
-1 votes 0 answers 15 views

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 "... user avatar user19102374
  • 1

15 30 50 per page12345105

You Might Also Like