Revert Google search

Alters Google search results to have the old design without favicons

< Feedback on Revert Google search

Question/comment

DmitriAuthor
§
Posted: 2020-01-16
Edited: 2020-01-16

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.

§
Posted: 2020-01-17

Script updated and invitation sent :D

§
Posted: 2020-01-17

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!

§
Posted: 2020-01-18

Maybe create cookies as long possible:

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

Post reply

Sign in to post a reply.