tester
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/534027/1578001/koc%20chatv2.js
Tabs.TabDemo = {
tabOrder: 8001,
tabLabel: 'triplej',
tabColor: 'blue',
myDiv: null,
Options: {
Counter: 0,
},
init(div) {
this.myDiv = div;
if (!Options.TabDemo) {
Options.TabDemo = {...this.Options};
} else {
Options.TabDemo = {
...this.Options,
...Options.TabDemo
};
}
},
show() {
const url = 'https://www.abc.net.au/triplej/live/triplej';
this.myDiv.innerHTML = url;
document.getElementById('pbpdemoreset')
?.addEventListener('click', this.ResetTimer.bind(this));
}
// ... rest of the methods
};
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址