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

Method toggleAddedElements

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

Source from the content-addressed store, hash-verified

6050 }
6051
6052 toggleAddedElements() {
6053 if (this.addedElementsIsHide) {
6054 this.showAddedElements();
6055 } else {
6056 this.hideAddedElements();
6057 }
6058 }
6059
6060 changeVisibility() {
6061 let contentVisibility = this.curSiteRule.contentVisibility || rulesData.contentVisibility;

Callers

nothing calls this directly

Calls 2

showAddedElementsMethod · 0.95
hideAddedElementsMethod · 0.95

Tested by

no test coverage detected