Imgur remove share buttons

Removes the share box

目前為 2014-08-20 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Imgur remove share buttons
// @description Removes the share box
// @namespace   http://userscripts.org/users/scuzzball/scripts
// @include     http*://imgur.com/*
// @version     1.0
// @grant       none
// ==/UserScript==

var toRemove = document.getElementsByClassName("fixed-share-container")[0];
toRemove.parentElement.removeChild(toRemove);

QingJ © 2025

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