Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Is there any way to blockthe infernal word lists from search engine results?

more options

If I'm searching for something, many results are often word lists, e.g. from scrabble resources or computer science departments. Is there any way to block these word lists?

If I'm searching for something, many results are often word lists, e.g. from scrabble resources or computer science departments. Is there any way to block these word lists?

Toate răspunsurile (4)

more options

Is the list in Firefox Search bar, Address Bar where are the lists please ?

more options

In search engine results.

For example, I'm photosensitive, I get strobed, if I search Google for photosensitivity accessibility safety ableism the results include word lists like:

http://www-personal.umich.edu/~jlawler/speculum

http://www.lawndalecity.org/ASSETS/twl2016.txt

If I use phrases, that can cut out some of the word lists, but can cut out some useful results too.

Modificat în de MarjaE

more options

Hi, no not that I know of unless use google search shortcuts like -list https://www.lifewire.com/advanced-google-search-3482174

https://www.accessfirefox.org/ https://www.accessfirefox.org/Firefox_Addons_Options.php Also userChrome

and can turn off things in Firefox like : Transparent turn off highlight of Address Bar

/* Transparent toolbar backgrounds */

  1. nav-bar, #PersonalToolbar {
 background-color: transparent !important;
 background-image: none !important;

} /* Remove top line on nav bar */

  1. nav-bar {
 box-shadow: none !important;

}


As well can do this : To turn off Firefox built-in animations:

Type about:config in the Firefox address bar and hit the Enter-key afterwards. Confirm that you will be careful if the warning intermediary page is displayed. Use the search across whole top of window to find and Copy/Paste toolkit.cosmeticAnimations.enabled. Double-click on the preference name to toggle its state.

Also set the rest of these to false in the same way:

browser.tabs.animate browser.fullscreen.animate browser.download.animateNotifications alerts.disableSlidingEffect

more options

That seems a little random. If it was a spammy website that you never wanted to see results from, I would suggest a site hider add-on, but you may not want to hide everything from the University of Michigan...

(If you're interested, it's my userscript here: https://www.jeffersonscher.com/gm/google-hit-hider/)