MCPcopy Index your code
hub / github.com/hoothin/UserScripts / returnFalse

Function returnFalse

Pagetual/pagetual.user.js:12786–12799  ·  view source on GitHub ↗
(log)

Source from the content-addressed store, hash-verified

12784 activeClass = ruleParser.curSiteRule.activeClass;
12785 }
12786 function returnFalse(log) {
12787 if (curPage > 1) {
12788 ruleParser.reachedLastPage();
12789 } else {
12790 sideController.remove();
12791 }
12792 debug(log);
12793 isPause = true;
12794 callback(false, false);
12795 if (emuIframe && emuIframe.parentNode) {
12796 emuIframe.parentNode.removeChild(emuIframe);
12797 emuIframe = null;
12798 }
12799 }
12800 async function cloneStatus() {
12801 if (!iframeDoc || ruleParser.curSiteRule.cloneStatus === false) return;
12802 let inputs = document.querySelectorAll("input:not([type=button],[type=image],[type=reset],[type=submit])");

Callers 2

checkPageFunction · 0.85
emuPageFunction · 0.85

Calls 3

debugFunction · 0.85
reachedLastPageMethod · 0.80
removeMethod · 0.80

Tested by

no test coverage detected