摘要:
// ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @autho 阅读全文
摘要:
我的网摘 - 网摘 - 博客园 (cnblogs.com) 阅读全文
摘要:
/* B站的播放器标签不是固定的 */ let myv=document.getElementsByTagName("VIDEO") let myv=document.getElementsByTagName("BWP-VIDEO") for (i in myv[0]){ console.log(i 阅读全文
摘要:
function youzhi(exp) { if (!exp && typeof exp != "undefined" && exp != 0) { //alert(“is null”); return false; } if (typeof exp == "undefined") { // al 阅读全文