Revert Google search

Alters Google search results to have the old design without favicons

< Opinie na Revert Google search

Pytanie/komentarz

DmitriAutor
§
Napisano: 16-01-2020
Edytowano: 16-01-2020

Better version

Saw your comment...

I improved it a little:

// ==UserScript==
// @name     Revert google search
// @version  1
// @include  https://www.google.com/search?*
// @require https://code.jquery.com/jquery-3.4.1.min.js
// ==/UserScript==

(function() {
  $(".r").find("a").each(function() {
    $(this).find("br").remove();
    $(this).append("<br/>");
    $(this).find(".TbwUpd").detach().appendTo($(this).parent());
    $(this).parent().find(".TbwUpd").find("cite").css("color", "#026F24");
    $(this).parent().find(".TbwUpd").css("vertical-align", "top");
    $(this).parent().find(".yWc32e").detach().appendTo($(this).parent());
    $(this).parent().find(".yWc32e").css("padding-top", "0px");
    $(this).parent().find(".yWc32e").css("padding-bottm", "0px");
    $(this).parent().find(".B6fmyf").remove();
    $(this).find(".LC20lb").css("margin-bottom", "0px");
  });

  $(".xA33Gc").remove();
})();

This keeps the breadcrumb bar as-is and relocates it to the bottom and also keeps stuff like "translate this page" and the downarrow intact.

§
Napisano: 17-01-2020

Script updated and invitation sent :D

§
Napisano: 17-01-2020

I made a notice to redirect people to another script And quit from the author list. Since your script clearly doesn't belong to me, and now I have no duty to contribute since there's already another one. So please feel free to modify the description, and I apologize for all the rudes I made. Thank you for helping people!

§
Napisano: 18-01-2020

Maybe create cookies as long possible:

name: NID
value: 196=NKKl-hRXP-asjIe9ofnx6PBICLgMv7tcp5uRdF5b76QQyTxlC53tQPMngvmgzqJKEIioE2uVatEUsPhraVZKjTU7BTZA14aZxTitNLxKycqZB4taSDx_TeqVG3kEC07429QKzVUoW4mUwbQePFxvTCCwq-AjIp6VUQ11EAledTs

Odpowiedz

Zaloguj się, by odpowiedzieć.