Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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?

Všechny odpovědi (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.

Upravil uživatel MarjaE dne

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/)