您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This will hide any reblogs on your Tumblr dashboard.
// ==UserScript== // @name Tumblr.com - Hide reblogs from Dashboard // @name:de Tumblr.com - Verhindert das Anzeigen von Reblogs auf dem Dashboard // @namespace https://gf.qytechs.cn // @description This will hide any reblogs on your Tumblr dashboard. // @description:de Dieses Skript verhindert das Anzeigen von geteilten Inhalten auf deinem Tumblr-Dashboard. // @author yamavu // @author Joe Schmoe // @homepage https://gf.qytechs.cn/scripts/3140-tumblr-com-hide-reblogs-from-dashboard // @include http://www.tumblr.com/dashboard // @include https://www.tumblr.com/dashboard // @include http*://*.tumblr.com/* // @grant GM_addStyle // @run-at document-start // @version 1.031 // ==/UserScript== (function () { GM_addStyle('.posts .is_reblog {height:10px; !important; } .posts .is_reblog div{display:none !important; }'); }) ();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址