Replies: 11 comments 22 replies
-
|
based on https://github.com/jhchabran/code-search-blacklist I generated this settings with simple nodejs code: hostname_replace:
'(.*\.)?codegrepper\.com': false
'(.*\.)?w3schools\.com': false
'(.*\.)?geeksforgeeks\.org': false
'(.*\.)?stackshare\.io': false
'(.*\.)?tutorialspoint\.com': false
'(.*\.)?answeright\.com': false
'(.*\.)?askdev\.info': false
'(.*\.)?askdev\.io': false
'(.*\.)?blogmepost\.com': false
'(.*\.)?c-sharpcorner\.com': false
'(.*\.)?code-examples\.net': false
'(.*\.)?codeflow\.site': false
'(.*\.)?gitmemory\.cn': false
'(.*\.)?gitmemory\.com': false
'(.*\.)?intellipaat\.com': false
'(.*\.)?javaer101\.com': false
'(.*\.)?programmerstart\.com': false
'(.*\.)?programmersought\.com': false
'(.*\.)?qastack\.com': false
'(.*\.)?roboflow\.ai': false
'(.*\.)?stackanswers\.net': false
'(.*\.)?stackoom\.com': false
'(.*\.)?stackovernet\.com': false
'(.*\.)?stackovernet\.xyz': false
'(.*\.)?stackoverrun\.com': false
'(.*\.)?thetopsites\.net': false
'(.*\.)?ubuntugeeks\.com': false
'(.*\.)?cyberciti\.biz': false
'(.*\.)?ispycode\.com': false
'(.*\.)?reposhub\.com': false
'(.*\.)?githubmemory\.com': false
'(.*\.)?issueexplorer\.com': false
'(.*\.)?tabnine\.com': false
'(.*\.)?gitcode\.net': false
'(.*\.)?command-not-found\.com': false
'(.*\.)?im-coder\.com': false
'(.*\.)?i-harness\.com': false |
Beta Was this translation helpful? Give feedback.
-
|
Because I don't buy stuff on Amazon but Amazon's results pollute my searches results whenever I want to look for reviews on specialized websites. |
Beta Was this translation helpful? Give feedback.
-
|
Just here to reference another idea to filter sites. |
Beta Was this translation helpful? Give feedback.
-
|
I found this list. |
Beta Was this translation helpful? Give feedback.
-
|
I don't specifically block any URLs, I only redirect a bunch of them to alternative, FOSS frontends: |
Beta Was this translation helpful? Give feedback.
-
|
Would also add: to the list imo. Also AnonymousOverflow finaly supports all stack pages, so these lines might be interesting too (using my instance of AnonymousOverflow as an example): # AnonymousOverflow
'(.*\.)?stackoverflow\.com$': 'soflow.nerdvpn.de/exchange/stackoverflow.com'
'(.*\.)?superuser\.com$': 'soflow.nerdvpn.de/exchange/superuser.com'
'(.*\.)?serverfault\.com$': 'soflow.nerdvpn.de/exchange/serverfault.com'
'(.*\.)?mathoverflow\.net$': 'soflow.nerdvpn.de/exchange/mathoverflow.net'
'(.*\.)?stackapps\.com$': 'soflow.nerdvpn.de/exchange/stackapps.com'
'(.*\.)?askubuntu\.com$': 'soflow.nerdvpn.de/exchange/askubuntu.com'
'(.*\.)?stackexchange\.com$': 'soflow.nerdvpn.de/exchange/stackexchange.com' |
Beta Was this translation helpful? Give feedback.
-
|
Here's my redirection for twitter.com and x.com. Please let me know if there's a better way! (The problem with |
Beta Was this translation helpful? Give feedback.
-
What do you think about hosting lists in a repository under the SearXNG umbrella? I could imagine that the SearXNG community would benefit if we were to offer the know-how that we have already accumulated in part here in the discussion in an organized form in a repository. |
Beta Was this translation helpful? Give feedback.
-
|
@return42 Do you have your list publicly available? That we could wget it or similar? |
Beta Was this translation helpful? Give feedback.
-
|
What is "bload domains" means? |
Beta Was this translation helpful? Give feedback.
-
|
FYI: found well maintained DNS blocklists in the mullvad project: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FYI: the old
hostname_replaceplugin has been superseded by thehostnamesplugin:I open this issue to share some experience about results (domains) that can be ignored.
For reference: collected lists
Updated 17/12/2024: Here is my current
hostnames:setup:Beta Was this translation helpful? Give feedback.
All reactions