Skip to content

Commit

Permalink
🔀 Merge pull request #73 from younesaassila/v1.7.2
Browse files Browse the repository at this point in the history
🔖 Release version 1.7.2
  • Loading branch information
younesaassila authored Jan 31, 2023
2 parents 993e08d + 4d12457 commit 9364092
Show file tree
Hide file tree
Showing 7 changed files with 912 additions and 869 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This fork:
1. Click on the gear icon then select "Install Add-on From File…"
1. Select the XPI file you just downloaded

### Chrome
### Chromium (Chrome, Edge, or Brave)

#### ✅ With Automatic Updates (Windows & Linux)

Expand Down
1,765 changes: 903 additions & 862 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttv-lol-pro",
"version": "1.7.1",
"version": "1.7.2",
"description": "TTV LOL PRO removes livestream ads from Twitch",
"@parcel/bundler-default": {
"minBundles": 10000000,
Expand Down Expand Up @@ -37,17 +37,17 @@
"semver-compare": "^1.0.0"
},
"devDependencies": {
"@parcel/config-webextension": "^2.8.2",
"@types/react": "^18.0.26",
"@parcel/config-webextension": "^2.8.3",
"@types/react": "^18.0.27",
"@types/semver-compare": "^1.0.1",
"@types/webextension-polyfill": "^0.10.0",
"amazon-ivs-player": "^1.16.0",
"parcel": "^2.8.2",
"parcel": "^2.8.3",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-css-order": "^1.3.0",
"prettier-plugin-organize-imports": "^3.2.2",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"webextension-polyfill": "^0.10.0"
},
"private": true
Expand Down
Binary file added src/images/brand/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "TTV LOL PRO",
"description": "TTV LOL PRO removes livestream ads from Twitch.",
"version": "1.7.1",
"version": "1.7.2",
"background": {
"persistent": true,
"scripts": ["background/background.ts"]
Expand Down
1 change: 1 addition & 0 deletions src/options/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Options - TTV LOL PRO</title>
<link rel="icon" href="../images/brand/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down
1 change: 1 addition & 0 deletions src/page/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ namespace TTV_LOL_PRO {
return;
}
const blobPart = `
'${jsURL}'; // Prevents VAFT from throwing an error.
${filterResponseData.toString()}
${filterResponseData.name}();
importScripts('${jsURL}');
Expand Down

0 comments on commit 9364092

Please sign in to comment.