mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
⚡ 修剪了樹葉
This commit is contained in:
parent
f0e2dd3522
commit
c9d99aee98
@ -8,7 +8,7 @@ with open('../nofarm_hosts.txt', 'r') as files:
|
||||
for domains in files.read().split('\n'):
|
||||
if domains:
|
||||
domain = domains[2:-1]
|
||||
domain_list += 'google.*##div[data-hveid]:has(a[href*="//{domain}"])\n'.format(
|
||||
domain_list += 'google.*##div[data-hveid]:has(a[href*="{domain}"])\n'.format(
|
||||
domain=domain
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user