您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Ethers forum s#!++ers except when quoted
// ==UserScript== // @name Bellgab Scrollsaver // @version 1.0 // @grant none // @description Ethers forum s#!++ers except when quoted // @include http://bellgab.com/* // @namespace https://greasyfork.org/users/219042 // ==/UserScript== var divs = document.querySelectorAll(".post_wrapper"); Array.from(divs).forEach(function(div) { if (div.textContent.indexOf("You are ignoring this user.") >= 0 || div.textContent.indexOf("Thuis") >= 0) { div.style.display = "none"; } }); var divs = document.querySelectorAll(".post_wrapper"); Array.from(divs).forEach(function(div) { if (div.textContent.indexOf("You are ignoring this user.") >= 0 || div.textContent.indexOf("Thuis") >= 0) { div.style.display = "none"; } }); // created by code ninja George Sinta TGFP(TM) // STFU video later