crunchyroll, all-in-bun, removed modification dates
This commit is contained in:
parent
5e27c59bfb
commit
986bc774ef
8 changed files with 46 additions and 5 deletions
20
all.sh
Executable file
20
all.sh
Executable file
|
@ -0,0 +1,20 @@
|
|||
#!/bin/bash
|
||||
|
||||
cat > all.txt <<- EOF
|
||||
[Adblock Plus 3.4]
|
||||
! Title: Lynne's All-in-Bun Blocklist
|
||||
! Description: A collection of all of my blocklists
|
||||
! Expires: 1 days (update frequency)
|
||||
! Homepage: https://git.bune.city/lynnesbian/filters
|
||||
|
||||
EOF
|
||||
|
||||
# comment to fix micro's syntax highlighting
|
||||
|
||||
for x in *.txt; do
|
||||
echo "!#include $x" >> all.txt
|
||||
done
|
||||
|
||||
sed -i 's/!#include all.txt//' all.txt
|
||||
|
||||
echo "" >> all.txt
|
14
all.txt
Normal file
14
all.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Adblock Plus 3.4]
|
||||
! Title: Lynne's All-in-Bun Blocklist
|
||||
! Description: A collection of all of my blocklists
|
||||
! Expires: 1 days (update frequency)
|
||||
! Homepage: https://git.bune.city/lynnesbian/filters
|
||||
|
||||
|
||||
!#include bulbapedia.txt
|
||||
!#include crunchyroll.txt
|
||||
!#include fandom.txt
|
||||
!#include imgur.txt
|
||||
!#include reddit-mobile.txt
|
||||
!#include tvtropes.txt
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
[Adblock Plus 3.4]
|
||||
! Title: Bulbablock
|
||||
! Description: Strips away some clutter and unwanted stuff on bulbapedia.bulbagarden.net, and makes some incredibly minor CSS tweaks
|
||||
! Last modified: 26 December 2020 18:30 UTC
|
||||
! Expires: 1 days (update frequency)
|
||||
! Homepage: https://git.bune.city/lynnesbian/filters
|
||||
|
||||
|
|
12
crunchyroll.txt
Normal file
12
crunchyroll.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Adblock Plus 3.4]
|
||||
! Title: Cronchyroll
|
||||
! Description: Removes some ads from Crunchyroll
|
||||
! Expires: 1 days (update frequency)
|
||||
! Homepage: https://git.bune.city/lynnesbian/filters
|
||||
|
||||
! ads
|
||||
! ---
|
||||
crunchyroll.com###message_box
|
||||
crunchyroll.com###marketing_banner
|
||||
crunchyroll.com###showmedia_free_trial_signup
|
||||
crunchyroll.com##.game-banner-wrapper
|
|
@ -1,7 +1,6 @@
|
|||
[Adblock Plus 3.4]
|
||||
! Title: Blamdom
|
||||
! Description: Strips away all of the clutter and unwanted stuff on fandom.com (and wikia.org)
|
||||
! Last modified: 26 December 2020 18:30 UTC
|
||||
! Expires: 1 days (update frequency)
|
||||
! Homepage: https://git.bune.city/lynnesbian/filters
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[Adblock Plus 3.4]
|
||||
! Title: Imgur De-cluterrer
|
||||
! Description: Strips away some clutter and unwanted stuff on imgur.com
|
||||
! Last modified: 26 December 2020 18:30 UTC
|
||||
! Expires: 1 days (update frequency)
|
||||
! Homepage: https://git.bune.city/lynnesbian/filters
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[Adblock Plus 3.4]
|
||||
! Title: Reddit Mobile Cleaner
|
||||
! Description: Removes some of the junk on reddit.com's mobile version
|
||||
! Last modified: 26 December 2020 18:30 UTC
|
||||
! Expires: 1 days (update frequency)
|
||||
! Homepage: https://git.bune.city/lynnesbian/filters
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[Adblock Plus 3.4]
|
||||
! Title: TVNopes
|
||||
! Description: De-clutters tvtropes.org
|
||||
! Last modified: 26 December 2020 18:30 UTC
|
||||
! Expires: 1 days (update frequency)
|
||||
! Homepage: https://git.bune.city/lynnesbian/filters
|
||||
|
||||
|
|
Loading…
Reference in a new issue