cleanGoogle

removes shit from google

Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greasyfork.org/scripts/390454/772297/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();
    $('div#mBMHK').remove;
$('div.g').remove();
}