Reviews & Comments of Disable Google Search Text Highlights chrome extension

From September 16th, 2020 to February 14th, 2023, 83% user give 5-star rating, 10% user give 4-star rating, 7% user give 1-star rating. for Disable Google Search Text Highlights chrome extension.

Reviews of disable google search text highlights:


Matt Holmes February 14th, 2023
Matt Holmes

This extension fixes the top-level search result links, but not the "People Also Ask" links. I wrote this little Javascript which removes the text highlighting from ALL links, even if they appear after the initial page load. Just add the script to Tampermonkey or Styler for Google.com. /* Remove text highlighting from Google search result links */ var it=0; function f(){ if(it==0||document.hasFocus()){ it++; for(var a of document.querySelectorAll('a[href]')){ var i=a.href.indexOf('#:~:text='); if(i>0)a.href=a.href.substr(0,i); } } } $(document).ready(function(){var iv=setInterval(f,500);});


rian matheny November 18th, 2022
rian matheny

Thank you. I am in a graduate program and have to do key word searches every week. it is very annoying to pull up a primary source and have highlighting for what google "thinks" I am looking for.


Jeremy B November 4th, 2022
Jeremy B

Seems to work. The highlighting feature is hot garbage and it's infuriating that a. google thought it was a good idea, and b. there's no native way to disable it.


Tobias Johnson October 19th, 2022
Tobias Johnson

It's utterly ridiculous that we need an extension to disable this "feature". For me this was the straw that broke the camel's back; I'm switching back to Firefox as my default browser. Having one company control so much of my browsing experience has surpassed the point of being helpful now that Google is trying so hard to repeat Microsoft's abuse of IE's dominance in the 90s. However I still need Chrome for work so I'm very thankful that this extension exists, thank you!!


Tim Hedgepeth October 15th, 2022
Tim Hedgepeth

Fantastic! It was very frustrating scrolling all the way up an article to read the whole thing when constantly being shown the highlighted section. It makes me wonder if they are just trying to discourage people from actually researching things properly anymore...?


Lucifer October 9th, 2022
Lucifer

You are my saviour. You are the best. A genius. No more annoying scrolling to a paragraph I'm not even interested in.


Jon Deaton September 6th, 2022
Jon Deaton

Fantastic extension to remove an awful feature of chrome. Thanks chrome but I can locate the first sentence of a wikipedia article all on my own.


David H (Clonkex) August 24th, 2022
David H (Clonkex)

I have never once found the highlighting feature anything but annoying. I'd love to know what data Google used to decide it was a good feature. This extension works perfectly for me. Best part is it's open-source, so if it ever breaks we can a) complain to the dev, or b) just fork it and fix it ourselves.


Lilly Clarity August 22nd, 2022
Lilly Clarity

Awesome app. Slows down Google's backwards death march to undo progress.


Dave Loebig July 11th, 2022
Dave Loebig

Perfect. Fixes a terrible idea. Thanks.


Jason A June 17th, 2022
Jason A

Thank you! Works great!


Gary Miguel May 3rd, 2022
Gary Miguel

Works!


Bjarke Fjeldsted April 27th, 2022
Bjarke Fjeldsted

I absolutely love this. I can actually work in chrome again.Is there any way i can support this. Send money/ beer/ something ?


Simon B March 14th, 2022
Simon B

The extension does exactly what it should, it's just a shame that Google is incompetent enough that it is needed.


Karl Li February 7th, 2022
Karl Li

Fk google's prescriptivism and "knowing whats best", even removing the flag to disable this. Absolutely offensive to be "talked down" by removing the option.


Hunter Negron December 19th, 2021
Hunter Negron

I sincerely appreciate the work you put into this. I also use Bing, so I forked your projected and added "bing.com" to the manifest. Feel free to use my code. https://github.com/hunter-negron/disable-google-bing-search-text-highlights


Logan B October 19th, 2021
Logan B

This extension is an absolute must. I actually switched away from Google and Bing entirely solely because of targetText


44sunsets August 16th, 2021
44sunsets

This extension is a complete lifesaver! Finally the contemptible, useless highlighting within the email body is gone.


Vince Aggrippino July 18th, 2021
Vince Aggrippino

Does exactly what I need and nothing extra.


Yingfen Yi (Louise) July 14th, 2021
Yingfen Yi (Louise)

Awesome! Finally get rid of the annoying URL with text highlighted


Jeffrey Hayes April 26th, 2021
Jeffrey Hayes

I've only tried it a little (which is why only 4/5), but it's just so nice to know that other people hate this "feature" as much as I do, and then you actually made something to fix it! Dude I could kiss you rn


Confer Zero March 27th, 2021
Confer Zero

Simple and works! Shame that it's apparently too tough for Google to do themselves. :P


1-4-8 -5-10 February 28th, 2021
1-4-8 -5-10

No longer works


Kevin Guidry January 16th, 2021
Kevin Guidry

No longer working. :( (First URL at which I noticed this: https://en.wikipedia.org/wiki/MLBPA_Baseball#:~:text=MLBPA%20Baseball%2C%20known%20in%20Japan,%2FGenesis%2C%20and%20Game%20Gear.)


Kjartan Hrafnkelsson January 2nd, 2021
Kjartan Hrafnkelsson

THANK YOU!


J Cutter December 1st, 2020
J Cutter

everyonesdesign does what googles does not, and will not allow.


רותם שלו November 27th, 2020
רותם שלו

Works, doesn't require anything manual, great! Though it does leave the "#" in the URL (while deleting all the "text=" part), but that's just nitpicking I guess.


Laura Robinson October 8th, 2020
Laura Robinson

This worked fine until 8 October. It now is not working. Please update as it was fantastic until now!


Eric Mink October 7th, 2020
Eric Mink

Seems to work great and the source code is very minimal, so I don't have any trust issues at all. Wonderful! However, is the permission to read and change the website content on all websites really necessary? I mean, you just need the URL, right?


Chris September 16th, 2020
Chris

Thank you! Makes Chrome work like it used to, which was better.