removes shit from google
Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta
// @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();
}