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

Method checkClickHref

Pagetual/pagetual.user.js:7448–7454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7446 }
7447
7448 checkClickHref() {
7449 if (this.nextLinkHref === '#') {
7450 this.urlChanged();
7451 isPause = true;
7452 if (!this.nextLinkHref) isLoading = false;
7453 }
7454 }
7455
7456 needCheckClick(ele) {
7457 return this.nextLinkHref === '#' && !picker.contains(ele) && ele.parentNode && !ele.parentNode.classList.contains('pagetual_pageBar');

Callers 1

checkFuncFunction · 0.80

Calls 1

urlChangedMethod · 0.95

Tested by

no test coverage detected