MCPcopy Create free account
hub / github.com/XIU2/UserScript / currentPage

Function currentPage

HTML5Volume.user.js:91–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89
90 // 网页本身的 Video Audio 标签
91 function currentPage() {
92 document.querySelectorAll('video, audio').forEach(function(_this){
93 //console.log('网页本身:', _this)
94 isFirstEvent(_this)
95 })
96 }
97
98
99 // 后续动态插入的 Video Audio 标签(插入事件)

Callers 4

customDefaultVolumeFunction · 0.85
resetCurrentVolumeFunction · 0.85

Calls 1

isFirstEventFunction · 0.85

Tested by

no test coverage detected