|
|
发表于 2023-11-28 14:25:00
|
显示全部楼层
- if (window.location.host !== 'www.bilibili.com') {
- (function () {
- if (typeof window.CustomEvent === "function") return false
-
- function CustomEvent(event, params) {
- params = params || { bubbles: false, cancelable: false, detail: undefined }
- var evt = document.createEvent('CustomEvent')
- evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail)
- return evt
- }
复制代码
什么人会这么写啊 |
|