Tumblr.com - Hide reblogs from Dashboard

This will hide any reblogs on your Tumblr dashboard.

当前为 2014-07-08 提交的版本,查看 最新版本

// ==UserScript==
// @name          Tumblr.com - Hide reblogs from Dashboard
// @namespace     https://gf.qytechs.cn
// @description	  This will hide any reblogs on your Tumblr dashboard.
// @author        yamavu
// @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
// @grant         GM_addStyle 
// @run-at        document-start
// @version       1.01
// ==/UserScript==
(function () {
    GM_addStyle('#posts.posts .is_reblog {display:none !important; }');
}) ();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址