您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
No upside down ad on Tumblr for Stranger Things, please. (Hides only the Stranger Things ads not currently hidden by New XKit or XKit Rewritten.)
/* ==UserStyle== @name Take Tumblr Back to the Rightside Up @namespace https://greasyfork.org/users/662334 @version 1.0.0 @description No upside down ad on Tumblr for Stranger Things, please. (Hides only the Stranger Things ads not currently hidden by New XKit or XKit Rewritten.) @author citrusella @license CC-BY-SA-4.0 @supportURL https://citrusella-flugpucker.tumblr.com ==/UserStyle== */ @-moz-document domain("tumblr.com") { .nnpB9.L5BHV, .QOMh2 img { display: none; } .QOMh2 a div { background-image: url(https://imgur.com/W1qHKEx.png) !important; background-repeat: no-repeat; height: 33px; width: 33px; background-size: 14px 27px; background-position: center; } }