Questions tagged as 'userscripts'

1
answer

What is the purpose of the with_jquery function?

I'm learning to write UserScripts (for TamperMonkey ) and pretty much all the examples I see make use of a with_jquery function: function with_jquery(f) { if (!jQuery) return; var script = document.createElement("script");...
asked by 06.10.2016 / 17:32
1
answer

Rotate custom functions in the browser console

It's a bit tiring to have to be writing console.log() all the time. I know that in my code I can set the log function that does just that. But outside of the application environment, I would like to have this always available in th...
asked by 16.10.2014 / 00:32
1
answer

Global Scope Differences in UserScripts in Chrome and Firefox

I started programming UserScripts in Chrome and almost all of the code snippets I find work, but when it comes to Firefox it's a problem. In Chrome I use Tampermonkey and in Firefox Scriptish (which is a fork of Greasemonkey). [Note...
asked by 13.09.2014 / 02:49
2
answers

Run JS on third page

I would like to know all possible ways to run a JS (local) on a third page, where my real intention is to manipulate the frontend even to give me the custom view of a page x. I can already do this using the program Fiddler where it is pos...
asked by 05.03.2017 / 21:14
1
answer

Loading Javascript from a URL through the address bar or Bookmarklet

I have some Userscripts and would like to run on my Windows Phone, however there is no app for WP like Greasemonkey or Tampermonkey. So I came up with a crazy idea but I believe it will work: Create a bookmarklet that when I call down the Use...
asked by 22.02.2016 / 21:54