Forwarded from 每日 AWESOME 观察
uBlacklist
屏蔽 Google / DuckDuckGo 搜索结果中特定的网站,支持 Google Drive 备份黑名单,支持黑名单订阅。您可以通过此插件方便的过滤搜索结果中的内容农场和低质量网站。
屏蔽 Google / DuckDuckGo 搜索结果中特定的网站,支持 Google Drive 备份黑名单,支持黑名单订阅。您可以通过此插件方便的过滤搜索结果中的内容农场和低质量网站。
GitHub
GitHub - iorate/ublacklist: Blocks specific sites from appearing in Google search results
Blocks specific sites from appearing in Google search results - iorate/ublacklist
Forwarded from dnaugsuz
你要弄这么多遍啊,那能不能别复制粘贴代码……
def load_config(path):
with open(path, "r") as cfgf:
return dict(map(lambda line: line.split("="), cfgf.readlines()))