MCPcopy Index your code
hub / github.com/Tampermonkey/tampermonkey / removeUserScript

Function removeUserScript

src/background.js:2800–2803  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

2798/* ###### UserScript Runtime ####### */
2799
2800var removeUserScript = function(name) {
2801 storeScript(name, null);
2802 storeScriptStorage(name, null);
2803};
2804
2805var ts_ify = function(u) {
2806 if (u) u += (u.search('\\?') == -1 ? '?' : '&') + 'ts=' + (new Date()).getTime();

Callers 2

convertDataFunction · 0.85
background.jsFile · 0.85

Calls 2

storeScriptFunction · 0.85
storeScriptStorageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…