Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hoothin/UserScripts
/ ruleMatch
Method
ruleMatch
Pagetual/pagetual.user.js:5158–5160 ·
view source on GitHub ↗
(r)
Source
from the content-addressed store, hash-verified
5156
}
5157
5158
ruleMatch(r) {
5159
return
this.ruleMatchPre(r) && this.ruleMatchReady(r);
5160
}
5161
5162
scrollToShow(sel, doc) {
5163
let
exclude = getElement(sel, doc);
Callers
4
getRule
Method · 0.95
setRule
Method · 0.80
addToHpRules
Method · 0.80
checkPossible
Method · 0.80
Calls
2
ruleMatchPre
Method · 0.95
ruleMatchReady
Method · 0.95
Tested by
no test coverage detected