cleanGoogle

removes shit from google

目前為 2020-02-13 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/390454/772281/cleanGoogle.js

// ==UserScript==
// @name         cleanGoogle
// @namespace    http://omglasergunspewpewpew.com/
// @version      0.3
// @description  removes shit from google
// @author       Spam_Squirrel
// @match        https://www.google.com/*
// @require      http://code.jquery.com/jquery-latest.min.js
// ==/UserScript==

function cleanGoogle(){
    $('div#tads').remove();
        $('div#tadsb').remove();
    $('div.img-brk').remove();
    $('div#top_nav').remove();
    $('div.ghhider.ghhd').remove();
    $('div#taw').remove();
    $('div#NzwoZe').remove();
    $('div#botstuff').remove();
    $('resultStats').remove;
}