removes shit from google
이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @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();
}