Skip to content

Commit f75ac99

Browse files
committed
feat(youtube): ULTRA MODE - main world scriptlet injection & grid fix (v1.0.4)
1 parent 4d7597e commit f75ac99

7 files changed

Lines changed: 179 additions & 251 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.3-blue.svg)](https://github.com/SocMid/pureshield)
6+
[![Version](https://img.shields.io/badge/version-1.0.4-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: 8 additions & 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.3",
5+
"version": "1.0.4",
66
"description": "Ad blocker, tracker blocker & halal filter. By SOCMID.",
77
"author": "SOCMID",
88
"permissions": [
@@ -54,6 +54,13 @@
5454
"js": ["youtube_content.js"],
5555
"run_at": "document_start",
5656
"all_frames": true
57+
},
58+
{
59+
"matches": ["*://*.youtube.com/*", "*://youtube.com/*"],
60+
"js": ["yt_scriptlet.js"],
61+
"run_at": "document_start",
62+
"all_frames": true,
63+
"world": "MAIN"
5764
}
5865
],
5966
"web_accessible_resources": [

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.3",
3+
"version": "1.0.4",
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.3</div>
141+
<div class="about-version">Version 1.0.4</div>
142142
<div class="about-by">by SOCMID</div>
143143

144144
<div class="about-cards">

0 commit comments

Comments
 (0)