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

Function notifyOptionsTab

src/background.js:2914–2923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2912};
2913
2914var notifyOptionsTab = function() {
2915 reorderScripts();
2916 var done = function(allitems) {
2917 chrome.extension.sendMessage({ method: "updateOptions",
2918 items: allitems },
2919 function(response) {});
2920
2921 };
2922 createOptionItems(done);
2923};
2924
2925var addNewUserScript = function(o) {
2926 // { tabid: tabid, force_url: durl, url: url, src: src, ask: ask, defaultscript:defaultscript, noreinstall : noreinstall, save : save, sync: sync, cb : cb }

Callers 5

runFunction · 0.85
all_doneFunction · 0.85
doitFunction · 0.85
doneFunction · 0.85
cbFunction · 0.85

Calls 2

reorderScriptsFunction · 0.85
createOptionItemsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…