MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / stop

Function stop

scripts/fb_autoRemoveSpamPostGroup_main.js:89–96  ·  view source on GitHub ↗
(tab)

Source from the content-addressed store, hash-verified

87}
88
89function stop(tab) {
90 runScriptInTab({
91 target: { tabId: tab.id },
92 func: () => {
93 window.fb_group_ext.stop = true;
94 },
95 });
96}
97
98function start(action, maxPosts, waitMin, waitMax) {
99 const selector =

Callers 1

mainFunction · 0.85

Calls 1

runScriptInTabFunction · 0.70

Tested by

no test coverage detected