我目前用的 ublacklist
1
polaa 76 天前 ♥ 1
search by english
|
![]() |
3
BigbyWolf 76 天前
Google Hit Hider by Domain (Search Filter / Block Sites)
https://greasyfork.org/en/scripts/1682-google-hit-hider-by-domain-search-filter-block-sites |
![]() |
4
dsg001 76 天前
反过来想,既然这种站排名不错,为嘛不赶紧撸几个,赚点外快
|
![]() |
5
fatelight 76 天前
@BigbyWolf 这个结合 Infinite Scroll for Google 比 ublacklist 结合 Infinite Scroll for Google 好用
|
7
XiaoXiaoNiWa 76 天前
你需要 uBlockList
|
![]() |
8
worldtongfb 76 天前
直接油猴屏蔽,不按域名,不按 title 有没有新闻快搜,直接匹配 url 是否包含"s=xxx"这种就行,发一个我自用的
```` // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.google.com/* // @grant none // @require https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js // ==/UserScript== (function() { 'use strict'; [...document.querySelectorAll('.iUh30.bc')].map(item=>{ if(item.innerHTML.indexOf('s=')>-1){ $(item).parents('.g').remove(); } }) // Your code here... })(); ```` |
![]() |
9
fatelight 76 天前
@worldtongfb 最近还有变种,真的服了那帮人了
|
![]() |
10
fatelight 76 天前
@worldtongfb 谢谢,我试试
|
![]() |
11
fatelight 76 天前
@worldtongfb 是否可以用来对付百度搜索结果?
|
![]() |
12
c0878 76 天前
还有一个 k 打头的 cc 域名 经常出现在搜索结果中 点进去都是打不开
|
13
fishCatcher 76 天前 via iPhone
一直用英文,这种情况比较少。
|
14
xiaoke 76 天前 via Android
关注,有同样困扰,神烦这类网站
|
![]() |
15
wolfie 76 天前
搜索可以预设 url 格式,加上比如 -csdn。
|
![]() |
16
worldtongfb 76 天前 via Android
@fatelight 可以自己写正则或者匹配关键词,关键是能找出来规律,油猴脚本如果纯自用不发布超级简单,引个 jq 就是干
|
![]() |
17
iPhoneXI 76 天前
|
![]() |
19
miaomiao888 76 天前
谷歌搜索怕是没有中文部了
|
20
hutng 76 天前 via Android
同样感觉这个很恶心,Google 中文估计没人管。
|
![]() |
21
fatelight 76 天前
@worldtongfb 我试试去
|
![]() |
23
liuxey 76 天前
最近我被这种站搞烦了,本来搜的就是冷门关键字,结果前几个全是这种垃圾站,搞得我都不想用 google 了,反而百度的结果更符合我
![]() |
24
90d0n 76 天前 ♥ 1
之前发过帖子, 用 uBlacklist 这个扩展解决了问题.
目前屏蔽垃圾站点列表: https://paste.ubuntu.com/p/XKdMzWs9GS/ |
26
wtdd 75 天前
google 应该是暂时放弃中文了,这些没人管了还是小事,更重要的是中文内容太少了,
小众点关键字的除了这些就更少了,总的来说还没百度除去垃圾之外丰富了,虽然有用度还是略超过 |
30
augustheart 73 天前
现在英文站也一样茫茫多这种垃圾站,感觉就是:没救了,放弃治疗吧……
|