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