Skip to content

Commit 4d7597e

Browse files
committed
feat(youtube): HARD MODE - maximum aggression ad blocking (v1.0.3)
1 parent a0fe641 commit 4d7597e

7 files changed

Lines changed: 204 additions & 54 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1>PureShield</h1>
44
<p><strong>A comprehensive, privacy-first ad blocker, tracker blocker, and halal internet filter by SOCMID.</strong></p>
55

6-
[![Version](https://img.shields.io/badge/version-1.0.2-blue.svg)](https://github.com/SocMid/pureshield)
6+
[![Version](https://img.shields.io/badge/version-1.0.3-blue.svg)](https://github.com/SocMid/pureshield)
77
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/SocMid/pureshield/blob/main/LICENSE)
88
[![Platform](https://img.shields.io/badge/platform-Chrome%20|%20Edge%20|%20Brave-lightgrey.svg)](#)
99

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "PureShield",
44
"short_name": "PureShield",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"description": "Ad blocker, tracker blocker & halal filter. By SOCMID.",
77
"author": "SOCMID",
88
"permissions": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pureshield",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "<div align=\"center\"> <img src=\"icons/icon128.png\" alt=\"PureShield Logo\" width=\"128\"> <h1>PureShield</h1> <p><strong>A comprehensive, privacy-first ad blocker, tracker blocker, and halal internet filter by SOCMID.</strong></p>",
55
"main": "background.js",
66
"scripts": {

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<div class="about-wrap">
139139
<img src="icons/icon128.png" class="about-logo" alt="PureShield" />
140140
<div class="about-name">PureShield</div>
141-
<div class="about-version">Version 1.0.2</div>
141+
<div class="about-version">Version 1.0.3</div>
142142
<div class="about-by">by SOCMID</div>
143143

144144
<div class="about-cards">

rules/ads.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84209,5 +84209,41 @@
8420984209
},
8421084210
"id": 3663,
8421184211
"priority": 20
84212+
},
84213+
{
84214+
"action": { "type": "block" },
84215+
"condition": {
84216+
"initiatorDomains": ["youtube.com", "www.youtube.com", "m.youtube.com"],
84217+
"urlFilter": "||www.youtube.com/get_midroll_?"
84218+
},
84219+
"id": 3664,
84220+
"priority": 20
84221+
},
84222+
{
84223+
"action": { "type": "block" },
84224+
"condition": {
84225+
"initiatorDomains": ["youtube.com", "www.youtube.com", "m.youtube.com"],
84226+
"urlFilter": "||m.youtube.com/get_midroll_?"
84227+
},
84228+
"id": 3665,
84229+
"priority": 20
84230+
},
84231+
{
84232+
"action": { "type": "block" },
84233+
"condition": {
84234+
"initiatorDomains": ["youtube.com", "www.youtube.com", "m.youtube.com"],
84235+
"urlFilter": "||youtube.com/api/stats/ads?"
84236+
},
84237+
"id": 3666,
84238+
"priority": 20
84239+
},
84240+
{
84241+
"action": { "type": "block" },
84242+
"condition": {
84243+
"initiatorDomains": ["youtube.com", "www.youtube.com", "m.youtube.com"],
84244+
"urlFilter": "||www.youtube.com/youtubei/v1/log_event?*adformat"
84245+
},
84246+
"id": 3667,
84247+
"priority": 25
8421284248
}
8421384249
]

0 commit comments

Comments
 (0)