// ==UserScript== // @name 油猴中文网文章的分页功能以及显示总页数 // @namespace http://tampermonkey.net/ // @version 0.3 // @description 为了方便看道总的文章,要不然绝逼不写。首先我们需要第一次把所有的页面先点击一次。只需要一次。然后存储到localStorage。之后就不需要。点开直接看就好了 // @author You // @match https://bbs.tampermonkey.net.cn/* // @icon https://www.google.com/s2/favicons?domain=tampermonkey.net.cn // @grant unsafeWindow // @run-at document-start // @grant GM_addStyle // @connect api.szfx.top // @grant GM_xmlhttpRequest // ==/UserScript== // 引入vue3.js let script = document.createElement('script'); script.setAttribute('type', 'text/javascript'); script.src = "https://cdn.jsdelivr.net/npm/vue@next"; document.documentElement.appendChild(script); // window.onload=()=>{ let text=`