mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(db): ✨ add Frame-Blocker-Filter lists
This commit is contained in:
parent
b4af9db7e8
commit
86946ea68d
4 changed files with 110 additions and 0 deletions
|
|
@ -17607,5 +17607,45 @@
|
|||
"issuesUrl": "https://github.com/thedoggybrad/no-newsletter/issues",
|
||||
"licenseId": 17,
|
||||
"name": "no-newsletter"
|
||||
},
|
||||
{
|
||||
"description": "No mercy for 3rd Party Frames.",
|
||||
"homeUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter",
|
||||
"id": 2615,
|
||||
"issuesUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter/issues",
|
||||
"licenseId": 17,
|
||||
"name": "Frame-Blocker-Filter (3rd Party only)"
|
||||
},
|
||||
{
|
||||
"description": "No mercy for all frames.",
|
||||
"homeUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter",
|
||||
"id": 2616,
|
||||
"issuesUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter/issues",
|
||||
"licenseId": 17,
|
||||
"name": "Frame-Blocker-Filter (All Frames)"
|
||||
},
|
||||
{
|
||||
"description": "No mercy for 3rd party frames with Google and YouTube exceptions.",
|
||||
"homeUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter",
|
||||
"id": 2617,
|
||||
"issuesUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter/issues",
|
||||
"licenseId": 17,
|
||||
"name": "3rd Party only Frame Blocking with Google and YouTube exceptions"
|
||||
},
|
||||
{
|
||||
"description": "No mercy for 3rd Party Frames except for common Social Media sites.",
|
||||
"homeUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter",
|
||||
"id": 2618,
|
||||
"issuesUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter/issues",
|
||||
"licenseId": 17,
|
||||
"name": "3rd Party only Frame Blocking with Social Media exceptions"
|
||||
},
|
||||
{
|
||||
"description": "A bigger variant of Frame-Blocker-Filter. This variant-filter is designed to block non-essential Frames.",
|
||||
"homeUrl": "https://github.com/thedoggybrad/Non-Essential-Frames-Blocker",
|
||||
"id": 2619,
|
||||
"issuesUrl": "https://github.com/thedoggybrad/Non-Essential-Frames-Blocker/issues",
|
||||
"licenseId": 17,
|
||||
"name": "Non-Essential-Frames-Blocker"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -6050,5 +6050,25 @@
|
|||
{
|
||||
"filterListId": 2614,
|
||||
"maintainerId": 185
|
||||
},
|
||||
{
|
||||
"filterListId": 2615,
|
||||
"maintainerId": 185
|
||||
},
|
||||
{
|
||||
"filterListId": 2616,
|
||||
"maintainerId": 185
|
||||
},
|
||||
{
|
||||
"filterListId": 2617,
|
||||
"maintainerId": 185
|
||||
},
|
||||
{
|
||||
"filterListId": 2618,
|
||||
"maintainerId": 185
|
||||
},
|
||||
{
|
||||
"filterListId": 2619,
|
||||
"maintainerId": 185
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8842,5 +8842,25 @@
|
|||
{
|
||||
"filterListId": 2614,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"filterListId": 2615,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"filterListId": 2616,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"filterListId": 2617,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"filterListId": 2618,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"filterListId": 2619,
|
||||
"syntaxId": 3
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16348,5 +16348,35 @@
|
|||
"id": 2881,
|
||||
"primariness": 1,
|
||||
"url": "https://raw.githubusercontent.com/thedoggybrad/no-newsletter/master/filter.txt"
|
||||
},
|
||||
{
|
||||
"filterListId": 2615,
|
||||
"id": 2882,
|
||||
"primariness": 1,
|
||||
"url": "https://raw.githubusercontent.com/thedoggybrad/Frame-Blocker-Filter/main/3rdParty.txt"
|
||||
},
|
||||
{
|
||||
"filterListId": 2616,
|
||||
"id": 2883,
|
||||
"primariness": 1,
|
||||
"url": "https://raw.githubusercontent.com/thedoggybrad/Frame-Blocker-Filter/main/All.txt"
|
||||
},
|
||||
{
|
||||
"filterListId": 2617,
|
||||
"id": 2884,
|
||||
"primariness": 1,
|
||||
"url": "https://raw.githubusercontent.com/thedoggybrad/Frame-Blocker-Filter/main/googleyt-exception.txt"
|
||||
},
|
||||
{
|
||||
"filterListId": 2618,
|
||||
"id": 2885,
|
||||
"primariness": 1,
|
||||
"url": "https://raw.githubusercontent.com/thedoggybrad/Frame-Blocker-Filter/main/socialmedia-exception.txt"
|
||||
},
|
||||
{
|
||||
"filterListId": 2619,
|
||||
"id": 2886,
|
||||
"primariness": 1,
|
||||
"url": "https://raw.githubusercontent.com/thedoggybrad/Non-Essential-Frames-Blocker/main/filter.txt"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue