// ==UserScript== // @name sakugabooru搜索相关微博 // @namespace https://github.com/VonXXGhost // @version 0.1 // @description 在sakugabooru页面添加搜索微博账号@sakugabooru中的相关微博 // @author VonXXGhost // @match https://sakuga.yshi.org/* // @match https://www.sakugabooru.com/* // @require http://code.jquery.com/jquery-3.2.1.js // @downloadURL none // ==/UserScript== function addSearchButton(){ var options = $('#post-view > div.sidebar > div:nth-child(5) > ul > li:nth-child(8)'); var re = /(?<=post\/show\/)(\d+)/; var number = re.exec(window.location.href)[0]; var code = '