MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / timeoutAfterLoad

Function timeoutAfterLoad

csdn-blocker/csdn-blocker.user.js:238–240  ·  view source on GitHub ↗
(callback, delay)

Source from the content-addressed store, hash-verified

236 'use strict'
237
238 function timeoutAfterLoad(callback, delay) {
239 setTimeout(callback, delay)
240 }
241
242 timeoutAfterLoad(() => {
243 // 修改复制按钮

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected