// ==UserScript== // @name 增加“多标签搜索按钮” // @namespace http://tampermonkey.net/ // @version 1.0 // @description 增加“多标签搜索按钮”,原帖 http://bangumi.tv/group/topic/344240 , 作者 windrises(http://bangumi.tv/user/windrises) // @author 鈴宮華緋 // @include /https?:\/\/(bgm\.tv|bangumi\.tv|chii\.in).*/ // @require http://code.jquery.com/jquery-latest.js // @downloadURL none // ==/UserScript== (function() { $("a[href='/anime/tag']").parent().after("
  • 多标签搜索
  • "); })();