MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / scriptClick

Function scriptClick

src/fire.js:863–870  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

861 };
862
863 var scriptClick = function(e) {
864 if (!tab) createTab()
865 if (scriptdetails.onShow) scriptdetails.onShow();
866 tab.show();
867 if (e.button != 1) {
868 tab.select();
869 }
870 };
871
872 var srank = cr('span', i.name, i.id, 'srank');
873 var sinstalls = cr('span', i.name, i.id, 'sinstalls');

Callers

nothing calls this directly

Calls 1

createTabFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…