您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Restore legacy buttons for E/Ex
当前为
// ==UserScript== // @name ExOldButtons // @author Hauffen // @description Restore legacy buttons for E/Ex // @version 1.0 // @include /https?:\/\/(e-|ex)hentai\.org\/.*/ // @require https://code.jquery.com/jquery-3.3.1.min.js // @namespace https://greasyfork.org/users/285675 // ==/UserScript== (function() { var s = `<style>.ct2 { background-image: url(https://ehgt.org/g/c/doujinshi.png) !important; background-repeat:no-repeat; } .ct3 { background-image: url(https://ehgt.org/g/c/manga.png) !important; background-repeat:no-repeat; } .ct4 { background-image: url(https://ehgt.org/g/c/artistcg.png) !important; background-repeat:no-repeat; } .ct5 { background-image: url(https://ehgt.org/g/c/gamecg.png) !important; background-repeat:no-repeat; } .cta { background-image: url(https://ehgt.org/g/c/western.png) !important; background-repeat:no-repeat; } .ct9 { background-image: url(https://ehgt.org/g/c/non-h.png) !important; background-repeat:no-repeat; } .ct6 { background-image: url(https://ehgt.org/g/c/imageset.png) !important; background-repeat:no-repeat; } .ct7 { background-image: url(https://ehgt.org/g/c/cosplay.png) !important; background-repeat:no-repeat; } .ct8 { background-image: url(https://ehgt.org/g/c/asianporn.png) !important; background-repeat:no-repeat; } .ct1 { background-image: url(https://ehgt.org/g/c/misc.png) !important; background-repeat:no-repeat; } .cs { color: transparent !important; border-radius: 10px !important; text-shadow:none !important; } .cn { height: 20px !important; width: 98px !important; color: transparent !important; border-radius:10px !important; text-shadow:none !important; } .gl5t>div:nth-child(1)>div:nth-child(1) { width:98px; background-repeat:no-repeat; }</style>`; $(s).appendTo("head"); })();