Greasy Fork is available in English.
removes shit from google
Verzia zo dňa
Tento skript by nemal byť nainštalovaný priamo. Je to knižnica pre ďalšie skripty, ktorú by mali používať cez meta príkaz // @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();
}