Compare commits

..

96 Commits

Author SHA1 Message Date
Ajay
7a605b8a2c bump version 2025-10-14 16:32:44 -04:00
Ajay
b59241cb08 Fix skip profile menu appearing behind your work box
Fixes #2359
2025-10-14 15:10:33 -04:00
Ajay
03dc749440 Move buttons back to the left on new youtube layout 2025-10-09 04:00:48 -04:00
Ajay
685bda29a6 bump version 2025-10-09 03:20:41 -04:00
Ajay
da1d1ffa7f Merge branch 'master' of https://github.com/ajayyy/SponsorBlock 2025-10-09 03:10:39 -04:00
Ajay
fae3a355f5 Add pride theme 2025-10-09 03:10:24 -04:00
Ajay Ramachandran
1609995aa5 Merge pull request #2355 from FelixFourcolor/segment-list-default-tab
Add option to configure segment list default tab
2025-10-06 13:15:49 -04:00
Ajay
d0978bff79 update translations 2025-10-06 13:15:37 -04:00
felistachio
0257791264 Add segment list default tab config 2025-10-05 21:02:02 -07:00
Ajay
e1b18944bb Colour time inputs as well 2025-10-03 02:29:11 -04:00
Ajay
068307f98a Colour segment selector based on category colour 2025-10-03 02:27:21 -04:00
Ajay
9deb69b71b Fix layout on donation button 2025-10-03 00:55:11 -04:00
Ajay
26f9a85b5b Hide settings not affected by skip profile when non-default profile is selected 2025-10-02 03:41:42 -04:00
Ajay
bc516c21fb Delete temp config if config deleted 2025-10-02 03:34:34 -04:00
Ajay
c91df6e324 update translations 2025-09-30 03:45:53 -04:00
Ajay
8b87a83f5f bump version 2025-09-30 03:44:57 -04:00
Ajay Ramachandran
d7af742af8 Merge pull request #2337 from mini-bomba/port-dearrow-autoupdate
Port dearrow autoupdate & source maps
2025-09-30 01:59:31 -04:00
Ajay Ramachandran
c22d1b517c Merge pull request #2340 from FelixFourcolor/master
Auto-select the chapters tab if video only has chapters
2025-09-30 01:33:38 -04:00
Ajay Ramachandran
17896b2e22 Merge pull request #2348 from ajayyy/dependabot/npm_and_yarn/multi-d9e3f96976
Bump tmp and web-ext
2025-09-29 15:25:15 -04:00
dependabot[bot]
458e33a0c5 Bump tmp and web-ext
Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.5 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together.


Updates `tmp` from 0.2.3 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.5)

Updates `web-ext` from 8.9.0 to 8.10.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/8.9.0...8.10.0)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: indirect
- dependency-name: web-ext
  dependency-version: 8.10.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-29 19:04:41 +00:00
Ajay
9fb3921141 Merge branch 'master' of https://github.com/ajayyy/SponsorBlock 2025-09-24 16:33:41 -04:00
Ajay
7982ccba3d Fix wrong logic when waiting for image source 2025-09-24 16:33:38 -04:00
Ajay Ramachandran
ff43268e96 Merge pull request #2339 from mini-bomba/fix/chapter-nesting-crash
Rewrite chapter nesting code
2025-09-24 02:49:32 -04:00
felistachio
444b90cac2 simplify tabFilter 2025-09-21 13:27:29 -07:00
felistachio
1b2c3f5dbf Hide also the tab buttons if there are only chapters
and small refactor
2025-09-21 13:19:32 -07:00
felistachio
aa04ed7bf4 Fix: prevent auto-switch tab on refresh 2025-09-20 20:48:23 -07:00
felistachio
9e501a5f66 refactor 2025-09-20 17:27:50 -07:00
felistachio
7ccdf67195 Set default tab to chapters if there are no segments 2025-09-20 17:15:35 -07:00
mini-bomba
14d7d79ce7 Rewrite chapter nesting code
Friendship ended with recursion, chapter stack is my new friend

side effect: fixes popup crash for videos where the first segment is not
a chapter
2025-09-20 23:11:50 +02:00
mini-bomba
e63a677c81 Delay source-maps branch config for source code zip 2025-09-19 22:59:28 +02:00
mini-bomba
1056d1ef5f fix remote source maps for users with custom ghp domains 2025-09-19 22:52:05 +02:00
Ajay
c30f8ec5a3 Fix missing permissions for release workflow 2025-09-19 22:51:25 +02:00
mini-bomba
a34e6e6d03 Enable TS source maps in prod 2025-09-19 22:51:25 +02:00
mini-bomba
e5bccf95ea Set up uploading source maps to github pages 2025-09-19 22:50:56 +02:00
mini-bomba
bf68ce14c4 deploy firefox beta releases to github pages, enable updates 2025-09-19 22:36:52 +02:00
mini-bomba
9bf892c377 add source maps to releases 2025-09-19 22:34:08 +02:00
Ajay Ramachandran
7cbb0ec7cf Merge pull request #2336 from mini-bomba/fix/segment-hiding
Fix segment hiding/unhiding
2025-09-19 15:56:19 -04:00
mini-bomba
915fd70274 Cache chapter nesting results 2025-09-19 16:17:30 +02:00
mini-bomba
5043a5fbe2 Sync internal hidden status with segment's value on change 2025-09-19 16:08:50 +02:00
mini-bomba
808c3718a8 Fix segment hiding/unhiding 2025-09-19 15:49:26 +02:00
Ajay
1da5f33d72 Fix curve for popup buttons on hover 2025-09-18 04:27:42 -04:00
Ajay
948e39eed1 Actual fix for original tooltip not being found 2025-09-18 04:22:59 -04:00
Ajay
f6360a425c Fix original tooltip not being found when rendering chapters 2025-09-18 04:10:48 -04:00
Ajay
65277dc5f5 Fix skip segments error message triggering when it shouldn't 2025-09-18 04:04:10 -04:00
Ajay
82c5dd8dd6 Make sure channel id info is never null 2025-09-18 04:02:21 -04:00
Ajay
1b7bcef25b Remove extra message type 2025-09-18 04:01:57 -04:00
Ajay
5f6d7194a9 Remove extra function calls 2025-09-18 04:01:46 -04:00
Ajay
634e2490f3 Fix live chat messing with skip profile ui 2025-09-18 04:01:24 -04:00
Ajay
6d884fee62 Fix deselecting sometimes making the skip profile ui go to a bad state 2025-09-18 04:01:05 -04:00
Ajay
c499198ad3 Add indicator for non channel skip profiles 2025-09-18 03:35:48 -04:00
Ajay
d4995a6357 Don't show skip profile button when not on a video 2025-09-18 03:28:14 -04:00
Ajay
4d74516adc Request unlimited storage for new local data 2025-09-18 03:22:00 -04:00
Ajay
f533921252 update translations 2025-09-18 03:20:21 -04:00
Ajay
d7ecf41754 bump version 2025-09-18 03:19:51 -04:00
Ajay Ramachandran
955eb9e437 Merge pull request #2334 from gosha305/loop-chapters
Added better UI for nested chapters
2025-09-18 03:19:11 -04:00
Ajay
299560ec9a Formatting fixes and add locales 2025-09-18 03:19:00 -04:00
Ajay
918ae905b1 Fix thumbnails not displaying full video labels on new YouTube layout
Fixes #2332
2025-09-16 16:05:40 -04:00
Gosha
86a7920590 Merge branch 'master' into loop-chapters 2025-09-15 07:34:25 +02:00
gosha305
233da8c449 Added better UI for nested chapters 2025-09-14 14:24:55 +02:00
Ajay
e1e666049a Handle popup staying open for videoID changes 2025-09-09 04:19:00 -04:00
Ajay
05fa9ff317 Fix skip profile fallback for toggle settings not working 2025-09-09 03:40:50 -04:00
Ajay
9753b7c5a4 Merge branch 'master' of https://github.com/ajayyy/SponsorBlock 2025-09-09 03:36:49 -04:00
Ajay
40eabe6b18 Add channel skip profiles 2025-09-09 03:34:28 -04:00
Ajay Ramachandran
9a526c5f2b Merge pull request #2323 from mini-bomba/error_handling
Improve error handling
2025-08-29 00:06:40 -04:00
mini-bomba
bf6626f4b3 Improve error handling
- pass errors from background threads back to clients
- log all HTTP request errors and display them to the user where
  possible
2025-08-28 21:49:06 +02:00
Ajay Ramachandran
cc1708116c Merge pull request #2322 from ajayyy/dependabot/npm_and_yarn/multi-7ab1708bb7
Bump sha.js and web-ext
2025-08-21 13:50:48 -04:00
dependabot[bot]
de45d47c96 Bump sha.js and web-ext
Removes [sha.js](https://github.com/crypto-browserify/sha.js). It's no longer used after updating ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together.


Removes `sha.js`

Updates `web-ext` from 8.2.0 to 8.9.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/8.2.0...8.9.0)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 
  dependency-type: indirect
- dependency-name: web-ext
  dependency-version: 8.9.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-21 16:32:55 +00:00
Ajay Ramachandran
fd2826a80d Merge pull request #2319 from mini-bomba/segment_fetching_try_finally
Actually remove rejected promises from the pendingList
2025-08-19 15:03:58 -04:00
mini-bomba
9d48d4e0fe Actually remove rejected promises from the pendingList
otherwise this may cause a failure to be "cached" and never removed,
resulting in the inability to refresh segments until the page is
refreshed
2025-08-19 20:12:42 +02:00
Ajay
13f9914711 Request unlimited storate permission in sponsorblock on Firefox 2025-08-09 19:31:29 -04:00
Ajay Ramachandran
06ead877b4 Merge pull request #2310 from injust/patch-1
Remove `invidious.snopyta.org` from default config
2025-07-27 17:11:09 -04:00
Justin Su
28e3ef66f3 Remove invidious.snopyta.org from default config 2025-07-27 17:01:40 -04:00
Ajay
0bca508004 bump version 2025-07-25 02:15:15 -04:00
Ajay
42ff5f0092 update translations 2025-07-25 02:15:01 -04:00
Ajay
8c2258a331 Add notice about hook category change 2025-07-25 02:13:47 -04:00
Ajay
44177b9ddf Fix hover previews on normal layout 2025-07-24 21:58:38 -04:00
Ajay
33c939281c Show the category name on hover on new YouTube player layout 2025-07-24 21:44:33 -04:00
Ajay
f4d2558856 Add seperate hook category 2025-07-24 14:40:15 -04:00
Ajay
f9f6ac0107 bump version 2025-07-22 20:08:34 -04:00
Ajay
133c61ffed update translations 2025-07-22 20:08:10 -04:00
Ajay
21b7507a9e Add video title as option for advanced skip settings 2025-07-22 20:07:01 -04:00
Ajay
fd459414aa Add video duration to skip rules 2025-07-22 02:08:23 -04:00
Ajay
4296ea3f85 Fix alignment of segment category names on hover 2025-07-21 04:49:08 -04:00
Ajay
92b3cda9ef Fix status of if segments were found in popup to account for disabled categories 2025-07-21 04:00:33 -04:00
Ajay
907eba3827 Fix skip to highlight button alignment on new layout 2025-07-21 03:55:40 -04:00
Ajay
86cf324d62 FIx chapter name alignment on new YouTube layout 2025-07-21 03:41:07 -04:00
Ajay
e32db21f4e Add option to hide segment creation buttons in the popup 2025-07-16 13:18:50 -04:00
Ajay
6afcc6fb3a Add link to logo author to help page 2025-07-16 02:21:05 -04:00
Ajay
e510686baa update translations 2025-07-16 00:51:47 -04:00
Ajay
330dd3cbbd bump version 2025-07-16 00:51:14 -04:00
Ajay
e9b687df6a Improve help page layout and update some text 2025-07-16 00:50:35 -04:00
Ajay
e89dfed07e Add hide segment button to submission menu 2025-07-15 02:39:28 -04:00
Ajay
435b215025 Fix unsubmitted chapters auto skipping 2025-07-15 02:14:02 -04:00
Ajay
e0165e4aac Add guidelines button to popup 2025-07-15 01:17:29 -04:00
Ajay
63f9bd5926 Fix refresh button in popup 2025-07-09 03:19:18 -04:00
Ajay
87c4758089 Fix upcoming notice being shown for disabled categories
Fixes #2296
2025-07-02 21:04:02 -04:00
59 changed files with 3992 additions and 4406 deletions

View File

@@ -12,7 +12,8 @@ jobs:
steps: steps:
# Initialization # Initialization
- uses: actions/checkout@v4 - name: Checkout release branch w/submodules
uses: actions/checkout@v5
with: with:
submodules: recursive submodules: recursive
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
@@ -34,12 +35,27 @@ jobs:
path: ../builds/SourceCodeUseThisOne.zip path: ../builds/SourceCodeUseThisOne.zip
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout source maps branch
uses: actions/checkout@v5
with:
path: source-maps
ref: source-maps
- name: Set up committer info
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: npm ci - run: npm ci
# Create Firefox artifacts # Create Firefox artifacts
- name: Create Firefox artifacts - name: Create Firefox artifacts
run: npm run build:firefox run: npm run build:firefox -- --env ghpSourceMaps
- run: mkdir ./builds - run: mkdir ./builds
- name: Move Firefox source maps to source map repo
run: |
VERSION=`jq -r '.version' ./dist/manifest.json`
mkdir -p "./source-maps/firefox/$VERSION/"
mv -v ./dist/**/*.js.map "./source-maps/firefox/$VERSION/"
cp -v ./dist/**/*.js.LICENSE.txt "./source-maps/firefox/$VERSION/"
- name: Zip Artifacts - name: Zip Artifacts
run: cd ./dist ; zip -r ../builds/FirefoxExtension.zip * run: cd ./dist ; zip -r ../builds/FirefoxExtension.zip *
- name: Upload FirefoxExtension to release - name: Upload FirefoxExtension to release
@@ -52,7 +68,13 @@ jobs:
# Create Chrome artifacts # Create Chrome artifacts
- name: Create Chrome artifacts - name: Create Chrome artifacts
run: npm run build:chrome run: npm run build:chrome -- --env ghpSourceMaps
- name: Move Chrome source maps to source map repo
run: |
VERSION=`jq -r '.version' ./dist/manifest.json`
mkdir -p "./source-maps/chrome/$VERSION/"
mv -v ./dist/**/*.js.map "./source-maps/chrome/$VERSION/"
cp -v ./dist/**/*.js.LICENSE.txt "./source-maps/chrome/$VERSION/"
- name: Zip Artifacts - name: Zip Artifacts
run: cd ./dist ; zip -r ../builds/ChromeExtension.zip * run: cd ./dist ; zip -r ../builds/ChromeExtension.zip *
- name: Upload ChromeExtension to release - name: Upload ChromeExtension to release
@@ -67,7 +89,13 @@ jobs:
- name: Clear dist for Edge - name: Clear dist for Edge
run: rm -rf ./dist run: rm -rf ./dist
- name: Create Edge artifacts - name: Create Edge artifacts
run: npm run build:edge run: npm run build:edge -- --env ghpSourceMaps
- name: Move Edge source maps to source map repo
run: |
VERSION=`jq -r '.version' ./dist/manifest.json`
mkdir -p "./source-maps/edge/$VERSION/"
mv -v ./dist/**/*.js.map "./source-maps/edge/$VERSION/"
cp -v ./dist/**/*.js.LICENSE.txt "./source-maps/edge/$VERSION/"
- name: Zip Artifacts - name: Zip Artifacts
run: cd ./dist ; zip -r ../builds/EdgeExtension.zip * run: cd ./dist ; zip -r ../builds/EdgeExtension.zip *
- name: Upload EdgeExtension to release - name: Upload EdgeExtension to release
@@ -80,7 +108,13 @@ jobs:
# Create Safari artifacts # Create Safari artifacts
- name: Create Safari artifacts - name: Create Safari artifacts
run: npm run build:safari run: npm run build:safari -- --env ghpSourceMaps
- name: Move Safari source maps to source map repo
run: |
VERSION=`jq -r '.version' ./dist/manifest.json`
mkdir -p "./source-maps/safari/$VERSION/"
mv -v ./dist/**/*.js.map "./source-maps/safari/$VERSION/"
cp -v ./dist/**/*.js.LICENSE.txt "./source-maps/safari/$VERSION/"
- name: Zip Artifacts - name: Zip Artifacts
run: cd ./dist ; zip -r ../builds/SafariExtension.zip * run: cd ./dist ; zip -r ../builds/SafariExtension.zip *
- name: Upload SafariExtension to release - name: Upload SafariExtension to release
@@ -93,7 +127,13 @@ jobs:
# Create Beta artifacts (Builds with the name changed to beta) # Create Beta artifacts (Builds with the name changed to beta)
- name: Create Chrome Beta artifacts - name: Create Chrome Beta artifacts
run: npm run build:chrome -- --env stream=beta run: npm run build:chrome -- --env stream=beta --env ghpSourceMaps
- name: Move Chrome Beta source maps to source map repo
run: |
VERSION=`jq -r '.version' ./dist/manifest.json`
mkdir -p "./source-maps/chrome-beta/$VERSION/"
mv -v ./dist/**/*.js.map "./source-maps/chrome-beta/$VERSION/"
cp -v ./dist/**/*.js.LICENSE.txt "./source-maps/chrome-beta/$VERSION/"
- name: Zip Artifacts - name: Zip Artifacts
run: cd ./dist ; zip -r ../builds/ChromeExtensionBeta.zip * run: cd ./dist ; zip -r ../builds/ChromeExtensionBeta.zip *
- name: Upload ChromeExtensionBeta to release - name: Upload ChromeExtensionBeta to release
@@ -106,11 +146,17 @@ jobs:
# Firefox Beta # Firefox Beta
- name: Create Firefox Beta artifacts - name: Create Firefox Beta artifacts
run: npm run build:firefox -- --env stream=beta run: npm run build:firefox -- --env stream=beta --env autoupdate --env ghpSourceMaps
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: FirefoxExtensionBeta name: FirefoxExtensionBeta
path: dist path: dist
- name: Move Firefox Beta source maps to source map repo
run: |
VERSION=`jq -r '.version' ./dist/manifest.json`
mkdir -p "./source-maps/firefox-beta/$VERSION/"
mv -v ./dist/**/*.js.map "./source-maps/firefox-beta/$VERSION/"
cp -v ./dist/**/*.js.LICENSE.txt "./source-maps/firefox-beta/$VERSION/"
- name: Zip Artifacts - name: Zip Artifacts
run: cd ./dist ; zip -r ../builds/FirefoxExtensionBeta.zip * run: cd ./dist ; zip -r ../builds/FirefoxExtensionBeta.zip *
@@ -120,10 +166,8 @@ jobs:
env: env:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }} WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }} WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
- name: Install rename
run: sudo apt-get install rename
- name: Rename signed file - name: Rename signed file
run: cd ./web-ext-artifacts ; rename 's/.*/FirefoxSignedInstaller.xpi/' * run: mv ./web-ext-artifacts/* ./web-ext-artifacts/FirefoxSignedInstaller.xpi
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: FirefoxExtensionSigned.xpi name: FirefoxExtensionSigned.xpi
@@ -137,3 +181,80 @@ jobs:
path: ./web-ext-artifacts/FirefoxSignedInstaller.xpi path: ./web-ext-artifacts/FirefoxSignedInstaller.xpi
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit & push new source maps
if: always()
run: |
VERSION=`jq -r '.version' ./dist/manifest.json`
cd ./source-maps
git add .
git commit -m "Publish source maps for version $VERSION"
git push
- name: Prepare new github pages deployment
shell: python
run: |
from pathlib import Path
import json
import shutil
import os
# config stuff
installer_name = "FirefoxSignedInstaller.xpi"
owner, repo_name = os.environ["GITHUB_REPOSITORY"].split("/")
owner = owner.lower()
# create the github paged dir
ghp_dir = Path("./github-pages")
ghp_dir.mkdir(parents=True, exist_ok=True)
# move in the installer
Path("./web-ext-artifacts", installer_name).rename(ghp_dir / installer_name)
# read manifest.json and extract parameters
with open("./dist/manifest.json") as f:
manifest = json.load(f)
current_version = manifest["version"]
ext_id = manifest["browser_specific_settings"]["gecko"]["id"]
# generate updates file
updates = {
"addons": {
ext_id: {
"updates": [
{
"version": current_version,
# param doesn't actually matter, it's just a cachebuster
"update_link": f"https://{owner}.github.io/{repo_name}/{installer_name}?v={current_version}",
},
],
},
},
}
(ghp_dir / "updates.json").write_text(json.dumps(updates))
# copy in source maps
def only_sourcemaps(cur, ls):
if '/' in cur:
return []
return set(ls) - {"chrome", "chrome-beta", "edge", "firefox", "firefox-beta", "safari"}
shutil.copytree("source-maps", ghp_dir, ignore=only_sourcemaps, dirs_exist_ok=True)
- name: Upload new github pages deployment
uses: actions/upload-pages-artifact@v3
with:
path: ./github-pages
deploy-ghp:
name: Deploy to github pages
needs: build
permissions:
id-token: write
pages: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v4

View File

@@ -2,7 +2,7 @@
"serverAddress": "https://sponsor.ajay.app", "serverAddress": "https://sponsor.ajay.app",
"testingServerAddress": "https://sponsor.ajay.app/test", "testingServerAddress": "https://sponsor.ajay.app/test",
"serverAddressComment": "This specifies the default SponsorBlock server to connect to", "serverAddressComment": "This specifies the default SponsorBlock server to connect to",
"categoryList": ["sponsor", "selfpromo", "exclusive_access", "interaction", "poi_highlight", "intro", "outro", "preview", "filler", "chapter", "music_offtopic"], "categoryList": ["sponsor", "selfpromo", "exclusive_access", "interaction", "poi_highlight", "intro", "outro", "preview", "hook", "filler", "chapter", "music_offtopic"],
"categorySupport": { "categorySupport": {
"sponsor": ["skip", "mute", "full"], "sponsor": ["skip", "mute", "full"],
"selfpromo": ["skip", "mute", "full"], "selfpromo": ["skip", "mute", "full"],
@@ -11,6 +11,7 @@
"intro": ["skip", "mute"], "intro": ["skip", "mute"],
"outro": ["skip", "mute"], "outro": ["skip", "mute"],
"preview": ["skip", "mute"], "preview": ["skip", "mute"],
"hook": ["skip", "mute"],
"filler": ["skip", "mute"], "filler": ["skip", "mute"],
"music_offtopic": ["skip"], "music_offtopic": ["skip"],
"poi_highlight": ["poi"], "poi_highlight": ["poi"],
@@ -24,6 +25,7 @@
"intro": "https://wiki.sponsor.ajay.app/w/Intermission/Intro_Animation", "intro": "https://wiki.sponsor.ajay.app/w/Intermission/Intro_Animation",
"outro": "https://wiki.sponsor.ajay.app/w/Endcards/Credits", "outro": "https://wiki.sponsor.ajay.app/w/Endcards/Credits",
"preview": "https://wiki.sponsor.ajay.app/w/Preview/Recap", "preview": "https://wiki.sponsor.ajay.app/w/Preview/Recap",
"hook": "https://wiki.sponsor.ajay.app/w/Hook/Greetings",
"filler": "https://wiki.sponsor.ajay.app/w/Tangents/Jokes", "filler": "https://wiki.sponsor.ajay.app/w/Tangents/Jokes",
"music_offtopic": "https://wiki.sponsor.ajay.app/w/Music:_Non-Music_Section", "music_offtopic": "https://wiki.sponsor.ajay.app/w/Music:_Non-Music_Section",
"poi_highlight": "https://wiki.sponsor.ajay.app/w/Highlight", "poi_highlight": "https://wiki.sponsor.ajay.app/w/Highlight",

View File

@@ -53,6 +53,8 @@
"icons/PlayerInfoIconSponsorBlocker.svg", "icons/PlayerInfoIconSponsorBlocker.svg",
"icons/PlayerDeleteIconSponsorBlocker.svg", "icons/PlayerDeleteIconSponsorBlocker.svg",
"icons/dearrow.svg", "icons/dearrow.svg",
"icons/sb-pride.png",
"icons/pride.svg",
"popup.html", "popup.html",
"popup.css", "popup.css",
"content.css", "content.css",

View File

@@ -45,6 +45,8 @@
"icons/PlayerInfoIconSponsorBlocker.svg", "icons/PlayerInfoIconSponsorBlocker.svg",
"icons/PlayerDeleteIconSponsorBlocker.svg", "icons/PlayerDeleteIconSponsorBlocker.svg",
"icons/dearrow.svg", "icons/dearrow.svg",
"icons/sb-pride.png",
"icons/pride.svg",
"popup.html", "popup.html",
"popup.css", "popup.css",
"content.css", "content.css",

View File

@@ -1,7 +1,7 @@
{ {
"name": "__MSG_fullName__", "name": "__MSG_fullName__",
"short_name": "SponsorBlock", "short_name": "SponsorBlock",
"version": "5.13.2", "version": "6.0.3",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_Description__", "description": "__MSG_Description__",
"homepage_url": "https://sponsor.ajay.app", "homepage_url": "https://sponsor.ajay.app",
@@ -16,7 +16,8 @@
}, },
"permissions": [ "permissions": [
"storage", "storage",
"scripting" "scripting",
"unlimitedStorage"
], ],
"options_ui": { "options_ui": {
"page": "options/options.html", "page": "options/options.html",

4323
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@
"ts-loader": "^9.4.2", "ts-loader": "^9.4.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "4.9", "typescript": "4.9",
"web-ext": "^8.2.0", "web-ext": "^8.10.0",
"webpack": "^5.94.0", "webpack": "^5.94.0",
"webpack-cli": "^4.10.0", "webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0" "webpack-merge": "^5.8.0"

View File

@@ -107,6 +107,10 @@ div:hover > #previewbar.sbNotInvidious {
transform: translateY(-1em) !important; transform: translateY(-1em) !important;
} }
.ytp-tooltip.sponsorCategoryTooltipVisible {
transform: translateY(-1em) !important;
}
.ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips { .ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips {
transform: translateY(-2em) !important; transform: translateY(-2em) !important;
} }
@@ -145,17 +149,17 @@ div:hover > #previewbar.sbNotInvidious {
} }
.ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips > .ytp-tooltip-text-wrapper { .ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips > .ytp-tooltip-text-wrapper {
transform: translateY(1em) !important; transform: translateY(1.75em) !important;
} }
.ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible > .ytp-tooltip-text-wrapper > .ytp-tooltip-text { .ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible > .ytp-tooltip-text-wrapper .ytp-tooltip-text {
display: block !important; display: inline-block !important;
transform: translateY(1em) !important; transform: translateY(0.75em) !important;
} }
.ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips > .ytp-tooltip-text-wrapper > .ytp-tooltip-text { .ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips > .ytp-tooltip-text-wrapper .ytp-tooltip-text {
display: block !important; display: inline-block !important;
transform: translateY(2em) !important; transform: translateY(0.75em) !important;
} }
div:hover > .sponsorBlockChapterBar { div:hover > .sponsorBlockChapterBar {
@@ -184,6 +188,10 @@ div:hover > .sponsorBlockChapterBar {
margin: auto; margin: auto;
} }
.sbChapterVoteButton {
padding: 0 !important;
}
.playerButton { .playerButton {
vertical-align: top; vertical-align: top;
} }
@@ -683,6 +691,14 @@ input::-webkit-inner-spin-button {
color: white; color: white;
} }
.hideSegmentSubmitButton {
cursor: pointer;
margin: auto;
top: 0;
bottom: 0;
position: absolute;
}
/* Start SelectorComponent */ /* Start SelectorComponent */
.sbSelector { .sbSelector {
@@ -740,6 +756,13 @@ input::-webkit-inner-spin-button {
cursor: pointer; cursor: pointer;
display: flex; display: flex;
color: white; color: white;
align-items: center;
}
/* July 2025 test UI */
.ytp-delhi-modern .skipButtonControlBarContainer {
height: 48px;
margin: auto 0;
} }
.skipButtonControlBarContainer.sbhidden { .skipButtonControlBarContainer.sbhidden {
@@ -949,5 +972,27 @@ input::-webkit-inner-spin-button {
} }
.sponsorblock-chapter-visible { .sponsorblock-chapter-visible {
display: inherit !important; display: block !important;
}
/* Pride theme */
.playerButton.prideTheme:nth-of-type(1) {
filter: brightness(50%) sepia(100) saturate(100);
}
.playerButton.prideTheme:nth-of-type(2) {
filter: sepia(100) saturate(100) hue-rotate(0deg);
}
.playerButton.prideTheme:nth-of-type(3) {
filter: sepia(100) saturate(100) hue-rotate(45deg);
}
.playerButton.prideTheme:nth-of-type(4) {
filter: sepia(100) saturate(100) invert() hue-rotate(5deg);
}
.playerButton.prideTheme:nth-of-type(5) {
filter: sepia(100) saturate(100) invert() hue-rotate(35deg);
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -21,128 +21,128 @@
<div class="container sponsorBlockPageBody"> <div class="container sponsorBlockPageBody">
<p class="createdBy"> <p class="createdBy">
<img src="https://ajay.app/newprofilepic.jpg" height="30" class="profilepiccircle"/> <img src="../icons/newprofilepic.jpg" height="30" class="profilepiccircle"/>
Created By <a href="https://ajay.app">Ajay Ramachandran</a> Created By <a href="https://ajay.app">Ajay Ramachandran</a>
<a href="https://sponsor.ajay.app/donate" target="_blank" rel="noopener" id="sbDonate">(Donate)</a>
</p> </p>
<p> <span class="help-page-flex-container">
__MSG_helpPageThanksForInstalling__ By using this extension, you agree to the <a href="https://gist.github.com/ajayyy/aa9f8ded2b573d4f73a3ffa0ef74f796">Privacy Policy</a> and <a href="https://gist.github.com/ajayyy/9e8100f069348e0bc062641f34d6af12">Terms of Use</a>. <div class="left-sidebar">
</p> <div class="box1">
<p>
<p> __MSG_helpPageThanksForInstalling__ By using this extension, you agree to the <a href="https://gist.github.com/ajayyy/aa9f8ded2b573d4f73a3ffa0ef74f796">Privacy Policy</a> and <a href="https://gist.github.com/ajayyy/9e8100f069348e0bc062641f34d6af12">Terms of Use</a>.
Come contribute, make some suggestions and help out on <a href="https://discord.gg/SponsorBlock">Discord</a> or on <a href="https://matrix.to/#/#sponsor:ajay.app?via=ajay.app&via=matrix.org&via=mozilla.org">Matrix</a>. </p>
</p>
<a href="https://dearrow.ajay.app"
target="_blank"
id="dearrow-link"
class="dearrow-link hidden"
rel="noreferrer">
<img src="/icons/dearrow.svg"/>
<span id="dearrow-link-text">
</span>
<img src="/icons/close.png" class="close-button"/>
</a>
<p style="margin-bottom: 0; margin-top: 0" class="bigText center">__MSG_helpPageReviewOptions__</p>
<p class="smallText">
__MSG_helpPageFeatureDisclaimer__
</p>
<iframe class="optionsFrame" src="../options/options.html#embed" style="border: none"></iframe>
<h1>__MSG_helpPageHowSkippingWorks__</h1>
<p class="projectPreview">
<span class="projectPreviewImageLarge">
<img src="images/popup.png">
</span>
__MSG_helpPageHowSkippingWorks1__
<br/> <p>
<br/> Come contribute, make some suggestions and help out on <a href="https://discord.gg/SponsorBlock">Discord</a> or on <a href="https://matrix.to/#/#sponsor:ajay.app?via=ajay.app&via=matrix.org&via=mozilla.org">Matrix</a>.
</p>
__MSG_helpPageHowSkippingWorks2__
</p> <a href="https://dearrow.ajay.app"
target="_blank"
<div class="center"><img src="images/voting on notice.gif"></div> id="dearrow-link"
class="dearrow-link hidden"
<h1>__MSG_Submitting__</h1> rel="noreferrer">
<img src="/icons/dearrow.svg"/>
<p class="projectPreview">
<img class="projectPreviewImageLarge" src="https://i.imgur.com/A1ilk6x.gif"> <span id="dearrow-link-text">
__MSG_helpPageSubmitting1__ </span>
<br/> <img src="/icons/close.png" class="close-button"/>
<br/> </a>
__MSG_helpPageSubmitting2__ <div id="donate-component" class="donate-ask">
</p> <div class="donate-text">
<img
<h1>__MSG_Editing__</h1> src="../icons/newprofilepic.jpg"
alt="Ajay's avatar"
<p class="projectPreview"> ></img>
<span class="projectPreviewImageLarge"> __MSG_supportSponsorBlock__
<img src="https://wiki.sponsor.ajay.app/images/6/6a/Popup_only.png"> </div>
</span>
<a href="https://sponsor.ajay.app/donate" class="donate-button" target="_blank" rel="noopener">
__MSG_helpPageEditing1__ __MSG_Donate__
</a>
</p> </div>
</div>
<h1>__MSG_helpPageTooSlow__</h1> <div class="box3">
<h1>__MSG_helpPageHowSkippingWorks__</h1>
<p>
__MSG_helpPageTooSlow1__
</p>
<h1>__MSG_helpPageCopyOfDatabase__</h1>
<p>
__MSG_helpPageCopyOfDatabase1__ <a href="https://sponsor.ajay.app/database">https://sponsor.ajay.app/database</a>. __MSG_helpPageCopyOfDatabase2__
</p>
<h1>__MSG_helpPageNews__</h1>
<p>
See <a href="https://sponsor.ajay.app/news">https://sponsor.ajay.app/news</a>.
</p>
<h1>__MSG_helpPageSourceCode__</h1>
<h4 style="display: inline">Client:</h4>
<!-- Github logo -->
<a href="https://github.com/ajayyy/SponsorBlock"><svg aria-hidden="true" version="1.1" viewBox="0 0 16 16" height="58px" style="padding-left: 15px"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg></a>
<h4 style="display: inline; padding-left: 20px">Server:</h4>
<!-- Github logo -->
<a href="https://github.com/ajayyy/SponsorBlockServer"><svg aria-hidden="true" version="1.1" viewBox="0 0 16 16" height="58px" style="padding-left: 15px"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg></a>
<h1>__MSG_Credits__</h1>
<p>
Thanks to all <a href="https://github.com/ajayyy/SponsorBlock/graphs/contributors">SponsorBlock contributors</a>,
<a href="https://github.com/ajayyy/SponsorBlockServer/graphs/contributors">SponsorBlockServer contributors</a> and
<a href="https://github.com/ajayyy/SponsorBlockSite/graphs/contributors">SponsorBlockSite contributors</a> such
as <a href="https://github.com/NDevTK">NDev</a>, <a href="https://github.com/Joe-Dowd">Joe Dowd</a>,
<a href="https://mchang.name/">Michael Chang</a> and more.
</p>
<p>The awesome <a href="https://github.com/omarroth/invidious/wiki/API">Invidious API</a> is used to grab the time the video was published.</p>
<p>Some icons made by <a href="https://www.flaticon.com/authors/gregor-cresnar" title="Gregor Cresnar">Gregor Cresnar</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> and are licensed by <a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></p>
<p>Some icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> and are licensed by <a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></p> <p class="projectPreview">
__MSG_helpPageHowSkippingWorks2__
</p>
<p style="text-align: center;"><a href="/oss-attribution/attribution.txt">Open Source Licenses</a></p> <div class="center"><img src="images/voting on notice.gif"></div>
<p class="projectPreview">
__MSG_helpPageHowSkippingWorks1__
</p>
<div class="center"><img style="height: 400px;" src="images/popup.png"></div>
</div> <h1>__MSG_Submitting__</h1>
<p class="projectPreview">
__MSG_helpPageSubmitting1__
</p>
<div class="center"><img src="images/votebuttons.gif"></div>
<p class="projectPreview">
__MSG_helpPageSubmitting2__
</p>
<div class="center"><img src="images/submission menu.png"></div>
<p class="projectPreview center">
<a href="https://wiki.sponsor.ajay.app/w/Guidelines" target="_blank">__MSG_guidelines__</a>
<br/>
<a href="https://wiki.sponsor.ajay.app/w/Advice_for_submitting" target="_blank">__MSG_AdviceForSubmitting__</a>
</p>
<h1>__MSG_helpPageCopyOfDatabase__</h1>
<p>
__MSG_helpPageCopyOfDatabase1__ <a href="https://sponsor.ajay.app/database">https://sponsor.ajay.app/database</a>. __MSG_helpPageCopyOfDatabase2__
</p>
<h4 style="display: inline">Client:</h4>
<!-- Github logo -->
<a href="https://github.com/ajayyy/SponsorBlock"><svg aria-hidden="true" version="1.1" viewBox="0 0 16 16" height="58px" style="padding-left: 15px"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg></a>
<h4 style="display: inline; padding-left: 20px">Server:</h4>
<!-- Github logo -->
<a href="https://github.com/ajayyy/SponsorBlockServer"><svg aria-hidden="true" version="1.1" viewBox="0 0 16 16" height="58px" style="padding-left: 15px"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg></a>
<h1>__MSG_Credits__</h1>
<p>
Thanks to all <a href="https://github.com/ajayyy/SponsorBlock/graphs/contributors">SponsorBlock contributors</a>,
<a href="https://github.com/ajayyy/SponsorBlockServer/graphs/contributors">SponsorBlockServer contributors</a> and
<a href="https://github.com/ajayyy/SponsorBlockSite/graphs/contributors">SponsorBlockSite contributors</a> such
as <a href="https://github.com/NDevTK">NDev</a>, <a href="https://github.com/Joe-Dowd">Joe Dowd</a>,
<a href="https://mchang.name/">Michael Chang</a> and more.
</p>
<p>
Logo by <a href="https://github.com/munadikieh">Munadi Kiehl</a>
</p>
<p>Some icons made by <a href="https://www.flaticon.com/authors/gregor-cresnar" title="Gregor Cresnar">Gregor Cresnar</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> and are licensed by <a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></p>
<p>Some icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> and are licensed by <a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></p>
<p style="text-align: center;"><a href="/oss-attribution/attribution.txt">Open Source Licenses</a></p>
</div>
</div>
<div class="box2">
<p style="margin-bottom: 0; margin-top: 0" class="bigText center">__MSG_helpPageReviewOptions__</p>
<p class="smallText" style="margin-bottom: 0; margin-top: 0">
__MSG_helpPageFeatureDisclaimer__
</p>
<iframe class="optionsFrame" src="../options/options.html#embed" style="border: none"></iframe>
</div>
</span>
</body> </body>

View File

@@ -29,7 +29,11 @@ html {
} }
.bigText { .bigText {
font-size: 50px; font-size: 30px;
}
.smallText {
font-size: 14px;
} }
body { body {
@@ -46,7 +50,6 @@ body {
} }
.container { .container {
max-width: 60%;
margin: auto; margin: auto;
} }
@@ -168,7 +171,7 @@ p,li,code,a {
.optionsFrame { .optionsFrame {
width: 100%; width: 100%;
height: 500px; height: 100%;
} }
.previewImage { .previewImage {
@@ -194,14 +197,59 @@ img {
h1,h2,h3,h4,h5,h6 { h1,h2,h3,h4,h5,h6 {
color: var(--title); color: var(--title);
text-align: center; text-align: center;
font-size: 25px;
margin: 5px 0px;
} }
svg { svg {
text-decoration: none; text-decoration: none;
} }
#sbDonate { .donate-ask {
font-size: 10px; background-color: rgb(26, 26, 26, 0.95);
border-radius: 15px;
text-align: center;
padding: 10px;
margin: 0.7em 0px;
}
.donate-ask .donate-text {
margin-top: 10px;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.donate-ask .donate-text img {
height: 2rem;
border-radius: 100%;
margin-right: 15px;
}
.donate-ask a {
text-decoration: none;
color: #eee;
border-radius: 15px;
background-color: rgb(58, 58, 58, 0.9);
padding: 10px;
transition: background-color 0.3s ease;
display: block;
width: fit-content;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.donate-ask a:hover {
background-color: rgba(70, 70, 70, 0.9);
} }
@media screen and (orientation:portrait) { @media screen and (orientation:portrait) {
@@ -351,4 +399,50 @@ svg {
.hidden { .hidden {
display: none; display: none;
}
.help-page-flex-container {
display: flex;
flex-direction: row;
gap: 20px;
margin-left: 20px;
margin-right: 20px;
}
.left-sidebar {
display: flex;
flex-direction: column;
flex: 1 1 50%;
}
.box2 {
flex: 1 1 50%;
}
/* Mobile */
@media only screen and (max-width: 600px) {
.box1 {
order: 1;
}
.box2 {
order: 2;
}
.box3 {
order: 3;
}
.left-sidebar {
display: contents;
}
.help-page-flex-container {
flex-direction: column;
}
.optionsFrame {
height: 500px;
}
} }

90
public/icons/pride.svg Normal file
View File

@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 11718.75 3810"
width="1000"
height="325"
version="1.1"
id="svg11"
sodipodi:docname="pride.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs11" />
<sodipodi:namedview
id="namedview11"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.42575964"
inkscape:cx="863.16308"
inkscape:cy="32.882403"
inkscape:window-width="1536"
inkscape:window-height="799"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg11" />
<path
fill="#750787"
d="M 0,0 H 15033.943 V 3810 H 0 Z"
id="path1"
style="stroke-width:1.58293" />
<path
fill="#004dff"
d="M 0,0 H 15033.943 V 3175 H 0 Z"
id="path2"
style="stroke-width:1.58293" />
<path
fill="#008026"
d="M 0,0 H 15033.943 V 2540 H 0 Z"
id="path3"
style="stroke-width:1.58293" />
<path
fill="#ffed00"
d="M 0,0 H 15033.943 V 1905 H 0 Z"
id="path4"
style="stroke-width:1.58293" />
<path
fill="#ff8c00"
d="M 0,0 H 15033.943 V 1270 H 0 Z"
id="path5"
style="stroke-width:1.58293" />
<path
fill="#e40303"
d="M 0,0 H 15033.943 V 635 H 0 Z"
id="path6"
style="stroke-width:1.58293" />
<path
d="M 0,-960.5 2864,1905 0,4770.5 Z"
id="path7" />
<path
fill="#613915"
d="M 0,-480 2384,1905 0,4290 Z"
id="path8" />
<path
fill="#74d7ee"
d="M 0,3810 V 0 l 1912,1905 z"
id="path9" />
<path
fill="#ffafc8"
d="M 0,3330 V 480 l 1420,1425 z"
id="path10" />
<path
fill="#ffffff"
d="M 0,960 951,1905 0,2850 Z"
id="path11" />
<rect
style="fill:#000000;fill-opacity:0.621027;stroke:#550000;stroke-width:42.5545"
id="rect11"
width="12283.648"
height="4656.5938"
x="-243.66638"
y="-421.53296" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
public/icons/sb-pride.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -17,6 +17,10 @@
--border-color: #484848; --border-color: #484848;
--black: black; --black: black;
--white: white; --white: white;
--selector-red: #c00000;
--selector-red-hover: #fc0303;
--tab-selected: #950000;
} }
[data-theme="light"] { [data-theme="light"] {
@@ -38,6 +42,10 @@
--white: black; --white: black;
} }
[data-theme="pride"] {
--menu-background: #181818d0;
}
.medium-description, .switch-container, .optionLabel, .categoryTableElement, .promotion-description { .medium-description, .switch-container, .optionLabel, .categoryTableElement, .promotion-description {
color: var(--white); color: var(--white);
} }
@@ -58,6 +66,12 @@ html, body {
background-color: var(--background); background-color: var(--background);
} }
[data-theme="pride"] body {
background: url("../icons/pride.svg");
background-size: contain;
}
* { * {
box-sizing: border-box; box-sizing: border-box;
} }
@@ -107,23 +121,119 @@ html, body {
} }
.tab-heading.selected { .tab-heading.selected {
background-color: #c00000; background-color: var(--selector-red);
color: white; color: white;
} }
.tab-heading:active { .tab-heading:active {
background-color: #950000; background-color: var(--tab-selected);
color: white; color: white;
} }
.option-group > div { [data-theme="pride"] .tab-heading:nth-of-type(1) {
min-height: 50px; background-color: #2f0000;
padding: 15px 0; }
border-bottom: 1px solid var(--border-color); [data-theme="pride"] .tab-heading:nth-of-type(2) {
border-image: linear-gradient(to right, var(--border-color), #00000000 80%) 1; background-color: #3a2000;
}
[data-theme="pride"] .tab-heading:nth-of-type(3) {
background-color: #3e3a00;
}
[data-theme="pride"] .tab-heading:nth-of-type(4) {
background-color: #003e13;
}
[data-theme="pride"] .tab-heading:nth-of-type(5) {
background-color: #00164a;
} }
.categoryExtraOptions { [data-theme="pride"] .tab-heading:hover:nth-of-type(1) {
background-color: #550000;
}
[data-theme="pride"] .tab-heading:hover:nth-of-type(2),
[data-theme="pride"] #category-type tr:nth-of-type(5n) .slider,
[data-theme="pride"] [data-type="toggle"]:nth-of-type(5n) .slider {
background-color: #824700;
}
[data-theme="pride"] .tab-heading:hover:nth-of-type(3),
[data-theme="pride"] #category-type tr:nth-of-type(5n + 1) .slider,
[data-theme="pride"] [data-type="toggle"]:nth-of-type(5n + 1) .slider {
background-color: #867d00;
}
[data-theme="pride"] .tab-heading:hover:nth-of-type(4),
[data-theme="pride"] #category-type tr:nth-of-type(5n + 2) .slider,
[data-theme="pride"] [data-type="toggle"]:nth-of-type(5n + 2) .slider {
background-color: #00691f;
}
[data-theme="pride"] .tab-heading:hover:nth-of-type(5),
[data-theme="pride"] #category-type tr:nth-of-type(5n + 3) .slider,
[data-theme="pride"] [data-type="toggle"]:nth-of-type(5n + 3) .slider {
background-color: #002374;
}
[data-theme="pride"] #category-type tr:nth-of-type(5n + 4) .slider,
[data-theme="pride"] [data-type="toggle"]:nth-of-type(5n + 4) .slider {
background-color: #400449;
}
[data-theme="pride"] #category-type tr .optionsSelector {
color: var(--white);
}
[data-theme="pride"] .tab-heading:nth-of-type(1).selected {
background-color: #E40303;
}
[data-theme="pride"] .tab-heading:nth-of-type(2).selected,
[data-theme="pride"] #category-type tr:nth-of-type(10n + 2) .optionsSelector,
[data-theme="pride"] #category-type tr:nth-of-type(5n) input:checked + .slider,
[data-theme="pride"] [data-type]:nth-of-type(5n) :is(input:checked + .slider, .option-button, .optionsSelector) {
background-color: #dd7a00;
}
[data-theme="pride"] .tab-heading:nth-of-type(3).selected,
[data-theme="pride"] #category-type tr:nth-of-type(10n + 4) .optionsSelector,
[data-theme="pride"] #category-type tr:nth-of-type(2n + 1) .optionsSelector,
[data-theme="pride"] #category-type tr:nth-of-type(5n + 1) input:checked + .slider,
[data-theme="pride"] [data-type]:nth-of-type(5n + 1) :is(input:checked + .slider, .option-button, .optionsSelector) {
background-color: #FFED00;
color: rgb(23, 23, 23);
}
[data-theme="pride"] .tab-heading:nth-of-type(4).selected,
[data-theme="pride"] #category-type tr:nth-of-type(10n + 6) .optionsSelector,
[data-theme="pride"] #category-type tr:nth-of-type(5n + 2) input:checked + .slider,
[data-theme="pride"] [data-type]:nth-of-type(5n + 2) :is(input:checked + .slider, .option-button, .optionsSelector) {
background-color: #008026;
}
[data-theme="pride"] .tab-heading:nth-of-type(5).selected,
[data-theme="pride"] #category-type tr:nth-of-type(10n + 8) .optionsSelector,
[data-theme="pride"] #category-type tr:nth-of-type(5n + 3) input:checked + .slider,
[data-theme="pride"] [data-type]:nth-of-type(5n + 3) :is(input:checked + .slider, .option-button, .optionsSelector) {
background-color: #004DFF;
}
[data-theme="pride"] .tab-heading:nth-of-type(5).selected,
[data-theme="pride"] #category-type tr:nth-of-type(10n + 10) .optionsSelector,
[data-theme="pride"] #category-type tr:nth-of-type(5n + 4) input:checked + .slider,
[data-theme="pride"] [data-type]:nth-of-type(5n + 4) :is(input:checked + .slider, .option-button, .optionsSelector) {
background-color: #750787;
}
.option-group > div, .extraOptionGroup {
min-height: 50px;
padding: 15px 0;
border-image: linear-gradient(to right, var(--border-color), #00000000 80%) 1;
}
.option-group > div {
border-bottom: 1px solid var(--border-color);
}
.extraOptionGroup {
border-top: 1px solid var(--border-color);
}
.extraOptionGroup tr:not(:last-child) {
padding-bottom: 15px;
display: block;
}
#category-type {
padding: 0;
}
#category-type .categoryExtraOptions {
padding-bottom: 15px; padding-bottom: 15px;
} }
@@ -298,7 +408,7 @@ input[type='number'] {
.option-button { .option-button {
cursor: pointer; cursor: pointer;
background-color: #c00000; background-color: var(--selector-red);
padding: 10px; padding: 10px;
color: white; color: white;
border-radius: 5px; border-radius: 5px;
@@ -308,7 +418,7 @@ input[type='number'] {
} }
.option-button:hover:not(.disabled) { .option-button:hover:not(.disabled) {
background-color: #fc0303; background-color: var(--selector-red-hover);
} }
.option-button.disabled { .option-button.disabled {
@@ -364,6 +474,11 @@ input[type='number'] {
padding: 4px; padding: 4px;
} }
.sb-number-input {
margin-left: 4px;
margin-right: 4px;
}
.switch-label { .switch-label {
width: inherit; width: inherit;
} }
@@ -413,7 +528,7 @@ input[type='number'] {
} }
input:checked + .slider { input:checked + .slider {
background-color: #fc0303; background-color: var(--selector-red-hover);
} }
input:checked + .slider:before { input:checked + .slider:before {
@@ -594,7 +709,7 @@ svg {
} }
.optionsSelector { .optionsSelector {
background-color: #c00000; background-color: var(--selector-red);
color: white; color: white;
border: none; border: none;
@@ -744,4 +859,40 @@ svg {
.advanced-config-help-message { .advanced-config-help-message {
margin-bottom: 10px; margin-bottom: 10px;
transition: none; transition: none;
}
.categoryChooserTopRow {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.partiallyHidden {
opacity: 0.5;
}
.partiallyHidden:hover {
opacity: 1;
}
.reset-button svg {
margin-left: 5px;
width: 10px;
fill: var(--white);
cursor: pointer;
}
.skipProfileMenu {
position: absolute;
}
.configurationInfo > *:not(:last-child) {
margin-bottom: 10px;
}
.configurationInfo .option-text-box {
width: 100%;
} }

View File

@@ -19,7 +19,7 @@
<div id="menubar" class="center"> <div id="menubar" class="center">
<div id="title" class="titleBar"> <div id="title" class="titleBar">
<img src="../icons/LogoSponsorBlocker256px.png" class="profilepic" alt="SponsorBlock logo"/> <img id="title-bar-logo" src="../icons/LogoSponsorBlocker256px.png" class="profilepic" alt="SponsorBlock logo"/>
SponsorBlock SponsorBlock
<div id="version"></div> <div id="version"></div>
</div> </div>
@@ -80,69 +80,9 @@
</a> </a>
</div> </div>
<div data-type="toggle" data-sync="muteSegments"> <div data-type="react-AdvancedSkipOptionsComponent" class="hide-when-skip-profile"></div>
<div class="switch-container">
<label class="switch">
<input id="muteSegments" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="muteSegments">
__MSG_muteSegments__
</label>
</div>
</div>
<div data-type="toggle" data-sync="fullVideoSegments" class="no-bottom-border">
<div class="switch-container">
<label class="switch">
<input id="fullVideoSegments" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="fullVideoSegments">
__MSG_fullVideoSegments__
</label>
</div>
</div>
<div data-type="toggle" data-sync="fullVideoLabelsOnThumbnails" <div data-type="toggle" data-sync="forceChannelCheck" class="hide-when-skip-profile">
data-dependent-on="fullVideoSegments">
<div class="switch-container">
<label class="switch">
<input id="fullVideoLabelsOnThumbnails" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="fullVideoLabelsOnThumbnails">
__MSG_fullVideoLabelsOnThumbnails__
</label>
</div>
</div>
<div data-type="number-change" data-sync="minDuration">
<label class="number-container">
<span class="optionLabel">__MSG_minDuration__</span>
<input type="number" step="0.1" min="0">
</label>
<div class="small-description">__MSG_minDurationDescription__</div>
</div>
<div data-type="toggle" data-sync="manualSkipOnFullVideo">
<div class="switch-container">
<label class="switch">
<input id="manualSkipOnFullVideo" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="manualSkipOnFullVideo">
__MSG_enableManualSkipOnFullVideo__
</label>
</div>
<div class="small-description">__MSG_whatManualSkipOnFullVideo__</div>
</div>
<div data-type="react-AdvancedSkipOptionsComponent"></div>
<div data-type="toggle" data-sync="forceChannelCheck">
<div class="switch-container"> <div class="switch-container">
<label class="switch"> <label class="switch">
<input id="forceChannelCheck" type="checkbox" checked> <input id="forceChannelCheck" type="checkbox" checked>
@@ -156,7 +96,7 @@
<div class="small-description">__MSG_whatForceChannelCheck__</div> <div class="small-description">__MSG_whatForceChannelCheck__</div>
</div> </div>
<div data-type="toggle" data-sync="showCategoryWithoutPermission"> <div data-type="toggle" data-sync="showCategoryWithoutPermission" class="hide-when-skip-profile">
<div class="switch-container"> <div class="switch-container">
<label class="switch"> <label class="switch">
<input id="showCategoryWithoutPermission" type="checkbox" checked> <input id="showCategoryWithoutPermission" type="checkbox" checked>
@@ -365,15 +305,42 @@
<div class="small-description">__MSG_showTimeWithSkipsDescription__</div> <div class="small-description">__MSG_showTimeWithSkipsDescription__</div>
</div> </div>
<div data-type="toggle" data-sync="cleanPopup" data-no-safari="true"> <div>
<div class="switch-container"> <div data-type="toggle" data-sync="cleanPopup">
<label class="switch"> <div class="switch-container">
<input id="cleanPopup" type="checkbox" checked> <label class="switch">
<span class="slider round"></span> <input id="cleanPopup" type="checkbox" checked>
</label> <span class="slider round"></span>
<label class="switch-label" for="cleanPopup"> </label>
__MSG_cleanPopup__ <label class="switch-label" for="cleanPopup">
</label> __MSG_cleanPopup__
</label>
</div>
</div>
<br/>
<div data-type="toggle" data-sync="hideSegmentCreationInPopup">
<div class="switch-container">
<label class="switch">
<input id="hideSegmentCreationInPopup" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="hideSegmentCreationInPopup">
__MSG_hideSegmentCreationInPopup__
</label>
</div>
</div>
<br />
<div data-type="selector" data-sync="segmentListDefaultTab">
<label class="optionLabel" for="segmentListDefaultTab">__MSG_segmentListDefaultTab__:</label>
<select id="segmentListDefaultTab" class="selector-element optionsSelector">
<option value="0">__MSG_SegmentsCap__</option>
<option value="1">__MSG_Chapters__</option>
</select>
</div> </div>
</div> </div>
@@ -389,6 +356,18 @@
</div> </div>
</div> </div>
<div data-type="toggle" data-sync="prideTheme">
<div class="switch-container">
<label class="switch">
<input id="prideTheme" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="prideTheme">
__MSG_prideTheme__
</label>
</div>
</div>
<div data-type="toggle" data-toggle-type="reverse" data-sync="showNewFeaturePopups"> <div data-type="toggle" data-toggle-type="reverse" data-sync="showNewFeaturePopups">
<div class="switch-container"> <div class="switch-container">
<label class="switch"> <label class="switch">

View File

@@ -3,8 +3,29 @@
--sb-main-bg-color: #222; --sb-main-bg-color: #222;
--sb-main-fg-color: #fff; --sb-main-fg-color: #fff;
--sb-grey-bg-color: #333; --sb-grey-bg-color: #333;
--sb-grey-bg-active-color: #444;
--sb-grey-fg-color: #999; --sb-grey-fg-color: #999;
--sb-red-bg-color: #cc1717; --sb-red-bg-color: #cc1717;
--sb-red-bg-active-color: #ec1c1c;
--sb-skip-profile-bg: #292828;
--sb-skip-profile-disabled: #808080;
--sb-skip-profile-option-bg: #222;
--sb-skip-profile-highlighted: rgb(127, 0, 0);
}
.prideTheme {
--sb-main-fg-color: #fff;
--sb-grey-bg-color: #008026;
--sb-grey-bg-active-color: #FF8C00;
--sb-grey-fg-color: #FFED00;
--sb-red-bg-color: #732982;
--sb-red-bg-active-color: #004CFF;
--sb-skip-profile-bg: #FFAFC8;
--sb-skip-profile-disabled: #74D7EE;
--sb-skip-profile-option-bg: #f687aa;
--sb-skip-profile-highlighted: #38153f;
background: url("icons/pride.svg");
} }
/* /*
@@ -197,9 +218,7 @@
* <details> wrapper around each segment * <details> wrapper around each segment
*/ */
.votingButtons { .votingButtons {
font-family: Arial, Helvetica, sans-serif;
border-radius: 8px; border-radius: 8px;
margin: 4px 16px;
} }
.votingButtons[open] { .votingButtons[open] {
padding-bottom: 5px; padding-bottom: 5px;
@@ -208,6 +227,29 @@
background-color: var(--sb-grey-bg-color); background-color: var(--sb-grey-bg-color);
} }
/*
* Nested chapters
*/
.innerChapterList {
border-radius: 8px;
}
.innerChapterList > summary {
font-weight: bold;
padding: 4px;
cursor: pointer;
}
.segmentWrapper:has(> .innerChapterList > summary:hover) {
background-color: var(--sb-grey-bg-color);
}
.segmentWrapper{
font-family: Arial, Helvetica, sans-serif;
border-radius: 8px;
margin: 4px 16px;
}
/* /*
* Individual segments summaries (clickable <summary>) * Individual segments summaries (clickable <summary>)
*/ */
@@ -277,8 +319,10 @@
border-radius: 8px; border-radius: 8px;
background-color: var(--sb-grey-bg-color); background-color: var(--sb-grey-bg-color);
justify-content: space-evenly; justify-content: space-evenly;
overflow: hidden;
display: flex; display: flex;
position: relative;
z-index: 1;
} }
.sbControlsMenu-item { .sbControlsMenu-item {
display: flex; display: flex;
@@ -293,13 +337,29 @@
padding: 10px 15px; padding: 10px 15px;
transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;
} }
.sbControlsMenu-item:first-child {
border-radius: 8px 0px 0px 8px;
}
.sbControlsMenu-item:last-child {
border-radius: 0px 8px 8px 0px;
}
.sbControlsMenu-item:hover, .sbControlsMenu-item:focus { .sbControlsMenu-item:hover, .sbControlsMenu-item:focus {
background-color: #444; background-color: var(--sb-grey-bg-active-color) !important;
} }
.sbControlsMenu-itemIcon { .sbControlsMenu-itemIcon {
margin-bottom: 6px; margin-bottom: 6px;
} }
.prideTheme .sbControlsMenu-item:nth-child(1) {
background-color: #750787;
}
.prideTheme .sbControlsMenu-item:nth-child(3) {
background-color: #0035b1;
}
.prideTheme .sbControlsMenu-item:nth-child(4) {
background-color: #008026;
}
/* /*
* Whitelist add/remove icon * Whitelist add/remove icon
*/ */
@@ -420,7 +480,7 @@
} }
.sbMediumButton:hover, .sbMediumButton:hover,
.sbMediumButton:focus { .sbMediumButton:focus {
background-color: #ec1c1c; background-color: var(--sb-red-bg-active-color);
outline: none; outline: none;
} }
.sbMediumButton:active { .sbMediumButton:active {
@@ -558,12 +618,42 @@
margin: 2px 1px; margin: 2px 1px;
} }
#sbFooter a:hover { #sbFooter a:hover {
background-color: #444; background-color: var(--sb-grey-bg-active-color) !important;
}
.prideTheme #sbFooter a:nth-of-type(1) {
background-color: #E40303;
}
.prideTheme #sbFooter a:nth-of-type(2) {
background-color: #FF8C00;
}
.prideTheme #sbFooter a:nth-of-type(3) {
background-color: #b9ad00;
}
.prideTheme #sbFooter a:nth-of-type(4) {
background-color: #008026;
}
.prideTheme #sbFooter a:nth-of-type(5) {
background-color: #004DFF;
}
.prideTheme #sbFooter a:nth-of-type(6) {
background-color: #750787;
}
.prideTheme #sbFooter a:nth-of-type(7) {
background-color: #c7899d;
}
.prideTheme #sbFooter a:nth-of-type(8) {
background-color: #65b8cb;
}
.prideTheme #sbFooter a:nth-of-type(9) {
background-color: #613915;
} }
#sponsorTimesDonateContainer a { #sponsorTimesDonateContainer a {
color: var(--sb-main-fg-color); color: var(--sb-main-fg-color);
text-decoration: none; text-decoration: none;
padding-left: 5px;
} }
/* /*
@@ -627,4 +717,62 @@
.sbPopupButton { .sbPopupButton {
width: 16px; width: 16px;
fill: var(--sb-main-fg-color); fill: var(--sb-main-fg-color);
}
#skipProfileMenu {
position: absolute;
top: 80px;
left: 50%;
background-color: var(--sb-skip-profile-bg);
border-radius: 10px;
padding: 10px;
transform: translateX(-50%);
}
#skipProfileActions {
padding-top: 10px;
}
.skipOptionAction {
transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
font-size: 14px;
padding: 5px;
margin: 5px;
background-color: var(--sb-skip-profile-option-bg);
border-radius: 5px;
cursor: help;
user-select: none;
border-color: transparent;
border-width: 2px;
border-style: solid;
}
.skipOptionAction:not(.highlighted, .disabled):hover {
background-color: var(--sb-grey-bg-color);
}
.skipOptionAction.selected {
border-color: var(--sb-red-bg-color);
}
.skipOptionAction.highlighted {
border-color: var(--sb-skip-profile-highlighted);
}
.skipOptionAction:not(.highlighted, .disabled) {
cursor: pointer;
}
.skipOptionAction.disabled {
color: var(--sb-skip-profile-disabled);
}
.optionsSelector {
background-color: #c00000;
color: white;
border: none;
font-size: 14px;
padding: 5px;
border-radius: 5px;
} }

View File

@@ -28,6 +28,11 @@
min-width: 100%; min-width: 100%;
} }
.sponsorSkipNoticeTableContainer.prideTheme {
background: url("icons/pride.svg");
background-size: cover;
}
.sponsorSkipNotice { .sponsorSkipNotice {
transition: all 0.1s ease-out; transition: all 0.1s ease-out;
} }

View File

@@ -3,7 +3,7 @@ import * as CompileConfig from "../config.json";
import Config from "./config"; import Config from "./config";
import { Registration } from "./types"; import { Registration } from "./types";
import "content-scripts-register-polyfill"; import "content-scripts-register-polyfill";
import { sendRealRequestToCustomServer, setupBackgroundRequestProxy } from "../maze-utils/src/background-request-proxy"; import { sendRealRequestToCustomServer, serializeOrStringify, setupBackgroundRequestProxy } from "../maze-utils/src/background-request-proxy";
import { setupTabUpdates } from "../maze-utils/src/tab-updates"; import { setupTabUpdates } from "../maze-utils/src/tab-updates";
import { generateUserID } from "../maze-utils/src/setup"; import { generateUserID } from "../maze-utils/src/setup";
@@ -13,6 +13,7 @@ import { isFirefoxOrSafari, waitFor } from "../maze-utils/src";
import { injectUpdatedScripts } from "../maze-utils/src/cleanup"; import { injectUpdatedScripts } from "../maze-utils/src/cleanup";
import { logWarn } from "./utils/logger"; import { logWarn } from "./utils/logger";
import { chromeP } from "../maze-utils/src/browserApi"; import { chromeP } from "../maze-utils/src/browserApi";
import { getHash } from "../maze-utils/src/hash";
const utils = new Utils({ const utils = new Utils({
registerFirefoxContentScript, registerFirefoxContentScript,
unregisterFirefoxContentScript unregisterFirefoxContentScript
@@ -136,6 +137,12 @@ chrome.runtime.onInstalled.addListener(function () {
chrome.tabs.create({url: chrome.runtime.getURL("/permissions/index.html")}); chrome.tabs.create({url: chrome.runtime.getURL("/permissions/index.html")});
} }
} }
getHash(Config.config!.userID!).then((userID) => {
if (userID == "60eed03c8644b7efa32df06977b3a4c11b62f63518e74a0e29baa1fd449cb54f") {
Config.config.prideTheme = true;
}
});
}, 1500); }, 1500);
if (!isFirefoxOrSafari()) { if (!isFirefoxOrSafari()) {
@@ -227,33 +234,16 @@ async function submitVote(type: number, UUID: string, category: string, videoID:
try { try {
const response = await asyncRequestToServer("POST", "/api/voteOnSponsorTime?UUID=" + UUID + "&videoID=" + videoID + "&userID=" + userID + typeSection); const response = await asyncRequestToServer("POST", "/api/voteOnSponsorTime?UUID=" + UUID + "&videoID=" + videoID + "&userID=" + userID + typeSection);
if (response.ok) {
return {
successType: 1,
responseText: await response.text()
};
} else if (response.status == 405) {
//duplicate vote
return {
successType: 0,
statusCode: response.status,
responseText: await response.text()
};
} else {
//error while connect
return {
successType: -1,
statusCode: response.status,
responseText: await response.text()
};
}
} catch (e) {
console.error(e);
return { return {
successType: -1, status: response.status,
statusCode: -1, ok: response.ok,
responseText: "" responseText: await response.text(),
};
} catch (e) {
console.error("Error while voting:", e);
return {
error: serializeOrStringify(e),
}; };
} }
} }
@@ -263,4 +253,4 @@ async function asyncRequestToServer(type: string, address: string, data = {}) {
const serverAddress = Config.config.testingServer ? CompileConfig.testingServerAddress : Config.config.serverAddress; const serverAddress = Config.config.testingServer ? CompileConfig.testingServerAddress : Config.config.serverAddress;
return await (sendRealRequestToCustomServer(type, serverAddress + address, data)); return await (sendRealRequestToCustomServer(type, serverAddress + address, data));
} }

View File

@@ -8,7 +8,8 @@ import { downvoteButtonColor, SkipNoticeAction } from "../utils/noticeUtils";
import { VoteResponse } from "../messageTypes"; import { VoteResponse } from "../messageTypes";
import { AnimationUtils } from "../../maze-utils/src/animationUtils"; import { AnimationUtils } from "../../maze-utils/src/animationUtils";
import { Tooltip } from "../render/Tooltip"; import { Tooltip } from "../render/Tooltip";
import { getErrorMessage } from "../../maze-utils/src/formating"; import { formatJSErrorMessage, getLongErrorMessage } from "../../maze-utils/src/formating";
import { logRequest } from "../../maze-utils/src/background-request-proxy";
export interface CategoryPillProps { export interface CategoryPillProps {
vote: (type: number, UUID: SegmentUUID, category?: Category) => Promise<VoteResponse>; vote: (type: number, UUID: SegmentUUID, category?: Category) => Promise<VoteResponse>;
@@ -59,7 +60,7 @@ class CategoryPillComponent extends React.Component<CategoryPillProps, CategoryP
<span className="sponsorBlockCategoryPillTitleSection"> <span className="sponsorBlockCategoryPillTitleSection">
<img className="sponsorSkipLogo sponsorSkipObject" <img className="sponsorSkipLogo sponsorSkipObject"
src={chrome.runtime.getURL("icons/IconSponsorBlocker256px.png")}> src={chrome.runtime.getURL(Config.config.prideTheme ? "icons/sb-pride.png" : "icons/IconSponsorBlocker256px.png")}>
</img> </img>
{ {
@@ -127,15 +128,19 @@ class CategoryPillComponent extends React.Component<CategoryPillProps, CategoryP
const response = await this.props.vote(type, this.state.segment.UUID); const response = await this.props.vote(type, this.state.segment.UUID);
await stopAnimation(); await stopAnimation();
if (response.successType == 1 || (response.successType == -1 && response.statusCode == 429)) { if ("error" in response) {
console.error("[SB] Caught error while attempting to vote on a FV label", response.error);
alert(formatJSErrorMessage(response.error));
} else if (response.ok || response.status === 429) {
this.setState({ this.setState({
open: false, open: false,
show: type === 1 show: type === 1
}); });
this.closeTooltip(); this.closeTooltip();
} else if (response.statusCode !== 403) { } else if (response.status !== 403) {
alert(getErrorMessage(response.statusCode, response.responseText)); logRequest({headers: null, ...response}, "SB", "vote on FV label");
alert(getLongErrorMessage(response.status, response.responseText));
} }
} }
} }

View File

@@ -8,7 +8,8 @@ import { downvoteButtonColor, SkipNoticeAction } from "../utils/noticeUtils";
import { VoteResponse } from "../messageTypes"; import { VoteResponse } from "../messageTypes";
import { AnimationUtils } from "../../maze-utils/src/animationUtils"; import { AnimationUtils } from "../../maze-utils/src/animationUtils";
import { Tooltip } from "../render/Tooltip"; import { Tooltip } from "../render/Tooltip";
import { getErrorMessage } from "../../maze-utils/src/formating"; import { formatJSErrorMessage, getLongErrorMessage } from "../../maze-utils/src/formating";
import { logRequest } from "../../maze-utils/src/background-request-proxy";
export interface ChapterVoteProps { export interface ChapterVoteProps {
vote: (type: number, UUID: SegmentUUID, category?: Category) => Promise<VoteResponse>; vote: (type: number, UUID: SegmentUUID, category?: Category) => Promise<VoteResponse>;
@@ -48,7 +49,7 @@ class ChapterVoteComponent extends React.Component<ChapterVoteProps, ChapterVote
draggable="false" draggable="false"
title={chrome.i18n.getMessage("upvoteButtonInfo")} title={chrome.i18n.getMessage("upvoteButtonInfo")}
onClick={(e) => this.vote(e, 1)}> onClick={(e) => this.vote(e, 1)}>
<ThumbsUpSvg className="playerButtonImage" <ThumbsUpSvg className="playerButtonImage sbChapterVoteButton"
fill={Config.config.colorPalette.white} fill={Config.config.colorPalette.white}
width={this.state.size} height={this.state.size} /> width={this.state.size} height={this.state.size} />
</button> </button>
@@ -102,7 +103,7 @@ class ChapterVoteComponent extends React.Component<ChapterVoteProps, ChapterVote
} }
}}> }}>
<ThumbsDownSvg <ThumbsDownSvg
className="playerButtonImage" className="playerButtonImage sbChapterVoteButton"
fill={downvoteButtonColor(this.state.segment ? [this.state.segment] : null, SkipNoticeAction.Downvote, SkipNoticeAction.Downvote)} fill={downvoteButtonColor(this.state.segment ? [this.state.segment] : null, SkipNoticeAction.Downvote, SkipNoticeAction.Downvote)}
width={this.state.size} width={this.state.size}
height={this.state.size} /> height={this.state.size} />
@@ -119,12 +120,16 @@ class ChapterVoteComponent extends React.Component<ChapterVoteProps, ChapterVote
const response = await this.props.vote(type, this.state.segment.UUID); const response = await this.props.vote(type, this.state.segment.UUID);
await stopAnimation(); await stopAnimation();
if (response.successType == 1 || (response.successType == -1 && response.statusCode == 429)) { if ("error" in response){
console.error("[SB] Caught error while attempting to vote on a chapter", response.error);
alert(formatJSErrorMessage(response.error));
} else if (response.ok || response.status == 429) {
this.setState({ this.setState({
show: type === 1 show: type === 1
}); });
} else if (response.statusCode !== 403) { } else if (response.status !== 403) {
alert(getErrorMessage(response.statusCode, response.responseText)); logRequest({headers: null, ...response}, "SB", "vote on chapter");
alert(getLongErrorMessage(response.status, response.responseText));
} }
} }
} }

View File

@@ -160,7 +160,8 @@ class NoticeComponent extends React.Component<NoticeProps, NoticeState> {
style={noticeStyle} > style={noticeStyle} >
<div className={"sponsorSkipNoticeTableContainer" <div className={"sponsorSkipNoticeTableContainer"
+ (this.props.fadeIn ? " sponsorSkipNoticeFadeIn" : "") + (this.props.fadeIn ? " sponsorSkipNoticeFadeIn" : "")
+ (this.state.startFaded ? " sponsorSkipNoticeFaded" : "") }> + (this.state.startFaded ? " sponsorSkipNoticeFaded" : "")
+ (Config.config.prideTheme ? " prideTheme" : "")}>
<table className={"sponsorSkipObject sponsorSkipNotice" <table className={"sponsorSkipObject sponsorSkipNotice"
+ (this.props.limitWidth ? " sponsorSkipNoticeLimitWidth" : "")}> + (this.props.limitWidth ? " sponsorSkipNoticeLimitWidth" : "")}>
<tbody> <tbody>
@@ -172,10 +173,18 @@ class NoticeComponent extends React.Component<NoticeProps, NoticeState> {
<td className="noticeLeftIcon"> <td className="noticeLeftIcon">
{/* Logo */} {/* Logo */}
{!this.props.hideLogo && {!this.props.hideLogo &&
<SbSvg (
id={"sponsorSkipLogo" + this.idSuffix} !Config.config.prideTheme ?
fill={this.props.logoFill} <SbSvg
className="sponsorSkipLogo sponsorSkipObject"/> id={"sponsorSkipLogo" + this.idSuffix}
fill={this.props.logoFill}
className="sponsorSkipLogo sponsorSkipObject"/>
:
<img
id={"sponsorSkipLogo" + this.idSuffix}
src={chrome.runtime.getURL("icons/sb-pride.png")}
className="sponsorSkipLogo sponsorSkipObject"/>
)
} }
<span id={"sponsorSkipMessage" + this.idSuffix} <span id={"sponsorSkipMessage" + this.idSuffix}

View File

@@ -1,7 +1,7 @@
import * as React from "react"; import * as React from "react";
import * as CompileConfig from "../../config.json"; import * as CompileConfig from "../../config.json";
import Config from "../config"; import Config from "../config";
import { ActionType, Category, ChannelIDStatus, ContentContainer, SponsorTime } from "../types"; import { ActionType, Category, ChannelIDStatus, ContentContainer, SponsorHideType, SponsorTime } from "../types";
import SubmissionNoticeComponent from "./SubmissionNoticeComponent"; import SubmissionNoticeComponent from "./SubmissionNoticeComponent";
import { RectangleTooltip } from "../render/RectangleTooltip"; import { RectangleTooltip } from "../render/RectangleTooltip";
import SelectorComponent, { SelectorOption } from "./SelectorComponent"; import SelectorComponent, { SelectorOption } from "./SelectorComponent";
@@ -10,6 +10,9 @@ import { getFormattedTime, getFormattedTimeToSeconds } from "../../maze-utils/sr
import { asyncRequestToServer } from "../utils/requests"; import { asyncRequestToServer } from "../utils/requests";
import { defaultPreviewTime } from "../utils/constants"; import { defaultPreviewTime } from "../utils/constants";
import { getVideo, getVideoDuration } from "../../maze-utils/src/video"; import { getVideo, getVideoDuration } from "../../maze-utils/src/video";
import { AnimationUtils } from "../../maze-utils/src/animationUtils";
import { Tooltip } from "../render/Tooltip";
import { logRequest } from "../../maze-utils/src/background-request-proxy";
export interface SponsorTimeEditProps { export interface SponsorTimeEditProps {
index: number; index: number;
@@ -120,6 +123,8 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
style.marginTop = "15px"; style.marginTop = "15px";
} }
const borderColor = this.state.selectedCategory ? Config.config.barTypes[this.state.selectedCategory]?.color : null;
// Create time display // Create time display
let timeDisplay: JSX.Element; let timeDisplay: JSX.Element;
const timeDisplayStyle: React.CSSProperties = {}; const timeDisplayStyle: React.CSSProperties = {};
@@ -148,7 +153,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
<input id={"submittingTime0" + this.idSuffix} <input id={"submittingTime0" + this.idSuffix}
className="sponsorTimeEdit sponsorTimeEditInput" className="sponsorTimeEdit sponsorTimeEditInput"
type="text" type="text"
style={{color: "inherit", backgroundColor: "inherit"}} style={{color: "inherit", backgroundColor: "inherit", borderColor}}
value={this.state.sponsorTimeEdits[0] ?? ""} value={this.state.sponsorTimeEdits[0] ?? ""}
onKeyDown={(e) => e.stopPropagation()} onKeyDown={(e) => e.stopPropagation()}
onKeyUp={(e) => e.stopPropagation()} onKeyUp={(e) => e.stopPropagation()}
@@ -165,7 +170,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
<input id={"submittingTime1" + this.idSuffix} <input id={"submittingTime1" + this.idSuffix}
className="sponsorTimeEdit sponsorTimeEditInput" className="sponsorTimeEdit sponsorTimeEditInput"
type="text" type="text"
style={{color: "inherit", backgroundColor: "inherit"}} style={{color: "inherit", backgroundColor: "inherit", borderColor}}
value={this.state.sponsorTimeEdits[1] ?? ""} value={this.state.sponsorTimeEdits[1] ?? ""}
onKeyDown={(e) => e.stopPropagation()} onKeyDown={(e) => e.stopPropagation()}
onKeyUp={(e) => e.stopPropagation()} onKeyUp={(e) => e.stopPropagation()}
@@ -212,7 +217,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
<select id={"sponsorTimeCategories" + this.idSuffix} <select id={"sponsorTimeCategories" + this.idSuffix}
className="sponsorTimeEditSelector sponsorTimeCategories" className="sponsorTimeEditSelector sponsorTimeCategories"
ref={this.categoryOptionRef} ref={this.categoryOptionRef}
style={{color: "inherit", backgroundColor: "inherit"}} style={{color: "inherit", backgroundColor: "inherit", borderColor}}
value={this.state.selectedCategory} value={this.state.selectedCategory}
onChange={(event) => this.categorySelectionChange(event)}> onChange={(event) => this.categorySelectionChange(event)}>
{this.getCategoryOptions()} {this.getCategoryOptions()}
@@ -237,11 +242,27 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
<select id={"sponsorTimeActionTypes" + this.idSuffix} <select id={"sponsorTimeActionTypes" + this.idSuffix}
className="sponsorTimeEditSelector sponsorTimeActionTypes" className="sponsorTimeEditSelector sponsorTimeActionTypes"
value={this.state.selectedActionType} value={this.state.selectedActionType}
style={{color: "inherit", backgroundColor: "inherit"}} style={{color: "inherit", backgroundColor: "inherit", borderColor}}
ref={this.actionTypeOptionRef} ref={this.actionTypeOptionRef}
onChange={(e) => this.actionTypeSelectionChange(e)}> onChange={(e) => this.actionTypeSelectionChange(e)}>
{this.getActionTypeOptions(sponsorTime)} {this.getActionTypeOptions(sponsorTime)}
</select> </select>
<img
className="voteButton hideSegmentSubmitButton"
title={chrome.i18n.getMessage("hideSegment")}
src={sponsorTime.hidden === SponsorHideType.Hidden ? chrome.runtime.getURL("icons/not_visible.svg") : chrome.runtime.getURL("icons/visible.svg")}
onClick={(e) => {
const stopAnimation = AnimationUtils.applyLoadingAnimation(e.currentTarget, 0.4);
stopAnimation();
if (sponsorTime.hidden === SponsorHideType.Hidden) {
sponsorTime.hidden = SponsorHideType.Visible;
} else {
sponsorTime.hidden = SponsorHideType.Hidden;
}
this.saveEditTimes();
}}/>
</div> </div>
): ""} ): ""}
@@ -250,7 +271,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
<div onBlur={() => this.setState({chapterNameSelectorOpen: false})}> <div onBlur={() => this.setState({chapterNameSelectorOpen: false})}>
<input id={"chapterName" + this.idSuffix} <input id={"chapterName" + this.idSuffix}
className="sponsorTimeEdit sponsorTimeEditInput sponsorChapterNameInput" className="sponsorTimeEdit sponsorTimeEditInput sponsorChapterNameInput"
style={{color: "inherit", backgroundColor: "inherit"}} style={{color: "inherit", backgroundColor: "inherit", borderColor}}
ref={this.descriptionOptionRef} ref={this.descriptionOptionRef}
type="text" type="text"
value={this.state.description} value={this.state.description}
@@ -477,6 +498,23 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
return; return;
} }
// Hook update
if (!Config.config.hookUpdate && chosenCategory === "preview") {
Config.config.hookUpdate = true;
const target = event.target.closest(".sponsorSkipNotice tbody");
if (target) {
new Tooltip({
text: chrome.i18n.getMessage("hookNewFeature"),
referenceNode: target.parentElement,
prependElement: target as HTMLElement,
bottomOffset: "30px",
opacity: 0.9,
timeout: 100
});
}
}
const sponsorTime = this.props.contentContainer().sponsorTimesSubmitting[this.props.index]; const sponsorTime = this.props.contentContainer().sponsorTimesSubmitting[this.props.index];
this.handleReplacingLostTimes(chosenCategory, sponsorTime.actionType, sponsorTime); this.handleReplacingLostTimes(chosenCategory, sponsorTime.actionType, sponsorTime);
this.saveEditTimes(); this.saveEditTimes();
@@ -746,23 +784,26 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
if (this.props.contentContainer().channelIDInfo.status !== ChannelIDStatus.Found) return; if (this.props.contentContainer().channelIDInfo.status !== ChannelIDStatus.Found) return;
this.fetchingSuggestions = true; this.fetchingSuggestions = true;
const result = await asyncRequestToServer("GET", "/api/chapterNames", { try {
description, const result = await asyncRequestToServer("GET", "/api/chapterNames", {
channelID: this.props.contentContainer().channelIDInfo.id description,
}); channelID: this.props.contentContainer().channelIDInfo.id
});
if (result.ok) { if (result.ok) {
try {
const names = JSON.parse(result.responseText) as {description: string}[]; const names = JSON.parse(result.responseText) as {description: string}[];
this.setState({ this.setState({
suggestedNames: names.map(n => ({ suggestedNames: names.map(n => ({
label: n.description label: n.description
})) }))
}); });
} catch (e) {} //eslint-disable-line no-empty } else if (result.status !== 404) {
logRequest(result, "SB", "chapter suggestion")
}
} catch (e) {
console.warn("[SB] Caught error while fetching chapter suggestions", e);
} finally {
this.fetchingSuggestions = false;
} }
this.fetchingSuggestions = false;
} }
configUpdate(): void { configUpdate(): void {

View File

@@ -1,30 +1,170 @@
import * as React from "react"; import * as React from "react";
import * as CompileConfig from "../../../config.json"; import * as CompileConfig from "../../../config.json";
import { Category } from "../../types"; import { Category, CategorySelection, CategorySkipOption } from "../../types";
import CategorySkipOptionsComponent from "./CategorySkipOptionsComponent"; import { CategorySkipOptionsComponent, ExtraOptionComponent, ToggleOption } from "./CategorySkipOptionsComponent";
import { SelectOptionComponent } from "./SelectOptionComponent";
import Config, { ConfigurationID, CustomConfiguration } from "../../config";
import { generateUserID } from "../../../maze-utils/src/setup";
export interface CategoryChooserProps { let forceUpdateSkipProfilesTimeout: NodeJS.Timeout | null = null;
let forceUpdateSkipProfileIDsTimeout: NodeJS.Timeout | null = null;
} export function CategoryChooserComponent() {
const [configurations, setConfigurations] = React.useState(Config.local!.skipProfiles);
const [selectedConfigurationID, setSelectedConfigurationID] = React.useState<ConfigurationID | null>(null);
const [channelListText, setChannelListText] = React.useState("");
export interface CategoryChooserState { const [configurationName, setConfigurationName] = React.useState("");
const [selections, setSelections] = React.useState<CategorySelection[]>([]);
} React.useEffect(() => {
setConfigurationName(getConfigurationValue(selectedConfigurationID, "name", ""));
class CategoryChooserComponent extends React.Component<CategoryChooserProps, CategoryChooserState> { updateChannelList(setChannelListText, selectedConfigurationID!);
setSelections(getConfigurationValue<CategorySelection[]>(selectedConfigurationID, "categorySelections"));
constructor(props: CategoryChooserProps) { if (selectedConfigurationID === null) {
super(props); document.querySelectorAll(".hide-when-skip-profile").forEach((e) => e.classList.remove("hidden"));
} else {
// Setup state document.querySelectorAll(".hide-when-skip-profile").forEach((e) => e.classList.add("hidden"));
this.state = {
} }
} }, [selectedConfigurationID]);
const createNewConfig = () => {
let newID = generateUserID().substring(0, 5);
while (Config.local.skipProfiles[newID]) {
newID = generateUserID().substring(0, 5);
}
const newConfiguration: CustomConfiguration = {
name: `${chrome.i18n.getMessage("NewConfiguration")} ${Object.keys(Config.local.skipProfiles).length}`,
categorySelections: [],
showAutogeneratedChapters: null,
autoSkipOnMusicVideos: null,
skipNonMusicOnlyOnYoutubeMusic: null,
muteSegments: null,
fullVideoSegments: null,
manualSkipOnFullVideo: null,
minDuration: null
};
Config.local!.skipProfiles[newID] = newConfiguration;
forceUpdateConfigurations();
setConfigurations(Config.local!.skipProfiles);
setSelectedConfigurationID(newID as ConfigurationID);
updateChannelList(setChannelListText, newID as ConfigurationID);
};
React.useEffect(() => {
if (window.location.hash === "#newProfile") {
createNewConfig();
}
}, []);
return (
<>
<div className="categoryChooserTopRow">
<SelectOptionComponent
id="channelProfiles"
onChange={(value) => {
if (value === "null") value = null;
setSelectedConfigurationID(value as ConfigurationID);
updateChannelList(setChannelListText, value as ConfigurationID);
}}
value={selectedConfigurationID!}
options={[{
value: "null",
label: chrome.i18n.getMessage("DefaultConfiguration")
}].concat(Object.entries(configurations).map(([key, value]) => ({
value: key,
label: value.name
})))}
/>
<div
className="option-button trigger-button"
onClick={() => createNewConfig()}>
{chrome.i18n.getMessage("NewConfiguration")}
</div>
</div>
{
selectedConfigurationID &&
<div className="configurationInfo">
<input
type="text"
id="configurationName"
value={configurationName}
placeholder={chrome.i18n.getMessage("ConfigurationName")}
onChange={(e) => {
const newName = e.target.value;
getConfig(selectedConfigurationID)!.name = newName;
setConfigurationName(newName);
forceUpdateConfigurations();
setConfigurations(Config.local!.skipProfiles);
}}/>
<div>
{chrome.i18n.getMessage("ChannelListInstructionsSB")}
</div>
<textarea
className="option-text-box"
rows={10}
value={channelListText}
onChange={(e) => {
const newText = e.target.value;
setChannelListText(newText);
const channels = newText.split("\n").map((channel) => channel.trim()).filter((channel) => channel !== "");
if (channels.length > 0) {
for (const [channelID, id] of Object.entries(Config.local!.channelSkipProfileIDs)) {
if (id === selectedConfigurationID) {
if (!channels.includes(channelID)) {
delete Config.local!.channelSkipProfileIDs[channelID];
}
}
}
for (const channel of channels) {
Config.local!.channelSkipProfileIDs[channel] = selectedConfigurationID;
}
}
forceUpdateConfigurationIDs();
}}/>
<div
className="option-button trigger-button"
onClick={() => {
if (confirm(chrome.i18n.getMessage("areYouSureDeleteConfig"))) {
delete Config.local.skipProfiles[selectedConfigurationID];
forceUpdateConfigurations();
for (const [channelID, id] of Object.entries(Config.local.channelSkipProfileIDs)) {
if (id === selectedConfigurationID) {
delete Config.local.channelSkipProfileIDs[channelID];
}
}
forceUpdateConfigurationIDs();
if (Config.local.skipProfileTemp && Config.local.skipProfileTemp.configID === selectedConfigurationID) {
Config.local.skipProfileTemp = null;
}
setConfigurations(Config.local!.skipProfiles);
const newID = Object.keys(Config.local!.skipProfiles)[0] as ConfigurationID;
setSelectedConfigurationID(newID);
}
}}>
{chrome.i18n.getMessage("DeleteConfiguration")}
</div>
</div>
}
render(): React.ReactElement {
return (
<table id="categoryChooserTable" <table id="categoryChooserTable"
className="categoryChooserTable"> className="categoryChooserTable">
<tbody> <tbody>
@@ -51,25 +191,170 @@ class CategoryChooserComponent extends React.Component<CategoryChooserProps, Cat
</th> </th>
</tr> </tr>
{this.getCategorySkipOptions()} <CategorySkipOptions
selectedConfigurationID={selectedConfigurationID}
selections={selections}
setSelections={setSelections}
/>
</tbody> </tbody>
</table> </table>
<ExtraOptionsComponent
selectedConfigurationID={selectedConfigurationID!}/>
</>
);
}
function CategorySkipOptions({ selectedConfigurationID, selections, setSelections}: { selectedConfigurationID: ConfigurationID | null;
selections: CategorySelection[]; setSelections: (s: CategorySelection[]) => void; }): JSX.Element {
const elements: JSX.Element[] = [];
const defaultSkipOption = selectedConfigurationID === null ? CategorySkipOption.Disabled : CategorySkipOption.FallbackToDefault;
for (const category of CompileConfig.categoryList) {
elements.push(
<CategorySkipOptionsComponent
category={category as Category}
selection={selections.find(selection => selection.name === category)?.option ?? defaultSkipOption}
updateSelection={(option: CategorySkipOption) => {
const existingSelection = selections.find(selection => selection.name === category);
const deletingSelection = (option === CategorySkipOption.Disabled && selectedConfigurationID === null)
|| (option === CategorySkipOption.FallbackToDefault && selectedConfigurationID !== null);
if (existingSelection) {
existingSelection.option = option;
if (deletingSelection) {
selections.splice(selections.indexOf(existingSelection), 1);
}
} else if (!deletingSelection) {
selections.push({
name: category as Category,
option: option
});
}
// Clone so React notices the change
selections = [...selections];
updateConfigurationValue(selectedConfigurationID, "categorySelections", selections, setSelections);
}}
isDefaultConfig={selectedConfigurationID === null}
selectedConfigurationID={selectedConfigurationID}
key={category}>
</CategorySkipOptionsComponent>
); );
} }
getCategorySkipOptions(): JSX.Element[] { return <>
const elements: JSX.Element[] = []; {elements}
</>;
}
for (const category of CompileConfig.categoryList) { function forceUpdateConfigurations() {
elements.push( if (forceUpdateSkipProfilesTimeout) {
<CategorySkipOptionsComponent category={category as Category} clearTimeout(forceUpdateSkipProfilesTimeout);
key={category}> }
</CategorySkipOptionsComponent>
); forceUpdateSkipProfilesTimeout = setTimeout(() => {
Config.forceLocalUpdate("skipProfiles");
}, 50);
}
function forceUpdateConfigurationIDs() {
if (forceUpdateSkipProfileIDsTimeout) {
clearTimeout(forceUpdateSkipProfileIDsTimeout);
}
forceUpdateSkipProfileIDsTimeout = setTimeout(() => {
Config.forceLocalUpdate("channelSkipProfileIDs");
}, 50);
}
function updateChannelList(setChannelListText: (value: string) => void, selectedConfigurationID: ConfigurationID) {
setChannelListText(Object.entries(Config.local!.channelSkipProfileIDs)
.filter(([, id]) => id === selectedConfigurationID)
.map(([channelID]) => channelID).join("\n"))
}
function getConfig(selectedConfigurationID: ConfigurationID | null) {
return selectedConfigurationID ? Config.local!.skipProfiles[selectedConfigurationID] : null;
}
export function getConfigurationValue<T>(selectedConfigurationID: ConfigurationID | null, option: string, defaultValue?: T): T {
if (selectedConfigurationID === null) {
if (defaultValue !== undefined) {
return defaultValue;
} else {
return Config.config[option];
} }
} else {
return elements; return getConfig(selectedConfigurationID)[option];
} }
} }
export default CategoryChooserComponent; export function updateConfigurationValue(selectedConfigurationID: ConfigurationID | null, option: string, value: unknown, setFunction?: (value: unknown) => void) {
if (selectedConfigurationID === null) {
Config.config[option] = value;
} else {
const config = getConfig(selectedConfigurationID);
if (value !== null) {
config[option] = value;
} else {
delete config[option];
}
forceUpdateConfigurations();
}
if (setFunction) setFunction(value);
}
function ExtraOptionsComponent(props: {selectedConfigurationID: ConfigurationID}): JSX.Element {
const options: ToggleOption[][] = [[{
configKey: "muteSegments",
label: chrome.i18n.getMessage("muteSegments"),
type: "toggle"
}], [{
configKey: "fullVideoSegments",
label: chrome.i18n.getMessage("fullVideoSegments"),
type: "toggle"
}, {
configKey: "fullVideoLabelsOnThumbnails",
label: chrome.i18n.getMessage("fullVideoLabelsOnThumbnails"),
type: "toggle",
dontShowOnCustomConfigs: true
}, {
configKey: "manualSkipOnFullVideo",
label: chrome.i18n.getMessage("enableManualSkipOnFullVideo"),
description: chrome.i18n.getMessage("whatManualSkipOnFullVideo"),
type: "toggle"
}], [{
configKey: "minDuration",
label: chrome.i18n.getMessage("minDuration"),
description: chrome.i18n.getMessage("minDurationDescription"),
type: "number"
}]];
const result: JSX.Element[] = [];
for (const optionGroup of options) {
const groupResult: JSX.Element[] = [];
for (const option of optionGroup) {
groupResult.push(
<ExtraOptionComponent
option={option}
selectedConfigurationID={props.selectedConfigurationID}
key={option.configKey}/>
);
}
result.push(
<div className="extraOptionGroup" key={optionGroup.map(o => o.configKey).join("-")}>
{groupResult}
</div>
);
}
return (<>
{result}
</>);
}

View File

@@ -1,256 +1,295 @@
import * as React from "react"; import * as React from "react";
import Config from "../../config" import Config, { ConfigurationID } from "../../config"
import * as CompileConfig from "../../../config.json"; import * as CompileConfig from "../../../config.json";
import { Category, CategorySkipOption } from "../../types"; import { Category, CategorySkipOption } from "../../types";
import { getCategorySuffix } from "../../utils/categoryUtils"; import { getCategorySuffix } from "../../utils/categoryUtils";
import ToggleOptionComponent from "./ToggleOptionComponent"; import { ToggleOptionComponent } from "./ToggleOptionComponent";
import { getConfigurationValue, updateConfigurationValue } from "./CategoryChooserComponent";
import { NumberInputOptionComponent } from "./NumberInputOptionComponent";
export interface CategorySkipOptionsProps { export interface CategorySkipOptionsProps {
category: Category; category: Category;
selection: CategorySkipOption;
updateSelection(selection: CategorySkipOption): void;
isDefaultConfig: boolean;
selectedConfigurationID: ConfigurationID;
defaultColor?: string; defaultColor?: string;
defaultPreviewColor?: string; defaultPreviewColor?: string;
children?: React.ReactNode; children?: React.ReactNode;
} }
export interface CategorySkipOptionsState {
color: string;
previewColor: string;
}
export interface ToggleOption { export interface ToggleOption {
configKey: string; configKey: string;
label: string; label: string;
type: "toggle" | "number";
description?: string;
dontDisable?: boolean; dontDisable?: boolean;
dontShowOnCustomConfigs?: boolean;
} }
class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsProps, CategorySkipOptionsState> { export function CategorySkipOptionsComponent(props: CategorySkipOptionsProps): React.ReactElement {
setBarColorTimeout: NodeJS.Timeout; const [color, setColor] = React.useState(props.defaultColor || Config.config.barTypes[props.category]?.color);
const [previewColor, setPreviewColor] = React.useState(props.defaultPreviewColor || Config.config.barTypes["preview-" + props.category]?.color);
constructor(props: CategorySkipOptionsProps) { const selectedOption = React.useMemo(() => {
super(props); switch (props.selection) {
case CategorySkipOption.ShowOverlay:
return "showOverlay";
case CategorySkipOption.ManualSkip:
return "manualSkip";
case CategorySkipOption.AutoSkip:
return "autoSkip";
case CategorySkipOption.FallbackToDefault:
return "fallbackToDefault";
default:
return "disable";
}
}, [props.selection]);
// Setup state const setBarColorTimeout = React.useRef<NodeJS.Timeout | null>(null);
this.state = {
color: props.defaultColor || Config.config.barTypes[this.props.category]?.color,
previewColor: props.defaultPreviewColor || Config.config.barTypes["preview-" + this.props.category]?.color
};
}
render(): React.ReactElement { return (
let defaultOption = "disable"; <>
// Set the default opton properly <tr id={props.category + "OptionsRow"}
for (const categorySelection of Config.config.categorySelections) { className={`categoryTableElement`} >
if (categorySelection.name === this.props.category) { <td id={props.category + "OptionName"}
switch (categorySelection.option) { className="categoryTableLabel">
case CategorySkipOption.ShowOverlay: {chrome.i18n.getMessage("category_" + props.category)}
defaultOption = "showOverlay"; </td>
break;
case CategorySkipOption.ManualSkip: <td id={props.category + "SkipOption"}
defaultOption = "manualSkip"; className="skipOption">
break; <select
case CategorySkipOption.AutoSkip: className="optionsSelector"
defaultOption = "autoSkip"; value={selectedOption}
break; onChange={(e) => skipOptionSelected(e, props.category, props.updateSelection)}>
{getCategorySkipOptions(props.category, props.isDefaultConfig)}
</select>
</td>
{props.category !== "chapter" &&
<td id={props.category + "ColorOption"}
className="colorOption">
<input
className="categoryColorTextBox option-text-box"
type="color"
disabled={!props.isDefaultConfig}
onChange={(event) => {
if (setBarColorTimeout.current) {
clearTimeout(setBarColorTimeout.current);
}
setColor(event.currentTarget.value);
Config.config.barTypes[props.category].color = event.currentTarget.value;
// Make listener get called
setBarColorTimeout.current = setTimeout(() => {
Config.config.barTypes = Config.config.barTypes;
}, 50);
}}
value={color} />
</td>
} }
break; {!["chapter", "exclusive_access"].includes(props.category) &&
<td id={props.category + "PreviewColorOption"}
className="previewColorOption">
<input
className="categoryColorTextBox option-text-box"
type="color"
disabled={!props.isDefaultConfig}
onChange={(event) => {
if (setBarColorTimeout.current) {
clearTimeout(setBarColorTimeout.current);
}
setPreviewColor(event.currentTarget.value);
Config.config.barTypes["preview-" + props.category].color = event.currentTarget.value;
// Make listener get called
setBarColorTimeout.current = setTimeout(() => {
Config.config.barTypes = Config.config.barTypes;
}, 50);
}}
value={previewColor} />
</td>
}
</tr>
<tr id={props.category + "DescriptionRow"}
className={`small-description categoryTableDescription`}>
<td
colSpan={2}>
{chrome.i18n.getMessage("category_" + props.category + "_description")}
{' '}
<a href={CompileConfig.wikiLinks[props.category]} target="_blank" rel="noreferrer">
{`${chrome.i18n.getMessage("LearnMore")}`}
</a>
</td>
</tr>
<ExtraOptionComponents
category={props.category}
selectedConfigurationID={props.selectedConfigurationID}
/>
</>
);
}
function skipOptionSelected(event: React.ChangeEvent<HTMLSelectElement>,
category: Category, updateSelection: (selection: CategorySkipOption) => void): void {
let option: CategorySkipOption;
switch (event.target.value) {
case "fallbackToDefault":
option = CategorySkipOption.FallbackToDefault;
break;
case "disable":
option = CategorySkipOption.Disabled;
break;
case "showOverlay":
option = CategorySkipOption.ShowOverlay;
break;
case "manualSkip":
option = CategorySkipOption.ManualSkip;
break;
case "autoSkip":
option = CategorySkipOption.AutoSkip;
if (category === "filler" && !Config.config.isVip) {
if (!confirm(chrome.i18n.getMessage("FillerWarning"))) {
event.target.value = "disable";
}
} }
}
return ( break;
<> }
<tr id={this.props.category + "OptionsRow"}
className={`categoryTableElement`} >
<td id={this.props.category + "OptionName"}
className="categoryTableLabel">
{chrome.i18n.getMessage("category_" + this.props.category)}
</td>
<td id={this.props.category + "SkipOption"} updateSelection(option);
className="skipOption"> }
<select
className="optionsSelector"
defaultValue={defaultOption}
onChange={this.skipOptionSelected.bind(this)}>
{this.getCategorySkipOptions()}
</select>
</td>
{this.props.category !== "chapter" && function getCategorySkipOptions(category: Category, isDefaultConfig: boolean): JSX.Element[] {
<td id={this.props.category + "ColorOption"} const elements: JSX.Element[] = [];
className="colorOption">
<input
className="categoryColorTextBox option-text-box"
type="color"
onChange={(event) => this.setColorState(event, false)}
value={this.state.color} />
</td>
}
{!["chapter", "exclusive_access"].includes(this.props.category) && let optionNames = ["disable", "showOverlay", "manualSkip", "autoSkip"];
<td id={this.props.category + "PreviewColorOption"} if (category === "chapter") optionNames = ["disable", "showOverlay"]
className="previewColorOption"> else if (category === "exclusive_access") optionNames = ["disable", "showOverlay"];
<input
className="categoryColorTextBox option-text-box"
type="color"
onChange={(event) => this.setColorState(event, true)}
value={this.state.previewColor} />
</td>
}
</tr> if (!isDefaultConfig) {
optionNames = ["fallbackToDefault"].concat(optionNames);
}
<tr id={this.props.category + "DescriptionRow"} for (const optionName of optionNames) {
className={`small-description categoryTableDescription`}> elements.push(
<td <option key={optionName} value={optionName}>
colSpan={2}> {chrome.i18n.getMessage(optionName !== "disable" ? optionName + getCategorySuffix(category)
{chrome.i18n.getMessage("category_" + this.props.category + "_description")} : optionName) || chrome.i18n.getMessage(optionName)}
{' '} </option>
<a href={CompileConfig.wikiLinks[this.props.category]} target="_blank" rel="noreferrer">
{`${chrome.i18n.getMessage("LearnMore")}`}
</a>
</td>
</tr>
{this.getExtraOptionComponents(this.props.category)}
</>
); );
} }
skipOptionSelected(event: React.ChangeEvent<HTMLSelectElement>): void { return elements;
let option: CategorySkipOption;
switch (event.target.value) {
case "disable":
Config.config.categorySelections = Config.config.categorySelections.filter(
categorySelection => categorySelection.name !== this.props.category);
return;
case "showOverlay":
option = CategorySkipOption.ShowOverlay;
break;
case "manualSkip":
option = CategorySkipOption.ManualSkip;
break;
case "autoSkip":
option = CategorySkipOption.AutoSkip;
if (this.props.category === "filler" && !Config.config.isVip) {
if (!confirm(chrome.i18n.getMessage("FillerWarning"))) {
event.target.value = "disable";
}
}
break;
}
const existingSelection = Config.config.categorySelections.find(selection => selection.name === this.props.category);
if (existingSelection) {
existingSelection.option = option;
} else {
Config.config.categorySelections.push({
name: this.props.category,
option: option
});
}
Config.forceSyncUpdate("categorySelections");
}
getCategorySkipOptions(): JSX.Element[] {
const elements: JSX.Element[] = [];
let optionNames = ["disable", "showOverlay", "manualSkip", "autoSkip"];
if (this.props.category === "chapter") optionNames = ["disable", "showOverlay"]
else if (this.props.category === "exclusive_access") optionNames = ["disable", "showOverlay"];
for (const optionName of optionNames) {
elements.push(
<option key={optionName} value={optionName}>
{chrome.i18n.getMessage(optionName !== "disable" ? optionName + getCategorySuffix(this.props.category)
: optionName)}
</option>
);
}
return elements;
}
setColorState(event: React.FormEvent<HTMLInputElement>, preview: boolean): void {
clearTimeout(this.setBarColorTimeout);
if (preview) {
this.setState({
previewColor: event.currentTarget.value
});
Config.config.barTypes["preview-" + this.props.category].color = event.currentTarget.value;
} else {
this.setState({
color: event.currentTarget.value
});
Config.config.barTypes[this.props.category].color = event.currentTarget.value;
}
// Make listener get called
this.setBarColorTimeout = setTimeout(() => {
Config.config.barTypes = Config.config.barTypes;
}, 50);
}
getExtraOptionComponents(category: string): JSX.Element[] {
const result = [];
for (const option of this.getExtraOptions(category)) {
result.push(
<tr key={option.configKey}>
<td id={`${category}_${option.configKey}`} className="categoryExtraOptions">
<ToggleOptionComponent
configKey={option.configKey}
label={option.label}
style={{width: "inherit"}}
/>
</td>
</tr>
)
}
return result;
}
getExtraOptions(category: string): ToggleOption[] {
switch (category) {
case "chapter":
return [{
configKey: "renderSegmentsAsChapters",
label: chrome.i18n.getMessage("renderAsChapters"),
dontDisable: true
}, {
configKey: "showSegmentNameInChapterBar",
label: chrome.i18n.getMessage("showSegmentNameInChapterBar"),
dontDisable: true
}, {
configKey: "showAutogeneratedChapters",
label: chrome.i18n.getMessage("showAutogeneratedChapters"),
dontDisable: true
}];
case "music_offtopic":
return [{
configKey: "autoSkipOnMusicVideos",
label: chrome.i18n.getMessage("autoSkipOnMusicVideos"),
}, {
configKey: "skipNonMusicOnlyOnYoutubeMusic",
label: chrome.i18n.getMessage("skipNonMusicOnlyOnYoutubeMusic"),
}];
default:
return [];
}
}
} }
export default CategorySkipOptionsComponent;
function ExtraOptionComponents(props: {category: string; selectedConfigurationID: ConfigurationID}): JSX.Element {
const result = [];
for (const option of getExtraOptions(props.category)) {
result.push(
<ExtraOptionComponent
key={option.configKey}
option={option}
selectedConfigurationID={props.selectedConfigurationID}
/>
)
}
return (
<>
{result}
</>);
}
export function ExtraOptionComponent({option, selectedConfigurationID}: {option: ToggleOption; selectedConfigurationID: ConfigurationID}): JSX.Element {
const [value, setValue] = React.useState(getConfigurationValue(selectedConfigurationID, option.configKey));
React.useEffect(() => {
setValue(getConfigurationValue(selectedConfigurationID, option.configKey));
}, [selectedConfigurationID]);
return (
<tr key={option.configKey} className={`${option.dontShowOnCustomConfigs && selectedConfigurationID !== null ? "hidden" : ""}`}>
<td id={`${option.configKey}`} className="categoryExtraOptions">
{
option.type === "toggle" ?
<ToggleOptionComponent
checked={value ?? Config.config[option.configKey]}
partiallyHidden={value === null}
showResetButton={value !== null && selectedConfigurationID !== null}
onChange={(checked) => {
updateConfigurationValue(selectedConfigurationID, option.configKey, checked, setValue);
}}
onReset={() => {
updateConfigurationValue(selectedConfigurationID, option.configKey, null, setValue);
}}
label={option.label}
description={option.description}
style={{width: "inherit"}}
/>
:
<NumberInputOptionComponent
value={value ?? Config.config[option.configKey]}
partiallyHidden={value === null}
showResetButton={value !== null && selectedConfigurationID !== null}
onChange={(value) => {
updateConfigurationValue(selectedConfigurationID, option.configKey, value, setValue);
}}
onReset={() => {
updateConfigurationValue(selectedConfigurationID, option.configKey, null, setValue);
}}
label={option.label}
description={option.description}
style={{width: "inherit"}}
/>
}
</td>
</tr>
);
}
function getExtraOptions(category: string): ToggleOption[] {
switch (category) {
case "chapter":
return [{
configKey: "renderSegmentsAsChapters",
label: chrome.i18n.getMessage("renderAsChapters"),
type: "toggle",
dontDisable: true,
dontShowOnCustomConfigs: true
}, {
configKey: "showSegmentNameInChapterBar",
label: chrome.i18n.getMessage("showSegmentNameInChapterBar"),
type: "toggle",
dontDisable: true,
dontShowOnCustomConfigs: true
}, {
configKey: "showAutogeneratedChapters",
label: chrome.i18n.getMessage("showAutogeneratedChapters"),
type: "toggle",
dontDisable: true
}];
case "music_offtopic":
return [{
configKey: "autoSkipOnMusicVideos",
label: chrome.i18n.getMessage("autoSkipOnMusicVideos"),
type: "toggle"
}, {
configKey: "skipNonMusicOnlyOnYoutubeMusic",
label: chrome.i18n.getMessage("skipNonMusicOnlyOnYoutubeMusic"),
type: "toggle"
}];
default:
return [];
}
}

View File

@@ -0,0 +1,52 @@
import * as React from "react";
import ResetIcon from "../../svg-icons/resetIcon";
export interface NumberInputOptionProps {
label: string;
description?: string;
disabled?: boolean;
style?: React.CSSProperties;
value: number;
onChange(value: number): void;
partiallyHidden?: boolean;
showResetButton?: boolean;
onReset?(): void;
}
export function NumberInputOptionComponent(props: NumberInputOptionProps): React.ReactElement {
return (
<div className={`sb-number-option ${props.disabled ? "disabled" : ""} ${props.partiallyHidden ? "partiallyHidden" : ""}`}>
<div style={props.style}>
<label className="number-container">
<span className="optionLabel">
{props.label}
</span>
<input id={props.label}
className="sb-number-input"
type="number"
step="0.1"
min="0"
value={props.value}
disabled={props.disabled}
onChange={(e) => props.onChange(Number(e.target.value))}/>
</label>
{
props.showResetButton &&
<span className="reset-button sb-switch-label" title={chrome.i18n.getMessage("fallbackToDefault")} onClick={() => {
props.onReset?.();
}}>
<ResetIcon/>
</span>
}
</div>
{
props.description &&
<div className="small-description">
{props.description}
</div>
}
</div>
);
}

View File

@@ -0,0 +1,60 @@
import * as React from "react";
import ResetIcon from "../../svg-icons/resetIcon";
export interface SelectOption {
value: string;
label: string;
}
export interface SelectOptionComponentProps {
id: string;
onChange: (value: string) => void;
value: string;
label?: string;
title?: string;
options: SelectOption[];
style?: React.CSSProperties;
className?: string;
showResetButton?: boolean;
onReset?: () => void;
applyFormattingToOptions?: boolean;
}
export const SelectOptionComponent = (props: SelectOptionComponentProps) => {
return (
<div className={`sb-optionContainer ${props.className ?? ""}`} style={props.style}>
{
props.label &&
<label className="sb-optionLabel" htmlFor={props.id}>
{props.label}
</label>
}
<select id={props.id}
className="sb-selector-element optionsSelector"
value={props.value}
title={props.title}
onChange={(e) => {
props.onChange(e.target.value);
}}>
{getOptions(props.options)}
</select>
{
props.showResetButton &&
<div className="reset-button" onClick={() => {
props.onReset?.();
}}>
<ResetIcon/>
</div>
}
</div>
);
};
function getOptions(options: SelectOption[]): React.ReactNode[] {
return options.map((option) => {
return (
<option value={option.value} key={option.value}>{option.label}</option>
);
});
}

View File

@@ -1,57 +1,50 @@
import * as React from "react"; import * as React from "react";
import ResetIcon from "../../svg-icons/resetIcon";
import Config from "../../config";
export interface ToggleOptionProps { export interface ToggleOptionProps {
configKey: string;
label: string; label: string;
description?: string;
disabled?: boolean; disabled?: boolean;
style?: React.CSSProperties; style?: React.CSSProperties;
checked: boolean | null;
onChange(checked: boolean): void;
partiallyHidden?: boolean;
showResetButton?: boolean;
onReset?(): void;
} }
export interface ToggleOptionState { export function ToggleOptionComponent(props: ToggleOptionProps): React.ReactElement {
enabled: boolean; return (
} <div className={`sb-toggle-option ${props.disabled ? "disabled" : ""} ${props.partiallyHidden ? "partiallyHidden" : ""}`}>
<div className="switch-container" style={props.style}>
<label className="switch">
<input id={props.label}
type="checkbox"
checked={props.checked}
disabled={props.disabled}
onChange={(e) => props.onChange(e.target.checked)}/>
<span className="slider round"></span>
</label>
<label className="switch-label" htmlFor={props.label}>
{props.label}
</label>
class ToggleOptionComponent extends React.Component<ToggleOptionProps, ToggleOptionState> { {
props.showResetButton &&
constructor(props: ToggleOptionProps) { <div className="reset-button sb-switch-label" title={chrome.i18n.getMessage("fallbackToDefault")} onClick={() => {
super(props); props.onReset?.();
}}>
// Setup state <ResetIcon/>
this.state = { </div>
enabled: Config.config[props.configKey] }
}
}
render(): React.ReactElement {
return (
<div className={`sb-toggle-option ${this.props.disabled ? "disabled" : ""}`}>
<div className="switch-container" style={this.props.style}>
<label className="switch">
<input id={this.props.configKey}
type="checkbox"
checked={this.state.enabled}
disabled={this.props.disabled}
onChange={(e) => this.clicked(e)}/>
<span className="slider round"></span>
</label>
<label className="switch-label" htmlFor={this.props.configKey}>
{this.props.label}
</label>
</div>
</div> </div>
);
}
clicked(event: React.ChangeEvent<HTMLInputElement>): void { {
Config.config[this.props.configKey] = event.target.checked; props.description &&
<div className="small-description">
this.setState({ {props.description}
enabled: event.target.checked </div>
}); }
} </div>
);
} }
export default ToggleOptionComponent;

View File

@@ -1,6 +1,6 @@
import * as CompileConfig from "../config.json"; import * as CompileConfig from "../config.json";
import * as invidiousList from "../ci/invidiouslist.json"; import * as invidiousList from "../ci/invidiouslist.json";
import { Category, CategorySelection, CategorySkipOption, NoticeVisibilityMode, PreviewBarOption, SponsorTime, VideoID, SponsorHideType } from "./types"; import { Category, CategorySelection, CategorySkipOption, NoticeVisibilityMode, PreviewBarOption, SponsorTime, VideoID, SponsorHideType, SegmentListDefaultTab } from "./types";
import { Keybind, ProtoConfig, keybindEquals } from "../maze-utils/src/config"; import { Keybind, ProtoConfig, keybindEquals } from "../maze-utils/src/config";
import { HashedValue } from "../maze-utils/src/hash"; import { HashedValue } from "../maze-utils/src/hash";
import { Permission, AdvancedSkipRuleSet } from "./utils/skipRule"; import { Permission, AdvancedSkipRuleSet } from "./utils/skipRule";
@@ -10,8 +10,8 @@ interface SBConfig {
isVip: boolean; isVip: boolean;
permissions: Record<Category, Permission>; permissions: Record<Category, Permission>;
defaultCategory: Category; defaultCategory: Category;
segmentListDefaultTab: SegmentListDefaultTab;
renderSegmentsAsChapters: boolean; renderSegmentsAsChapters: boolean;
whitelistedChannels: string[];
forceChannelCheck: boolean; forceChannelCheck: boolean;
minutesSaved: number; minutesSaved: number;
skipCount: number; skipCount: number;
@@ -62,6 +62,7 @@ interface SBConfig {
}; };
scrollToEditTimeUpdate: boolean; scrollToEditTimeUpdate: boolean;
categoryPillUpdate: boolean; categoryPillUpdate: boolean;
hookUpdate: boolean;
showChapterInfoMessage: boolean; showChapterInfoMessage: boolean;
darkMode: boolean; darkMode: boolean;
showCategoryGuidelines: boolean; showCategoryGuidelines: boolean;
@@ -77,6 +78,8 @@ interface SBConfig {
shownDeArrowPromotion: boolean; shownDeArrowPromotion: boolean;
showZoomToFillError2: boolean; showZoomToFillError2: boolean;
cleanPopup: boolean; cleanPopup: boolean;
hideSegmentCreationInPopup: boolean;
prideTheme: boolean;
// Used to cache calculated text color info // Used to cache calculated text color info
categoryPillColors: { categoryPillColors: {
@@ -136,6 +139,20 @@ interface SBConfig {
export type VideoDownvotes = { segments: { uuid: HashedValue; hidden: SponsorHideType }[]; lastAccess: number }; export type VideoDownvotes = { segments: { uuid: HashedValue; hidden: SponsorHideType }[]; lastAccess: number };
export type ConfigurationID = string & { __configurationID: never };
export interface CustomConfiguration {
name: string;
categorySelections: CategorySelection[];
showAutogeneratedChapters: boolean | null;
autoSkipOnMusicVideos: boolean | null;
skipNonMusicOnlyOnYoutubeMusic: boolean | null;
muteSegments: boolean | null;
fullVideoSegments: boolean | null;
manualSkipOnFullVideo: boolean | null;
minDuration: number | null;
}
interface SBStorage { interface SBStorage {
/* VideoID prefixes to UUID prefixes */ /* VideoID prefixes to UUID prefixes */
downvotedSegments: Record<VideoID & HashedValue, VideoDownvotes>; downvotedSegments: Record<VideoID & HashedValue, VideoDownvotes>;
@@ -147,6 +164,10 @@ interface SBStorage {
/* Contains unsubmitted segments that the user has created. */ /* Contains unsubmitted segments that the user has created. */
unsubmittedSegments: Record<string, SponsorTime[]>; unsubmittedSegments: Record<string, SponsorTime[]>;
channelSkipProfileIDs: Record<string, ConfigurationID>;
skipProfileTemp: { time: number; configID: ConfigurationID } | null;
skipProfiles: Record<ConfigurationID, CustomConfiguration>;
skipRules: AdvancedSkipRuleSet[]; skipRules: AdvancedSkipRuleSet[];
} }
@@ -166,7 +187,38 @@ class ConfigClass extends ProtoConfig<SBConfig, SBStorage> {
} }
} }
function migrateOldSyncFormats(config: SBConfig) { function migrateOldSyncFormats(config: SBConfig, local: SBStorage) {
if (config["whitelistedChannels"]) {
// convert to skipProfiles
const whitelistedChannels = config["whitelistedChannels"] as string[];
const skipProfileID: ConfigurationID = "default-whitelist" as ConfigurationID;
local.skipProfiles[skipProfileID] = {
name: chrome.i18n.getMessage("WhitelistedChannels"),
categorySelections: config.categorySelections
.filter((s) => !["exclusive_access", "chapter"].includes(s.name))
.map(s => ({
name: s.name,
option: CategorySkipOption.ShowOverlay
})),
showAutogeneratedChapters: null,
autoSkipOnMusicVideos: null,
skipNonMusicOnlyOnYoutubeMusic: null,
muteSegments: null,
fullVideoSegments: null,
manualSkipOnFullVideo: null,
minDuration: null
};
local.skipProfiles = local.skipProfiles;
for (const channelID of whitelistedChannels) {
local.channelSkipProfileIDs[channelID] = skipProfileID;
}
local.channelSkipProfileIDs = local.channelSkipProfileIDs;
chrome.storage.sync.remove("whitelistedChannels");
}
if (!config["changeChapterColor"]) { if (!config["changeChapterColor"]) {
config.barTypes["chapter"].color = "#ffd983"; config.barTypes["chapter"].color = "#ffd983";
config["changeChapterColor"] = true; config["changeChapterColor"] = true;
@@ -287,8 +339,8 @@ const syncDefaults = {
isVip: false, isVip: false,
permissions: {}, permissions: {},
defaultCategory: "chooseACategory" as Category, defaultCategory: "chooseACategory" as Category,
segmentListDefaultTab: SegmentListDefaultTab.Segments,
renderSegmentsAsChapters: false, renderSegmentsAsChapters: false,
whitelistedChannels: [],
forceChannelCheck: false, forceChannelCheck: false,
minutesSaved: 0, minutesSaved: 0,
skipCount: 0, skipCount: 0,
@@ -314,7 +366,7 @@ const syncDefaults = {
hideSkipButtonPlayerControls: false, hideSkipButtonPlayerControls: false,
hideDiscordLaunches: 0, hideDiscordLaunches: 0,
hideDiscordLink: false, hideDiscordLink: false,
invidiousInstances: ["invidious.snopyta.org"], // leave as default invidiousInstances: [],
supportInvidious: false, supportInvidious: false,
serverAddress: CompileConfig.serverAddress, serverAddress: CompileConfig.serverAddress,
minDuration: 0, minDuration: 0,
@@ -334,6 +386,7 @@ const syncDefaults = {
skipNonMusicOnlyOnYoutubeMusic: false, skipNonMusicOnlyOnYoutubeMusic: false,
scrollToEditTimeUpdate: false, // false means the tooltip will be shown scrollToEditTimeUpdate: false, // false means the tooltip will be shown
categoryPillUpdate: false, categoryPillUpdate: false,
hookUpdate: false,
showChapterInfoMessage: true, showChapterInfoMessage: true,
darkMode: true, darkMode: true,
showCategoryGuidelines: true, showCategoryGuidelines: true,
@@ -349,6 +402,8 @@ const syncDefaults = {
shownDeArrowPromotion: false, shownDeArrowPromotion: false,
showZoomToFillError2: true, showZoomToFillError2: true,
cleanPopup: false, cleanPopup: false,
hideSegmentCreationInPopup: false,
prideTheme: false,
categoryPillColors: {}, categoryPillColors: {},
@@ -457,6 +512,14 @@ const syncDefaults = {
color: "#005799", color: "#005799",
opacity: "0.7" opacity: "0.7"
}, },
"hook": {
color: "#395699",
opacity: "0.8"
},
"preview-hook": {
color: "#273963",
opacity: "0.7"
},
"music_offtopic": { "music_offtopic": {
color: "#ff9900", color: "#ff9900",
opacity: "0.7" opacity: "0.7"
@@ -494,7 +557,11 @@ const localDefaults = {
alreadyInstalled: false, alreadyInstalled: false,
unsubmittedSegments: {}, unsubmittedSegments: {},
skipRules: [] skipRules: [],
channelSkipProfileIDs: {},
skipProfiles: {},
skipProfileTemp: null
}; };
const Config = new ConfigClass(syncDefaults, localDefaults, migrateOldSyncFormats); const Config = new ConfigClass(syncDefaults, localDefaults, migrateOldSyncFormats);
@@ -517,7 +584,7 @@ export function generateDebugDetails(): string {
output.config.serverAddress = (output.config.serverAddress === CompileConfig.serverAddress) output.config.serverAddress = (output.config.serverAddress === CompileConfig.serverAddress)
? "Default server address" : "Custom server address"; ? "Default server address" : "Custom server address";
output.config.invidiousInstances = output.config.invidiousInstances.length; output.config.invidiousInstances = output.config.invidiousInstances.length;
output.config.whitelistedChannels = output.config.whitelistedChannels.length; output.config.skipRules = output.config.skipRules.length;
return JSON.stringify(output, null, 4); return JSON.stringify(output, null, 4);
} }

View File

@@ -3,7 +3,6 @@ import {
ActionType, ActionType,
Category, Category,
CategorySkipOption, CategorySkipOption,
ChannelIDInfo,
ChannelIDStatus, ChannelIDStatus,
ContentContainer, ContentContainer,
ScheduledTime, ScheduledTime,
@@ -34,7 +33,7 @@ import { importTimes } from "./utils/exporter";
import { ChapterVote } from "./render/ChapterVote"; import { ChapterVote } from "./render/ChapterVote";
import { openWarningDialog } from "./utils/warnings"; import { openWarningDialog } from "./utils/warnings";
import { extensionUserAgent, isFirefoxOrSafari, waitFor } from "../maze-utils/src"; import { extensionUserAgent, isFirefoxOrSafari, waitFor } from "../maze-utils/src";
import { getErrorMessage, getFormattedTime } from "../maze-utils/src/formating"; import { formatJSErrorMessage, getFormattedTime, getLongErrorMessage } from "../maze-utils/src/formating";
import { getChannelIDInfo, getVideo, getIsAdPlaying, getIsLivePremiere, setIsAdPlaying, checkVideoIDChange, getVideoID, getYouTubeVideoID, setupVideoModule, checkIfNewVideoID, isOnInvidious, isOnMobileYouTube, isOnYouTubeMusic, isOnYTTV, getLastNonInlineVideoID, triggerVideoIDChange, triggerVideoElementChange, getIsInline, getCurrentTime, setCurrentTime, getVideoDuration, verifyCurrentTime, waitForVideo } from "../maze-utils/src/video"; import { getChannelIDInfo, getVideo, getIsAdPlaying, getIsLivePremiere, setIsAdPlaying, checkVideoIDChange, getVideoID, getYouTubeVideoID, setupVideoModule, checkIfNewVideoID, isOnInvidious, isOnMobileYouTube, isOnYouTubeMusic, isOnYTTV, getLastNonInlineVideoID, triggerVideoIDChange, triggerVideoElementChange, getIsInline, getCurrentTime, setCurrentTime, getVideoDuration, verifyCurrentTime, waitForVideo } from "../maze-utils/src/video";
import { Keybind, StorageChangesObject, isSafari, keybindEquals, keybindToString } from "../maze-utils/src/config"; import { Keybind, StorageChangesObject, isSafari, keybindEquals, keybindToString } from "../maze-utils/src/config";
import { findValidElement } from "../maze-utils/src/dom" import { findValidElement } from "../maze-utils/src/dom"
@@ -53,6 +52,8 @@ import { defaultPreviewTime } from "./utils/constants";
import { onVideoPage } from "../maze-utils/src/pageInfo"; import { onVideoPage } from "../maze-utils/src/pageInfo";
import { getSegmentsForVideo } from "./utils/segmentData"; import { getSegmentsForVideo } from "./utils/segmentData";
import { getCategoryDefaultSelection, getCategorySelection } from "./utils/skipRule"; import { getCategoryDefaultSelection, getCategorySelection } from "./utils/skipRule";
import { getSkipProfileBool, getSkipProfileIDForTab, hideTooShortSegments, setCurrentTabSkipProfile } from "./utils/skipProfiles";
import { FetchResponse, logRequest } from "../maze-utils/src/background-request-proxy";
cleanPage(); cleanPage();
@@ -146,9 +147,6 @@ let lastCheckVideoTime = -1;
// To determine if a video resolution change is happening // To determine if a video resolution change is happening
let firstPlay = true; let firstPlay = true;
//is this channel whitelised from getting sponsors skipped
let channelWhitelisted = false;
let previewBar: PreviewBar = null; let previewBar: PreviewBar = null;
// Skip to highlight button // Skip to highlight button
let skipButtonControlBar: SkipButtonControlBar = null; let skipButtonControlBar: SkipButtonControlBar = null;
@@ -173,7 +171,7 @@ let popupInitialised = false;
let submissionNotice: SubmissionNotice = null; let submissionNotice: SubmissionNotice = null;
let lastResponseStatus: number; let lastResponseStatus: number | Error | string;
// Contains all of the functions and variables needed by the skip notice // Contains all of the functions and variables needed by the skip notice
const skipNoticeContentContainer: ContentContainer = () => ({ const skipNoticeContentContainer: ContentContainer = () => ({
@@ -227,7 +225,9 @@ function messageListener(request: Message, sender: unknown, sendResponse: (respo
onMobileYouTube: isOnMobileYouTube(), onMobileYouTube: isOnMobileYouTube(),
videoID: getVideoID(), videoID: getVideoID(),
loopedChapter: loopedChapter?.UUID, loopedChapter: loopedChapter?.UUID,
channelWhitelisted channelID: getChannelIDInfo().id,
channelAuthor: getChannelIDInfo().author,
currentTabSkipProfileID: getSkipProfileIDForTab()
}); });
if (!request.updating && popupInitialised && document.getElementById("sponsorBlockPopupContainer") != null) { if (!request.updating && popupInitialised && document.getElementById("sponsorBlockPopupContainer") != null) {
@@ -243,11 +243,6 @@ function messageListener(request: Message, sender: unknown, sendResponse: (respo
isYTTV: (document.location.host === "tv.youtube.com") isYTTV: (document.location.host === "tv.youtube.com")
}); });
break;
case "whitelistChange":
channelWhitelisted = request.value;
sponsorsLookup();
break; break;
case "submitTimes": case "submitTimes":
openSubmissionMenu(); openSubmissionMenu();
@@ -355,6 +350,10 @@ function messageListener(request: Message, sender: unknown, sendResponse: (respo
warn: window["SBLogs"].warn warn: window["SBLogs"].warn
}); });
break; break;
case "setCurrentTabSkipProfile":
setCurrentTabSkipProfile(request.configID);
channelIDChange();
break;
} }
sendResponse({}); sendResponse({});
@@ -372,7 +371,7 @@ function contentConfigUpdateListener(changes: StorageChangesObject) {
updateVisibilityOfPlayerControlsButton() updateVisibilityOfPlayerControlsButton()
break; break;
case "categorySelections": case "categorySelections":
sponsorsLookup(true, true); channelIDChange();
break; break;
case "barTypes": case "barTypes":
setCategoryColorCSSVariables(); setCategoryColorCSSVariables();
@@ -384,9 +383,26 @@ function contentConfigUpdateListener(changes: StorageChangesObject) {
} }
} }
} }
function contentLocalConfigUpdateListener(changes: StorageChangesObject) {
for (const key in changes) {
switch(key) {
case "channelSkipProfileIDs":
case "skipProfiles":
case "skipProfileTemp":
channelIDChange();
break;
}
}
}
if (!Config.configSyncListeners.includes(contentConfigUpdateListener)) { if (!window.location.href.includes("youtube.com/live_chat")) {
Config.configSyncListeners.push(contentConfigUpdateListener); if (!Config.configSyncListeners.includes(contentConfigUpdateListener)) {
Config.configSyncListeners.push(contentConfigUpdateListener);
}
if (!Config.configLocalListeners.includes(contentLocalConfigUpdateListener)) {
Config.configLocalListeners.push(contentLocalConfigUpdateListener);
}
} }
function resetValues() { function resetValues() {
@@ -403,7 +419,6 @@ function resetValues() {
shownSegmentFailedToFetchWarning = false; shownSegmentFailedToFetchWarning = false;
videoInfo = null; videoInfo = null;
channelWhitelisted = false;
lockedCategories = []; lockedCategories = [];
//empty the preview bar //empty the preview bar
@@ -465,7 +480,8 @@ function videoIDChange(): void {
chrome.runtime.sendMessage({ chrome.runtime.sendMessage({
message: "videoChanged", message: "videoChanged",
videoID: getVideoID(), videoID: getVideoID(),
whitelisted: channelWhitelisted channelID: getChannelIDInfo().id,
channelAuthor: getChannelIDInfo().author
}); });
sponsorsLookup(); sponsorsLookup();
@@ -682,7 +698,7 @@ async function startSponsorSchedule(includeIntersectingSegments = false, current
logDebug(`Ready to start skipping: ${skipInfo.index} at ${currentTime}`); logDebug(`Ready to start skipping: ${skipInfo.index} at ${currentTime}`);
if (skipInfo.index === -1) return; if (skipInfo.index === -1) return;
if (Config.config.disableSkipping || channelWhitelisted || (getChannelIDInfo().status === ChannelIDStatus.Fetching && Config.config.forceChannelCheck)){ if (Config.config.disableSkipping || (getChannelIDInfo().status === ChannelIDStatus.Fetching && Config.config.forceChannelCheck)){
return; return;
} }
@@ -712,7 +728,10 @@ async function startSponsorSchedule(includeIntersectingSegments = false, current
if (incorrectVideoCheck(videoID, currentSkip)) return; if (incorrectVideoCheck(videoID, currentSkip)) return;
forceVideoTime ||= Math.max(getCurrentTime(), getVirtualTime()); forceVideoTime ||= Math.max(getCurrentTime(), getVirtualTime());
if ((shouldSkip(currentSkip) || sponsorTimesSubmitting?.some((segment) => segment.segment === currentSkip.segment))) { if ((shouldSkip(currentSkip)
|| sponsorTimesSubmitting?.some((segment) => segment.segment === currentSkip.segment
&& segment.actionType !== ActionType.Chapter
&& segment.hidden === SponsorHideType.Visible))) {
if (forceVideoTime >= skipTime[0] - skipBuffer && (forceVideoTime < skipTime[1] || skipTime[1] < skipTime[0])) { if (forceVideoTime >= skipTime[0] - skipBuffer && (forceVideoTime < skipTime[1] || skipTime[1] < skipTime[0])) {
skipToTime({ skipToTime({
v: getVideo(), v: getVideo(),
@@ -816,6 +835,7 @@ async function startSponsorSchedule(includeIntersectingSegments = false, current
if (Config.config.showUpcomingNotice && getCurrentTime() < skippingSegments[0].segment[0] if (Config.config.showUpcomingNotice && getCurrentTime() < skippingSegments[0].segment[0]
&& !sponsorTimesSubmitting?.some((segment) => segment.segment === currentSkip.segment) && !sponsorTimesSubmitting?.some((segment) => segment.segment === currentSkip.segment)
&& [ActionType.Skip, ActionType.Mute].includes(skippingSegments[0].actionType) && [ActionType.Skip, ActionType.Mute].includes(skippingSegments[0].actionType)
&& getCategorySelection(skippingSegments[0])?.option > CategorySkipOption.ShowOverlay
&& !getVideo()?.paused) { && !getVideo()?.paused) {
const maxPopupTime = 3000; const maxPopupTime = 3000;
const timeUntilPopup = Math.max(0, offsetDelayTime - maxPopupTime); const timeUntilPopup = Math.max(0, offsetDelayTime - maxPopupTime);
@@ -1189,7 +1209,7 @@ async function sponsorsLookup(keepOldSubmissions = true, ignoreCache = false) {
const receivedSegments = segmentData.segments; const receivedSegments = segmentData.segments;
if (receivedSegments && receivedSegments.length) { if (receivedSegments && receivedSegments.length) {
sponsorDataFound = true; sponsorDataFound = receivedSegments.findIndex((segment) => getCategorySelection(segment).option !== CategorySkipOption.Disabled) !== -1;
// Check if any old submissions should be kept // Check if any old submissions should be kept
if (sponsorTimes !== null && keepOldSubmissions) { if (sponsorTimes !== null && keepOldSubmissions) {
@@ -1205,16 +1225,6 @@ async function sponsorsLookup(keepOldSubmissions = true, ignoreCache = false) {
sponsorTimes = receivedSegments; sponsorTimes = receivedSegments;
existingChaptersImported = false; existingChaptersImported = false;
// Hide all submissions smaller than the minimum duration
if (Config.config.minDuration !== 0) {
for (const segment of sponsorTimes) {
const duration = segment.segment[1] - segment.segment[0];
if (duration > 0 && duration < Config.config.minDuration) {
segment.hidden = SponsorHideType.MinimumDuration;
}
}
}
if (keepOldSubmissions) { if (keepOldSubmissions) {
for (const segment of oldSegments) { for (const segment of oldSegments) {
const otherSegment = sponsorTimes.find((other) => segment.UUID === other.UUID); const otherSegment = sponsorTimes.find((other) => segment.UUID === other.UUID);
@@ -1239,6 +1249,8 @@ async function sponsorsLookup(keepOldSubmissions = true, ignoreCache = false) {
} }
} }
hideTooShortSegments(sponsorTimes);
if (!getVideo()) { if (!getVideo()) {
//there is still no video here //there is still no video here
await waitForVideo(); await waitForVideo();
@@ -1271,7 +1283,9 @@ function notifyPopupOfSegments(): void {
onMobileYouTube: isOnMobileYouTube(), onMobileYouTube: isOnMobileYouTube(),
videoID: getVideoID(), videoID: getVideoID(),
loopedChapter: loopedChapter?.UUID, loopedChapter: loopedChapter?.UUID,
channelWhitelisted channelID: getChannelIDInfo().id,
channelAuthor: getChannelIDInfo().author,
currentTabSkipProfileID: getSkipProfileIDForTab()
}); });
} }
@@ -1299,7 +1313,7 @@ function importExistingChapters(wait: boolean) {
} }
}).catch(() => { importingChaptersWaiting = false; }); }).catch(() => { importingChaptersWaiting = false; });
if (!Config.config.showAutogeneratedChapters) { if (!getSkipProfileBool("showAutogeneratedChapters")) {
waitFor(() => hasAutogeneratedChapters(), wait ? 15000 : 0, 400).then(() => { waitFor(() => hasAutogeneratedChapters(), wait ? 15000 : 0, 400).then(() => {
updateActiveSegment(getCurrentTime()); updateActiveSegment(getCurrentTime());
}).catch(() => { }); // eslint-disable-line @typescript-eslint/no-empty-function }).catch(() => { }); // eslint-disable-line @typescript-eslint/no-empty-function
@@ -1308,17 +1322,27 @@ function importExistingChapters(wait: boolean) {
} }
} }
function handleExistingChaptersChannelChange() {
if (existingChaptersImported && hasAutogeneratedChapters() && !getSkipProfileBool("showAutogeneratedChapters")) {
sponsorTimes = sponsorTimes.filter((segment) => segment.source !== SponsorSourceType.Autogenerated);
}
}
async function lockedCategoriesLookup(): Promise<void> { async function lockedCategoriesLookup(): Promise<void> {
const hashPrefix = (await getHash(getVideoID(), 1)).slice(0, 4); const hashPrefix = (await getHash(getVideoID(), 1)).slice(0, 4);
const response = await asyncRequestToServer("GET", "/api/lockCategories/" + hashPrefix); try {
const response = await asyncRequestToServer("GET", "/api/lockCategories/" + hashPrefix);
if (response.ok) { if (response.ok) {
try {
const categoriesResponse = JSON.parse(response.responseText).filter((lockInfo) => lockInfo.videoID === getVideoID())[0]?.categories; const categoriesResponse = JSON.parse(response.responseText).filter((lockInfo) => lockInfo.videoID === getVideoID())[0]?.categories;
if (Array.isArray(categoriesResponse)) { if (Array.isArray(categoriesResponse)) {
lockedCategories = categoriesResponse; lockedCategories = categoriesResponse;
} }
} catch (e) { } //eslint-disable-line no-empty } else if (response.status !== 404) {
logRequest(response, "SB", "locked categories")
}
} catch (e) {
console.warn(`[SB] Caught error while looking up category locks for hashprefix ${hashPrefix}`, e)
} }
} }
@@ -1373,13 +1397,6 @@ function startSkipScheduleCheckingForStartSponsors() {
} }
} }
const fullVideoSegment = sponsorTimes.filter((time) => time.actionType === ActionType.Full)[0];
if (fullVideoSegment) {
waitFor(() => categoryPill).then(() => {
categoryPill?.setSegment(fullVideoSegment);
});
}
if (startingSegmentTime !== -1) { if (startingSegmentTime !== -1) {
startSponsorSchedule(undefined, startingSegmentTime); startSponsorSchedule(undefined, startingSegmentTime);
} else { } else {
@@ -1425,7 +1442,8 @@ function updatePreviewBar(): void {
} }
sponsorTimesSubmitting.forEach((segment) => { sponsorTimesSubmitting.forEach((segment) => {
if (segment.actionType !== ActionType.Chapter || segment.segment.length > 1) { if (segment.hidden === SponsorHideType.Visible
&& (segment.actionType !== ActionType.Chapter || segment.segment.length > 1)) {
previewBarSegments.push({ previewBarSegments.push({
segment: segment.segment as [number, number], segment: segment.segment as [number, number],
category: segment.category, category: segment.category,
@@ -1450,20 +1468,24 @@ function updatePreviewBar(): void {
} }
} }
//checks if this channel is whitelisted, should be done only after the channelID has been loaded function updateCategoryPill() {
async function channelIDChange(channelIDInfo: ChannelIDInfo) { const fullVideoSegment = sponsorTimes.filter((time) => time.actionType === ActionType.Full)[0];
const whitelistedChannels = Config.config.whitelistedChannels; if (fullVideoSegment && getSkipProfileBool("fullVideoSegments")) {
categoryPill?.setSegment(fullVideoSegment);
//see if this is a whitelisted channel } else {
if (whitelistedChannels != undefined && categoryPill?.setVisibility(false);
channelIDInfo.status === ChannelIDStatus.Found && whitelistedChannels.includes(channelIDInfo.id)) {
channelWhitelisted = true;
} }
}
//checks if this channel is whitelisted, should be done only after the channelID has been loaded
async function channelIDChange() {
// check if the start of segments were missed // check if the start of segments were missed
if (Config.config.forceChannelCheck && sponsorTimes?.length > 0) startSkipScheduleCheckingForStartSponsors(); if (Config.config.forceChannelCheck && sponsorTimes?.length > 0) startSkipScheduleCheckingForStartSponsors();
hideTooShortSegments(sponsorTimes);
handleExistingChaptersChannelChange();
updatePreviewBar(); updatePreviewBar();
updateCategoryPill();
notifyPopupOfSegments(); notifyPopupOfSegments();
} }
@@ -1719,7 +1741,11 @@ function sendTelemetryAndCount(skippingSegments: SponsorTime[], secondsSkipped:
counted = true; counted = true;
} }
if (fullSkip) asyncRequestToServer("POST", "/api/viewedVideoSponsorTime?UUID=" + segment.UUID + "&videoID=" + getVideoID()); if (fullSkip) asyncRequestToServer("POST", "/api/viewedVideoSponsorTime?UUID=" + segment.UUID + "&videoID=" + getVideoID())
.then(r => {
if (!r.ok) logRequest(r, "SB", "segment skip log");
})
.catch(e => console.warn("[SB] Caught error while attempting to log segment skip", e));
} }
} }
} }
@@ -1891,6 +1917,7 @@ function createButton(baseID: string, title: string, callback: () => void, image
newButton.id = baseID + "Button"; newButton.id = baseID + "Button";
newButton.classList.add("playerButton"); newButton.classList.add("playerButton");
newButton.classList.add("ytp-button"); newButton.classList.add("ytp-button");
if (Config.config.prideTheme) newButton.classList.add("prideTheme");
if (isOnYTTV()) { if (isOnYTTV()) {
// Some style needs to be set here, but the numbers don't matter // Some style needs to be set here, but the numbers don't matter
newButton.setAttribute("style", "width: 40px; height: 40px"); newButton.setAttribute("style", "width: 40px; height: 40px");
@@ -1929,18 +1956,18 @@ function shouldAutoSkip(segment: SponsorTime): boolean {
return false; return false;
} }
return (!Config.config.manualSkipOnFullVideo || !sponsorTimes?.some((s) => s.category === segment.category && s.actionType === ActionType.Full)) return (!getSkipProfileBool("manualSkipOnFullVideo") || !sponsorTimes?.some((s) => s.category === segment.category && s.actionType === ActionType.Full))
&& (getCategorySelection(segment)?.option === CategorySkipOption.AutoSkip || && (getCategorySelection(segment)?.option === CategorySkipOption.AutoSkip ||
(Config.config.autoSkipOnMusicVideos && canSkipNonMusic && sponsorTimes?.some((s) => s.category === "music_offtopic") (getSkipProfileBool("autoSkipOnMusicVideos") && canSkipNonMusic && sponsorTimes?.some((s) => s.category === "music_offtopic")
&& segment.actionType === ActionType.Skip) && segment.actionType === ActionType.Skip)
|| sponsorTimesSubmitting.some((s) => s.segment === segment.segment)) || sponsorTimesSubmitting.some((s) => s.segment === segment.segment))
|| isLoopedChapter(segment); || isLoopedChapter(segment);
} }
function shouldSkip(segment: SponsorTime): boolean { function shouldSkip(segment: SponsorTime): boolean {
return (segment.actionType !== ActionType.Full return segment.hidden === SponsorHideType.Visible && (segment.actionType !== ActionType.Full
&& getCategorySelection(segment)?.option > CategorySkipOption.ShowOverlay) && getCategorySelection(segment)?.option > CategorySkipOption.ShowOverlay)
|| (Config.config.autoSkipOnMusicVideos && sponsorTimes?.some((s) => s.category === "music_offtopic") || (getSkipProfileBool("autoSkipOnMusicVideos") && sponsorTimes?.some((s) => s.category === "music_offtopic")
&& segment.actionType === ActionType.Skip) && segment.actionType === ActionType.Skip)
|| isLoopedChapter(segment); || isLoopedChapter(segment);
} }
@@ -2133,6 +2160,7 @@ function updateSponsorTimesSubmitting(getFromConfig = true) {
category: segmentTime.category, category: segmentTime.category,
actionType: segmentTime.actionType, actionType: segmentTime.actionType,
description: segmentTime.description, description: segmentTime.description,
hidden: segmentTime.hidden,
source: segmentTime.source source: segmentTime.source
}); });
} }
@@ -2278,25 +2306,29 @@ function clearSponsorTimes() {
async function vote(type: number, UUID: SegmentUUID, category?: Category, skipNotice?: SkipNoticeComponent): Promise<VoteResponse> { async function vote(type: number, UUID: SegmentUUID, category?: Category, skipNotice?: SkipNoticeComponent): Promise<VoteResponse> {
if (skipNotice !== null && skipNotice !== undefined) { if (skipNotice !== null && skipNotice !== undefined) {
//add loading info //add loading info
skipNotice.addVoteButtonInfo.bind(skipNotice)(chrome.i18n.getMessage("Loading")) skipNotice.addVoteButtonInfo(chrome.i18n.getMessage("Loading"))
skipNotice.setNoticeInfoMessage.bind(skipNotice)(); skipNotice.setNoticeInfoMessage();
} }
const response = await voteAsync(type, UUID, category); const response = await voteAsync(type, UUID, category);
if (response != undefined) { if (response != undefined) {
//see if it was a success or failure //see if it was a success or failure
if (skipNotice != null) { if (skipNotice != null) {
if (response.successType == 1 || (response.successType == -1 && response.statusCode == 429)) { if ("error" in response) {
skipNotice.setNoticeInfoMessage(formatJSErrorMessage(response.error))
skipNotice.resetVoteButtonInfo();
} else if (response.ok || response.status === 429) {
//success (treat rate limits as a success) //success (treat rate limits as a success)
skipNotice.afterVote.bind(skipNotice)(utils.getSponsorTimeFromUUID(sponsorTimes, UUID), type, category); skipNotice.afterVote(utils.getSponsorTimeFromUUID(sponsorTimes, UUID), type, category);
} else if (response.successType == -1) { } else {
if (response.statusCode === 403 && response.responseText.startsWith("Vote rejected due to a tip from a moderator.")) { logRequest({headers: null, ...response}, "SB", "vote on segment");
if (response.status === 403 && response.responseText.startsWith("Vote rejected due to a tip from a moderator.")) {
openWarningDialog(skipNoticeContentContainer); openWarningDialog(skipNoticeContentContainer);
} else { } else {
skipNotice.setNoticeInfoMessage.bind(skipNotice)(getErrorMessage(response.statusCode, response.responseText)) skipNotice.setNoticeInfoMessage(getLongErrorMessage(response.status, response.responseText))
} }
skipNotice.resetVoteButtonInfo.bind(skipNotice)(); skipNotice.resetVoteButtonInfo();
} }
} }
} }
@@ -2333,7 +2365,7 @@ async function voteAsync(type: number, UUID: SegmentUUID, category?: Category):
category: category, category: category,
videoID: getVideoID() videoID: getVideoID()
}, (response) => { }, (response) => {
if (response.successType === 1) { if (response.ok === true) {
// Change the sponsor locally // Change the sponsor locally
const segment = utils.getSponsorTimeFromUUID(sponsorTimes, UUID); const segment = utils.getSponsorTimeFromUUID(sponsorTimes, UUID);
if (segment) { if (segment) {
@@ -2462,13 +2494,23 @@ async function sendSubmitMessage(): Promise<boolean> {
} }
} }
const response = await asyncRequestToServer("POST", "/api/skipSegments", { let response: FetchResponse;
videoID: getVideoID(), try {
userID: Config.config.userID, response = await asyncRequestToServer("POST", "/api/skipSegments", {
segments: sponsorTimesSubmitting, videoID: getVideoID(),
videoDuration: getVideoDuration(), userID: Config.config.userID,
userAgent: extensionUserAgent(), segments: sponsorTimesSubmitting,
}); videoDuration: getVideoDuration(),
userAgent: extensionUserAgent(),
});
} catch (e) {
console.error("[SB] Caught error while attempting to submit segments", e);
// Show that the upload failed
playerButtons.submit.button.style.animation = "unset";
playerButtons.submit.image.src = chrome.runtime.getURL("icons/PlayerUploadFailedIconSponsorBlocker.svg");
alert(formatJSErrorMessage(e));
return false;
}
if (response.status === 200) { if (response.status === 200) {
stopAnimation(); stopAnimation();
@@ -2502,11 +2544,7 @@ async function sendSubmitMessage(): Promise<boolean> {
sponsorTimesSubmitting = []; sponsorTimesSubmitting = [];
updatePreviewBar(); updatePreviewBar();
updateCategoryPill();
const fullVideoSegment = sponsorTimes.filter((time) => time.actionType === ActionType.Full)[0];
if (fullVideoSegment) {
categoryPill?.setSegment(fullVideoSegment);
}
return true; return true;
} else { } else {
@@ -2517,7 +2555,8 @@ async function sendSubmitMessage(): Promise<boolean> {
if (response.status === 403 && response.responseText.startsWith("Submission rejected due to a tip from a moderator.")) { if (response.status === 403 && response.responseText.startsWith("Submission rejected due to a tip from a moderator.")) {
openWarningDialog(skipNoticeContentContainer); openWarningDialog(skipNoticeContentContainer);
} else { } else {
alert(getErrorMessage(response.status, response.responseText)); logRequest(response, "SB", "segment submission");
alert(getLongErrorMessage(response.status, response.responseText));
} }
} }

View File

@@ -32,7 +32,7 @@ export async function tryShowingDeArrowPromotion() {
const title = deArrowDataJson?.[getVideoID()]?.titles?.[0]; const title = deArrowDataJson?.[getVideoID()]?.titles?.[0];
if (title && title.title && (title.locked || title.votes > 0)) { if (title && title.title && (title.locked || title.votes > 0)) {
Config.config.showDeArrowPromotion = false; Config.config.showDeArrowPromotion = false;
tooltip = new Tooltip({ tooltip = new Tooltip({
text: chrome.i18n.getMessage("DeArrowTitleReplacementSuggestion") + "\n\n" + title.title, text: chrome.i18n.getMessage("DeArrowTitleReplacementSuggestion") + "\n\n" + title.title,
linkOnClick: () => { linkOnClick: () => {
@@ -71,4 +71,4 @@ function badTitle(title: string): boolean {
export function hideDeArrowPromotion(): void { export function hideDeArrowPromotion(): void {
if (tooltip) tooltip.close(); if (tooltip) tooltip.close();
} }

View File

@@ -47,6 +47,6 @@ async function init() {
} }
if (!showDonationLink()) { if (!showDonationLink()) {
document.getElementById("sbDonate").style.display = "none"; document.getElementById("donate-component").style.display = "none";
} }
} }

View File

@@ -9,12 +9,13 @@ import { ActionType, Category, CategorySkipOption, SegmentContainer, SponsorHide
import { partition } from "../utils/arrayUtils"; import { partition } from "../utils/arrayUtils";
import { DEFAULT_CATEGORY, shortCategoryName } from "../utils/categoryUtils"; import { DEFAULT_CATEGORY, shortCategoryName } from "../utils/categoryUtils";
import { normalizeChapterName } from "../utils/exporter"; import { normalizeChapterName } from "../utils/exporter";
import { findValidElement } from "../../maze-utils/src/dom"; import { findNonEmptyElement, findValidElement } from "../../maze-utils/src/dom";
import { addCleanupListener } from "../../maze-utils/src/cleanup"; import { addCleanupListener } from "../../maze-utils/src/cleanup";
import { hasAutogeneratedChapters, isVisible } from "../utils/pageUtils"; import { hasAutogeneratedChapters, isVisible } from "../utils/pageUtils";
import { isVorapisInstalled } from "../utils/compatibility"; import { isVorapisInstalled } from "../utils/compatibility";
import { isOnYTTV } from "../../maze-utils/src/video"; import { isOnYTTV } from "../../maze-utils/src/video";
import { getCategorySelection } from "../utils/skipRule"; import { getCategorySelection } from "../utils/skipRule";
import { getSkipProfileBool } from "../utils/skipProfiles";
const TOOLTIP_VISIBLE_CLASS = 'sponsorCategoryTooltipVisible'; const TOOLTIP_VISIBLE_CLASS = 'sponsorCategoryTooltipVisible';
const MIN_CHAPTER_SIZE = 0.003; const MIN_CHAPTER_SIZE = 0.003;
@@ -131,7 +132,11 @@ class PreviewBar {
// global chapter tooltip or duration tooltip // global chapter tooltip or duration tooltip
// YT, Vorapis, unknown, YTTV // YT, Vorapis, unknown, YTTV
const tooltipTextWrapper = document.querySelector(".ytp-tooltip-text-wrapper, .ytp-progress-tooltip-text-container, .yssi-slider .ys-seek-details .time-info-bar") ?? document.querySelector("#progress-bar-container.ytk-player > #hover-time-info"); const tooltipTextWrapper = document.querySelector(".ytp-tooltip-text-wrapper, .ytp-progress-tooltip-text-container, .yssi-slider .ys-seek-details .time-info-bar") ?? document.querySelector("#progress-bar-container.ytk-player > #hover-time-info");
const originalTooltip = tooltipTextWrapper.querySelector(".ytp-tooltip-title:not(.sponsorCategoryTooltip), .ytp-progress-tooltip-text:not(.sponsorCategoryTooltip), .current-time:not(.sponsorCategoryTooltip)") as HTMLElement; const defaultTooltipSelector = ".ytp-tooltip-title:not(.sponsorCategoryTooltip), .ytp-tooltip-title:not(.sponsorCategoryTooltip) span, .ytp-progress-tooltip-text:not(.sponsorCategoryTooltip), .current-time:not(.sponsorCategoryTooltip)";
const originalTooltip = findNonEmptyElement([
defaultTooltipSelector,
".ytp-tooltip-progress-bar-pill-title"
]) ?? document.querySelector(defaultTooltipSelector);
if (!tooltipTextWrapper || !tooltipTextWrapper.parentElement) return; if (!tooltipTextWrapper || !tooltipTextWrapper.parentElement) return;
// Grab the tooltip from the text wrapper as the tooltip doesn't have its classes on init // Grab the tooltip from the text wrapper as the tooltip doesn't have its classes on init
@@ -182,7 +187,7 @@ class PreviewBar {
} }
const hasAYouTubeChapterRemoved = this.hasYouTubeChapters const hasAYouTubeChapterRemoved = this.hasYouTubeChapters
|| (!Config.config.showAutogeneratedChapters && hasAutogeneratedChapters()); || (!getSkipProfileBool("showAutogeneratedChapters") && hasAutogeneratedChapters());
if (hasAYouTubeChapterRemoved) { if (hasAYouTubeChapterRemoved) {
// Hide original tooltip if some chapter has been filtered out // Hide original tooltip if some chapter has been filtered out
originalTooltip.style.display = "none"; originalTooltip.style.display = "none";
@@ -258,6 +263,21 @@ class PreviewBar {
} }
tooltip.style.removeProperty("display"); tooltip.style.removeProperty("display");
// For July 2025 test layout
if (document.querySelector(".ytp-delhi-modern")) {
tooltip.style.display = "inline-block";
// Class gets added back, so grab the top value for when the class is removed
tooltip.style.removeProperty("top");
tooltip.classList.remove("ytp-tooltip-text-no-title");
if (tooltip === this.chapterTooltip) {
tooltip.style.top = `calc(${window.getComputedStyle(tooltip).getPropertyValue("top")} + 5px)`;
} else {
tooltip.style.top = window.getComputedStyle(tooltip).getPropertyValue("top");
}
}
} else { } else {
tooltip.style.display = "none"; tooltip.style.display = "none";
} }
@@ -443,7 +463,7 @@ class PreviewBar {
|| (!Config.config.renderSegmentsAsChapters || (!Config.config.renderSegmentsAsChapters
&& segments.every((segment) => segment.actionType !== ActionType.Chapter && segments.every((segment) => segment.actionType !== ActionType.Chapter
|| [SponsorSourceType.YouTube, SponsorSourceType.Autogenerated].includes(segment.source)))) || [SponsorSourceType.YouTube, SponsorSourceType.Autogenerated].includes(segment.source))))
&& !(hasAutogeneratedChapters() && !Config.config.showAutogeneratedChapters)) { && !(hasAutogeneratedChapters() && !getSkipProfileBool("showAutogeneratedChapters"))) {
if (this.customChaptersBar) this.customChaptersBar.style.display = "none"; if (this.customChaptersBar) this.customChaptersBar.style.display = "none";
this.originalChapterBar.style.removeProperty("display"); this.originalChapterBar.style.removeProperty("display");
@@ -470,7 +490,7 @@ class PreviewBar {
this.chapterGroups = this.unfilteredChapterGroups; this.chapterGroups = this.unfilteredChapterGroups;
} }
if (this.chapterGroups.length === 0 && !Config.config.showAutogeneratedChapters && hasAutogeneratedChapters()) { if (this.chapterGroups.length === 0 && !getSkipProfileBool("showAutogeneratedChapters") && hasAutogeneratedChapters()) {
// Add placeholder chapter group for whole video // Add placeholder chapter group for whole video
this.chapterGroups = [{ this.chapterGroups = [{
segment: [0, this.videoDuration], segment: [0, this.videoDuration],
@@ -872,7 +892,7 @@ class PreviewBar {
if (!Config.config.showSegmentNameInChapterBar if (!Config.config.showSegmentNameInChapterBar
|| Config.config.disableSkipping || Config.config.disableSkipping
|| ((!segments || segments.length <= 0) && submittingSegments?.length <= 0 || ((!segments || segments.length <= 0) && submittingSegments?.length <= 0
&& (Config.config.showAutogeneratedChapters || !hasAutogeneratedChapters()))) { && (getSkipProfileBool("showAutogeneratedChapters") || !hasAutogeneratedChapters()))) {
const chaptersContainer = this.getChaptersContainer(); const chaptersContainer = this.getChaptersContainer();
if (chaptersContainer) { if (chaptersContainer) {
chaptersContainer.querySelector(".sponsorChapterText")?.remove(); chaptersContainer.querySelector(".sponsorChapterText")?.remove();
@@ -974,7 +994,7 @@ class PreviewBar {
} else { } else {
this.chapterVote.setVisibility(false); this.chapterVote.setVisibility(false);
} }
} else if (!Config.config.showAutogeneratedChapters && hasAutogeneratedChapters()) { } else if (!getSkipProfileBool("showAutogeneratedChapters") && hasAutogeneratedChapters()) {
// Keep original hidden // Keep original hidden
chaptersContainer.querySelector(".sponsorChapterText")?.remove(); chaptersContainer.querySelector(".sponsorChapterText")?.remove();
const chapterTitle = chaptersContainer.querySelector(".ytp-chapter-title-content") as HTMLDivElement; const chapterTitle = chaptersContainer.querySelector(".ytp-chapter-title-content") as HTMLDivElement;

View File

@@ -2,6 +2,7 @@
// Message and Response Types // Message and Response Types
// //
import { ConfigurationID } from "./config";
import { SegmentUUID, SponsorHideType, SponsorTime, VideoID } from "./types"; import { SegmentUUID, SponsorHideType, SponsorTime, VideoID } from "./types";
interface BaseMessage { interface BaseMessage {
@@ -19,11 +20,6 @@ interface DefaultMessage {
| "getLogs"; | "getLogs";
} }
interface BoolValueMessage {
message: "whitelistChange";
value: boolean;
}
interface IsInfoFoundMessage { interface IsInfoFoundMessage {
message: "isInfoFound"; message: "isInfoFound";
updating: boolean; updating: boolean;
@@ -73,17 +69,24 @@ interface KeyDownMessage {
metaKey: boolean; metaKey: boolean;
} }
export type Message = BaseMessage & (DefaultMessage | BoolValueMessage | IsInfoFoundMessage | SkipMessage | SubmitVoteMessage | HideSegmentMessage | CopyToClipboardMessage | ImportSegmentsMessage | KeyDownMessage | LoopChapterMessage); interface SetCurrentTabSkipProfileResponse {
message: "setCurrentTabSkipProfile";
configID: ConfigurationID | null;
}
export type Message = BaseMessage & (DefaultMessage | IsInfoFoundMessage | SkipMessage | SubmitVoteMessage | HideSegmentMessage | CopyToClipboardMessage | ImportSegmentsMessage | KeyDownMessage | LoopChapterMessage | SetCurrentTabSkipProfileResponse);
export interface IsInfoFoundMessageResponse { export interface IsInfoFoundMessageResponse {
found: boolean; found: boolean;
status: number; status: number | string | Error;
sponsorTimes: SponsorTime[]; sponsorTimes: SponsorTime[];
time: number; time: number;
onMobileYouTube: boolean; onMobileYouTube: boolean;
videoID: VideoID; videoID: VideoID;
loopedChapter: SegmentUUID | null; loopedChapter: SegmentUUID | null;
channelWhitelisted: boolean; channelID: string;
channelAuthor: string;
currentTabSkipProfileID: ConfigurationID | null;
} }
interface GetVideoIdResponse { interface GetVideoIdResponse {
@@ -120,11 +123,13 @@ export type MessageResponse =
| LogResponse | LogResponse
| LoopedChapterResponse; | LoopedChapterResponse;
export interface VoteResponse { export type VoteResponse = {
successType: number; status: number;
statusCode: number; ok: boolean;
responseText: string; responseText: string;
} } | {
error: Error | string;
};
interface ImportSegmentsResponse { interface ImportSegmentsResponse {
importedSegments: SponsorTime[]; importedSegments: SponsorTime[];
@@ -151,7 +156,8 @@ export type InfoUpdatedMessage = IsInfoFoundMessageResponse & {
export interface VideoChangedPopupMessage { export interface VideoChangedPopupMessage {
message: "videoChanged"; message: "videoChanged";
videoID: string; videoID: string;
whitelisted: boolean; channelID: string;
channelAuthor: string;
} }
export type PopupMessage = TimeUpdateMessage | InfoUpdatedMessage | VideoChangedPopupMessage; export type PopupMessage = TimeUpdateMessage | InfoUpdatedMessage | VideoChangedPopupMessage;

View File

@@ -72,6 +72,12 @@ async function init() {
document.documentElement.setAttribute("data-theme", "light"); document.documentElement.setAttribute("data-theme", "light");
} }
if (Config.config.prideTheme) {
document.documentElement.setAttribute("data-theme", "pride");
(document.getElementById("title-bar-logo") as HTMLImageElement).src = "../icons/sb-pride.png";
}
const donate = document.getElementById("sbDonate"); const donate = document.getElementById("sbDonate");
donate.addEventListener("click", () => Config.config.donateClicked = Config.config.donateClicked + 1); donate.addEventListener("click", () => Config.config.donateClicked = Config.config.donateClicked + 1);
if (!showDonationLink()) { if (!showDonationLink()) {
@@ -196,6 +202,17 @@ async function init() {
document.documentElement.setAttribute("data-theme", "light"); document.documentElement.setAttribute("data-theme", "light");
} }
break; break;
case "prideTheme":
if (checkbox.checked) {
document.documentElement.setAttribute("data-theme", "pride");
} else {
if (Config.config.darkMode) {
document.documentElement.setAttribute("data-theme", "dark");
} else {
document.documentElement.setAttribute("data-theme", "light");
}
}
break;
case "trackDownvotes": case "trackDownvotes":
if (!checkbox.checked) { if (!checkbox.checked) {
Config.local.downvotedSegments = {}; Config.local.downvotedSegments = {};
@@ -414,7 +431,7 @@ async function shouldHideOption(element: Element): Promise<boolean> {
/** /**
* Called when the config is updated * Called when the config is updated
*/ */
function optionsConfigUpdateListener(changes: StorageChangesObject) { function optionsConfigUpdateListener() {
const optionsContainer = document.getElementById("options"); const optionsContainer = document.getElementById("options");
const optionsElements = optionsContainer.querySelectorAll("*"); const optionsElements = optionsContainer.querySelectorAll("*");
@@ -425,12 +442,6 @@ function optionsConfigUpdateListener(changes: StorageChangesObject) {
break; break;
} }
} }
if (changes.categorySelections || changes.payments) {
for (const chooser of categoryChoosers) {
chooser.update();
}
}
} }
function optionsLocalConfigUpdateListener(changes: StorageChangesObject) { function optionsLocalConfigUpdateListener(changes: StorageChangesObject) {
@@ -609,6 +620,8 @@ function activatePrivateTextChange(element: HTMLElement) {
if (userInfo.warnings > 0 || userInfo.banned) { if (userInfo.warnings > 0 || userInfo.banned) {
setButton.classList.add("hidden"); setButton.classList.add("hidden");
} }
}).catch(e => {
console.error("[SB] Caught error while fetching user info for the new user ID", e)
}); });
} }

View File

@@ -1,22 +1,24 @@
import * as React from "react"; import * as React from "react";
import { YourWorkComponent } from "./YourWorkComponent"; import { YourWorkComponent } from "./YourWorkComponent";
// import { ToggleOptionComponent } from "./ToggleOptionComponent";
// import { FormattingOptionsComponent } from "./FormattingOptionsComponent";
import { isSafari } from "../../maze-utils/src/config"; import { isSafari } from "../../maze-utils/src/config";
import { showDonationLink } from "../utils/configUtils"; import { showDonationLink } from "../utils/configUtils";
import Config, { generateDebugDetails } from "../config"; import Config, { ConfigurationID, generateDebugDetails } from "../config";
import { GetChannelIDResponse, IsInfoFoundMessageResponse, LogResponse, Message, MessageResponse, PopupMessage } from "../messageTypes"; import { IsInfoFoundMessageResponse, LogResponse, Message, MessageResponse, PopupMessage } from "../messageTypes";
import { AnimationUtils } from "../../maze-utils/src/animationUtils"; import { AnimationUtils } from "../../maze-utils/src/animationUtils";
import { SegmentListComponent } from "./SegmentListComponent"; import { SegmentListComponent } from "./SegmentListComponent";
import { ActionType, SegmentUUID, SponsorSourceType, SponsorTime } from "../types"; import { ActionType, SegmentUUID, SponsorSourceType, SponsorTime } from "../types";
import { SegmentSubmissionComponent } from "./SegmentSubmissionComponent"; import { SegmentSubmissionComponent } from "./SegmentSubmissionComponent";
import { copyToClipboardPopup } from "./popupUtils"; import { copyToClipboardPopup } from "./popupUtils";
import { getSkipProfileID, getSkipProfileIDForChannel, getSkipProfileIDForTab, getSkipProfileIDForTime, getSkipProfileIDForVideo, setCurrentTabSkipProfile } from "../utils/skipProfiles";
import { SelectOptionComponent } from "../components/options/SelectOptionComponent";
import * as Video from "../../maze-utils/src/video";
export enum LoadingStatus { export enum LoadingStatus {
Loading, Loading,
SegmentsFound, SegmentsFound,
NoSegmentsFound, NoSegmentsFound,
ConnectionError, ConnectionError,
JSError,
StillLoading, StillLoading,
NoVideo NoVideo
} }
@@ -24,6 +26,42 @@ export enum LoadingStatus {
export interface LoadingData { export interface LoadingData {
status: LoadingStatus; status: LoadingStatus;
code?: number; code?: number;
error?: Error | string;
}
type SkipProfileAction = "forJustThisVideo" | "forThisChannel" | "forThisTab" | "forAnHour" | null;
interface SkipProfileOption {
name: SkipProfileAction;
active: () => boolean;
}
interface SegmentsLoadedProps {
setStatus: (status: LoadingData) => void;
setVideoID: (videoID: string | null) => void;
setCurrentTime: (time: number) => void;
setSegments: (segments: SponsorTime[]) => void;
setLoopedChapter: (loopedChapter: SegmentUUID | null) => void;
}
interface LoadSegmentsProps extends SegmentsLoadedProps {
updating: boolean;
}
interface SkipProfileRadioButtonsProps {
selected: SkipProfileAction;
setSelected: (s: SkipProfileAction, updateConfig: boolean) => void;
disabled: boolean;
configID: ConfigurationID | null;
videoID: string;
}
interface SkipOptionActionComponentProps {
selected: boolean;
setSelected: (s: boolean) => void;
highlighted: boolean;
disabled: boolean;
overridden: boolean;
label: string;
} }
let loadRetryCount = 0; let loadRetryCount = 0;
@@ -33,7 +71,6 @@ export const PopupComponent = () => {
status: LoadingStatus.Loading status: LoadingStatus.Loading
}); });
const [extensionEnabled, setExtensionEnabled] = React.useState(!Config.config!.disableSkipping); const [extensionEnabled, setExtensionEnabled] = React.useState(!Config.config!.disableSkipping);
const [channelWhitelisted, setChannelWhitelisted] = React.useState<boolean | null>(null);
const [showForceChannelCheckWarning, setShowForceChannelCheckWarning] = React.useState(false); const [showForceChannelCheckWarning, setShowForceChannelCheckWarning] = React.useState(false);
const [showNoticeButton, setShowNoticeButton] = React.useState(Config.config!.dontShowNotice); const [showNoticeButton, setShowNoticeButton] = React.useState(Config.config!.dontShowNotice);
@@ -47,7 +84,6 @@ export const PopupComponent = () => {
loadSegments({ loadSegments({
updating: false, updating: false,
setStatus, setStatus,
setChannelWhitelisted,
setVideoID, setVideoID,
setCurrentTime, setCurrentTime,
setSegments, setSegments,
@@ -56,7 +92,6 @@ export const PopupComponent = () => {
setupComPort({ setupComPort({
setStatus, setStatus,
setChannelWhitelisted,
setVideoID, setVideoID,
setCurrentTime, setCurrentTime,
setSegments, setSegments,
@@ -67,7 +102,7 @@ export const PopupComponent = () => {
}, []); }, []);
return ( return (
<div id="sponsorblockPopup"> <div id="sponsorblockPopup" className={Config.config.prideTheme ? "prideTheme" : ""}>
{ {
window !== window.top && window !== window.top &&
<button id="sbCloseButton" title="__MSG_closePopup__" className="sbCloseButton" onClick={() => { <button id="sbCloseButton" title="__MSG_closePopup__" className="sbCloseButton" onClick={() => {
@@ -89,7 +124,12 @@ export const PopupComponent = () => {
} }
<header className={"sbPopupLogo " + (Config.config.cleanPopup ? "hidden" : "")}> <header className={"sbPopupLogo " + (Config.config.cleanPopup ? "hidden" : "")}>
<img src="icons/IconSponsorBlocker256px.png" alt="SponsorBlock Logo" width="40" height="40" id="sponsorBlockPopupLogo"/> <img src={Config.config.prideTheme ? "icons/sb-pride.png" : "icons/IconSponsorBlocker256px.png"}
alt="SponsorBlock Logo"
width="40"
height="40"
id="sponsorBlockPopupLogo"
/>
<p className="u-mZ"> <p className="u-mZ">
SponsorBlock SponsorBlock
</p> </p>
@@ -103,15 +143,17 @@ export const PopupComponent = () => {
<button id="refreshSegmentsButton" title={chrome.i18n.getMessage("refreshSegments")} onClick={(e) => { <button id="refreshSegmentsButton" title={chrome.i18n.getMessage("refreshSegments")} onClick={(e) => {
const stopAnimation = AnimationUtils.applyLoadingAnimation(e.currentTarget, 0.3); const stopAnimation = AnimationUtils.applyLoadingAnimation(e.currentTarget, 0.3);
loadSegments({ sendMessage({ message: "refreshSegments" }).then(() => {
updating: true, loadSegments({
setStatus, updating: true,
setChannelWhitelisted, setStatus,
setVideoID, setVideoID,
setCurrentTime, setCurrentTime,
setSegments, setSegments,
setLoopedChapter setLoopedChapter
}).then(() => stopAnimation()); }).then(() => stopAnimation());
});
}}> }}>
<img src="/icons/refresh.svg" alt="Refresh icon" id="refreshSegments" /> <img src="/icons/refresh.svg" alt="Refresh icon" id="refreshSegments" />
</button> </button>
@@ -126,54 +168,13 @@ export const PopupComponent = () => {
{/* Toggle Box */} {/* Toggle Box */}
<div className="sbControlsMenu"> <div className="sbControlsMenu">
{/* github: mbledkowski/toggle-switch */} {
{channelWhitelisted !== null && ( videoID &&
<label id="whitelistButton" htmlFor="whitelistToggle" className="toggleSwitchContainer sbControlsMenu-item" role="button" tabIndex={0}> <SkipProfileButton
<input type="checkbox" videoID={videoID}
style={{ "display": "none" }} setShowForceChannelCheckWarning={setShowForceChannelCheckWarning}
id="whitelistToggle" />
checked={channelWhitelisted} }
onChange={async (e) => {
const response = await sendMessage({ message: 'getChannelID' }) as GetChannelIDResponse;
if (!response.channelID) {
if (response.isYTTV) {
alert(chrome.i18n.getMessage("yttvNoChannelWhitelist"));
} else {
alert(chrome.i18n.getMessage("channelDataNotFound") + " https://github.com/ajayyy/SponsorBlock/issues/753");
}
return;
}
const whitelistedChannels = Config.config.whitelistedChannels ?? [];
if (e.target.checked) {
whitelistedChannels.splice(whitelistedChannels.indexOf(response.channelID), 1);
} else {
whitelistedChannels.push(response.channelID);
}
Config.config.whitelistedChannels = whitelistedChannels;
setChannelWhitelisted(!e.target.checked);
if (!Config.config.forceChannelCheck) setShowForceChannelCheckWarning(true);
// Send a message to the client
sendMessage({
message: 'whitelistChange',
value: !e.target.checked
});
}}/>
<svg viewBox="0 0 24 24" width="23" height="23" className={"SBWhitelistIcon sbControlsMenu-itemIcon " + (channelWhitelisted ? " rotated" : "")}>
<path d="M24 10H14V0h-4v10H0v4h10v10h4V14h10z" />
</svg>
<span id="whitelistChannel" className={channelWhitelisted ? " hidden" : ""}>
{chrome.i18n.getMessage("whitelistChannel")}
</span>
<span id="unwhitelistChannel" className={!channelWhitelisted ? " hidden" : ""}>
{chrome.i18n.getMessage("removeFromWhitelist")}
</span>
</label>
)}
<label id="disableExtension" htmlFor="toggleSwitch" className="toggleSwitchContainer sbControlsMenu-item" role="button" tabIndex={0}> <label id="disableExtension" htmlFor="toggleSwitch" className="toggleSwitchContainer sbControlsMenu-item" role="button" tabIndex={0}>
<span className="toggleSwitchContainer-switch"> <span className="toggleSwitchContainer-switch">
<input type="checkbox" <input type="checkbox"
@@ -217,7 +218,7 @@ export const PopupComponent = () => {
} }
{ {
!Config.config.cleanPopup && !Config.config.cleanPopup && !Config.config.hideSegmentCreationInPopup &&
<SegmentSubmissionComponent <SegmentSubmissionComponent
videoID={videoID || ""} videoID={videoID || ""}
status={status.status} status={status.status}
@@ -262,6 +263,10 @@ export const PopupComponent = () => {
<a href="https://matrix.to/#/#sponsor:ajay.app?via=ajay.app&via=matrix.org&via=mozilla.org" target="_blank" rel="noreferrer"> <a href="https://matrix.to/#/#sponsor:ajay.app?via=ajay.app&via=matrix.org&via=mozilla.org" target="_blank" rel="noreferrer">
Matrix Matrix
</a> </a>
<a href="https://wiki.sponsor.ajay.app/w/Guidelines" target="_blank" rel="noreferrer">
{chrome.i18n.getMessage("guidelines")}
</a>
<br />
<a id="debugLogs" <a id="debugLogs"
onClick={async () => { onClick={async () => {
const logs = await sendMessage({ message: "getLogs" }) as LogResponse; const logs = await sendMessage({ message: "getLogs" }) as LogResponse;
@@ -295,7 +300,9 @@ function getVideoStatusText(status: LoadingData): string {
case LoadingStatus.NoSegmentsFound: case LoadingStatus.NoSegmentsFound:
return chrome.i18n.getMessage("sponsor404"); return chrome.i18n.getMessage("sponsor404");
case LoadingStatus.ConnectionError: case LoadingStatus.ConnectionError:
return chrome.i18n.getMessage("connectionError") + status.code; return `${chrome.i18n.getMessage("connectionError")} ${chrome.i18n.getMessage("errorCode").replace("{code}", `${status.code}`)}`;
case LoadingStatus.JSError:
return `${chrome.i18n.getMessage("connectionError")} ${status.error}`;
case LoadingStatus.StillLoading: case LoadingStatus.StillLoading:
return chrome.i18n.getMessage("segmentsStillLoading"); return chrome.i18n.getMessage("segmentsStillLoading");
case LoadingStatus.NoVideo: case LoadingStatus.NoVideo:
@@ -303,19 +310,6 @@ function getVideoStatusText(status: LoadingData): string {
} }
} }
interface SegmentsLoadedProps {
setStatus: (status: LoadingData) => void;
setChannelWhitelisted: (whitelisted: boolean | null) => void;
setVideoID: (videoID: string | null) => void;
setCurrentTime: (time: number) => void;
setSegments: (segments: SponsorTime[]) => void;
setLoopedChapter: (loopedChapter: SegmentUUID | null) => void;
}
interface LoadSegmentsProps extends SegmentsLoadedProps {
updating: boolean;
}
async function loadSegments(props: LoadSegmentsProps): Promise<void> { async function loadSegments(props: LoadSegmentsProps): Promise<void> {
const response = await sendMessage({ message: "isInfoFound", updating: props.updating }) as IsInfoFoundMessageResponse; const response = await sendMessage({ message: "isInfoFound", updating: props.updating }) as IsInfoFoundMessageResponse;
@@ -343,6 +337,11 @@ function segmentsLoaded(response: IsInfoFoundMessageResponse, props: SegmentsLoa
props.setStatus({ props.setStatus({
status: LoadingStatus.SegmentsFound status: LoadingStatus.SegmentsFound
}); });
} else if (typeof response.status !== "number") {
props.setStatus({
status: LoadingStatus.JSError,
error: response.status,
})
} else if (response.status === 404 || response.status === 200) { } else if (response.status === 404 || response.status === 200) {
props.setStatus({ props.setStatus({
status: LoadingStatus.NoSegmentsFound status: LoadingStatus.NoSegmentsFound
@@ -360,8 +359,10 @@ function segmentsLoaded(response: IsInfoFoundMessageResponse, props: SegmentsLoa
props.setVideoID(response.videoID); props.setVideoID(response.videoID);
Video.setVideoID(response.videoID as Video.VideoID);
props.setCurrentTime(response.time); props.setCurrentTime(response.time);
props.setChannelWhitelisted(response.channelWhitelisted); Video.setChanelIDInfo(response.channelID, response.channelAuthor);
setCurrentTabSkipProfile(response.currentTabSkipProfileID);
props.setSegments((response.sponsorTimes || []) props.setSegments((response.sponsorTimes || [])
.filter((segment) => segment.source === SponsorSourceType.Server) .filter((segment) => segment.source === SponsorSourceType.Server)
.sort((a, b) => b.segment[1] - a.segment[1]) .sort((a, b) => b.segment[1] - a.segment[1])
@@ -383,16 +384,13 @@ function sendMessage(request: Message): Promise<MessageResponse> {
}); });
} }
interface ComPortProps extends SegmentsLoadedProps { function setupComPort(props: SegmentsLoadedProps): void {
}
function setupComPort(props: ComPortProps): void {
const port = chrome.runtime.connect({ name: "popup" }); const port = chrome.runtime.connect({ name: "popup" });
port.onDisconnect.addListener(() => setupComPort(props)); port.onDisconnect.addListener(() => setupComPort(props));
port.onMessage.addListener((msg) => onMessage(props, msg)); port.onMessage.addListener((msg) => onMessage(props, msg));
} }
function onMessage(props: ComPortProps, msg: PopupMessage) { function onMessage(props: SegmentsLoadedProps, msg: PopupMessage) {
switch (msg.message) { switch (msg.message) {
case "time": case "time":
props.setCurrentTime(msg.time); props.setCurrentTime(msg.time);
@@ -405,7 +403,8 @@ function onMessage(props: ComPortProps, msg: PopupMessage) {
status: LoadingStatus.StillLoading status: LoadingStatus.StillLoading
}); });
props.setVideoID(msg.videoID); props.setVideoID(msg.videoID);
props.setChannelWhitelisted(msg.whitelisted); Video.setVideoID(msg.videoID as Video.VideoID);
Video.setChanelIDInfo(msg.channelID, msg.channelAuthor);
props.setSegments([]); props.setSegments([]);
break; break;
} }
@@ -450,4 +449,274 @@ window.addEventListener("message", async (e): Promise<void> => {
style.textContent = e.data.css; style.textContent = e.data.css;
document.head.appendChild(style); document.head.appendChild(style);
} }
}); });
function SkipProfileButton(props: {videoID: string; setShowForceChannelCheckWarning: (v: boolean) => void}): JSX.Element {
const [menuOpen, setMenuOpen] = React.useState(false);
const channelSkipProfileSet = getSkipProfileIDForChannel() !== null;
const skipProfileSet = getSkipProfileID() !== null;
React.useEffect(() => {
setMenuOpen(false);
}, [props.videoID]);
return (
<>
<label id="skipProfileButton"
htmlFor="skipProfileToggle"
className="toggleSwitchContainer sbControlsMenu-item"
role="button"
tabIndex={0}
onClick={() => {
if (menuOpen && !Config.config.forceChannelCheck && getSkipProfileID() !== null) {
props.setShowForceChannelCheckWarning(true);
}
setMenuOpen(!menuOpen);
}}>
<svg viewBox="0 0 24 24" width="23" height="23" className={"SBWhitelistIcon sbControlsMenu-itemIcon " + (menuOpen ? " rotated" : "")}>
<path d="M24 10H14V0h-4v10H0v4h10v10h4V14h10z" />
</svg>
<span id="whitelistChannel" className={!(!menuOpen && !channelSkipProfileSet && !skipProfileSet) ? " hidden" : ""}>
{chrome.i18n.getMessage("addChannelToSkipProfile")}
</span>
<span id="whitelistChannel" className={!(!menuOpen && channelSkipProfileSet) ? " hidden" : ""}>
{chrome.i18n.getMessage("editChannelsSkipProfile")}
</span>
<span id="whitelistChannel" className={!(!menuOpen && !channelSkipProfileSet && skipProfileSet) ? " hidden" : ""}>
{chrome.i18n.getMessage("editActiveSkipProfile")}
</span>
<span id="unwhitelistChannel" className={!menuOpen ? " hidden" : ""}>
{chrome.i18n.getMessage("closeSkipProfileMenu")}
</span>
</label>
{
props.videoID &&
<SkipProfileMenu open={menuOpen} videoID={props.videoID} />
}
</>
);
}
const skipProfileOptions: SkipProfileOption[] = [{
name: "forAnHour",
active: () => getSkipProfileIDForTime() !== null
}, {
name: "forThisTab",
active: () => getSkipProfileIDForTab() !== null
}, {
name: "forJustThisVideo",
active: () => getSkipProfileIDForVideo() !== null
}, {
name: "forThisChannel",
active: () => getSkipProfileIDForChannel() !== null
}];
function SkipProfileMenu(props: {open: boolean; videoID: string}): JSX.Element {
const [configID, setConfigID] = React.useState<ConfigurationID | null>(null);
const [selectedSkipProfileAction, setSelectedSkipProfileAction] = React.useState<SkipProfileAction>(null);
const [allSkipProfiles, setAllSkipProfiles] = React.useState(Object.entries(Config.local!.skipProfiles));
React.useEffect(() => {
if (props.open) {
const channelInfo = Video.getChannelIDInfo();
if (!channelInfo) {
if (Video.isOnYTTV()) {
alert(chrome.i18n.getMessage("yttvNoChannelWhitelist"));
} else {
alert(chrome.i18n.getMessage("channelDataNotFound") + " https://github.com/ajayyy/SponsorBlock/issues/753");
}
}
}
setConfigID(getSkipProfileID());
}, [props.open, props.videoID]);
React.useEffect(() => {
Config.configLocalListeners.push(() => {
setAllSkipProfiles(Object.entries(Config.local!.skipProfiles));
});
}, []);
return (
<div id="skipProfileMenu" className={`${!props.open ? " hidden" : ""}`}
aria-label={chrome.i18n.getMessage("SkipProfileMenu")}>
<div style={{position: "relative"}}>
<SelectOptionComponent
id="sbSkipProfileSelection"
title={chrome.i18n.getMessage("SelectASkipProfile")}
onChange={(value) => {
if (value === "new") {
chrome.runtime.sendMessage({ message: "openConfig", hash: "newProfile" });
return;
}
const configID = value === "null" ? null : value as ConfigurationID;
setConfigID(configID);
if (configID === null) {
setSelectedSkipProfileAction(null);
}
if (selectedSkipProfileAction) {
updateSkipProfileSetting(selectedSkipProfileAction, configID);
if (configID === null) {
for (const option of skipProfileOptions) {
if (option.name !== selectedSkipProfileAction && option.active()) {
updateSkipProfileSetting(option.name, null);
}
}
}
}
}}
value={configID ?? "null"}
options={[{
value: "null",
label: chrome.i18n.getMessage("DefaultConfiguration")
}].concat(allSkipProfiles.map(([key, value]) => ({
value: key,
label: value.name
}))).concat([{
value: "new",
label: chrome.i18n.getMessage("CreateNewConfiguration")
}])}
/>
<SkipProfileRadioButtons
selected={selectedSkipProfileAction}
setSelected={(s, updateConfig) => {
if (updateConfig) {
if (s === null) {
updateSkipProfileSetting(selectedSkipProfileAction, null);
} else {
updateSkipProfileSetting(s, configID);
}
} else if (s !== null) {
setConfigID(getSkipProfileID());
}
setSelectedSkipProfileAction(s);
}}
disabled={configID === null}
configID={configID}
videoID={props.videoID}
/>
</div>
</div>
);
}
function SkipProfileRadioButtons(props: SkipProfileRadioButtonsProps): JSX.Element {
const result: JSX.Element[] = [];
React.useEffect(() => {
if (props.configID === null) {
props.setSelected(null, false);
} else {
for (const option of skipProfileOptions) {
if (option.active()) {
if (props.selected !== option.name) {
props.setSelected(option.name, false);
}
return;
}
}
}
}, [props.configID, props.videoID, props.selected]);
let alreadySelected = false;
for (const option of skipProfileOptions) {
const highlighted = option.active() && props.selected !== option.name;
const overridden = !highlighted && alreadySelected;
result.push(
<SkipOptionActionComponent
highlighted={highlighted}
label={chrome.i18n.getMessage(`skipProfile_${option.name}`)}
selected={props.selected === option.name}
overridden={overridden}
disabled={props.disabled || overridden}
key={option.name}
setSelected={(s) => {
props.setSelected(s ? option.name : null, true);
}}/>
);
if (props.selected === option.name) {
alreadySelected = true;
}
}
return <div id="skipProfileActions">
{result}
</div>
}
function SkipOptionActionComponent(props: SkipOptionActionComponentProps): JSX.Element {
let title = "";
if (props.selected) {
title = chrome.i18n.getMessage("clickToNotApplyThisProfile");
} else if ((props.highlighted && !props.disabled) || props.overridden) {
title = chrome.i18n.getMessage("skipProfileBeingOverriddenByHigherPriority");
} else if (!props.highlighted && !props.disabled) {
title = chrome.i18n.getMessage("clickToApplyThisProfile");
} else if (props.disabled) {
title = chrome.i18n.getMessage("selectASkipProfileFirst");
}
return (
<div className={`skipOptionAction ${props.selected ? "selected" : ""} ${props.highlighted ? "highlighted" : ""} ${props.disabled ? "disabled" : ""}`}
title={title}
role="button"
tabIndex={0}
aria-pressed={props.selected}
onClick={() => {
// Need to uncheck or disable a higher priority option first
if (!props.disabled && !props.highlighted) {
props.setSelected(!props.selected);
}
}}>
{props.label}
</div>
);
}
function updateSkipProfileSetting(action: SkipProfileAction, configID: ConfigurationID | null) {
switch (action) {
case "forAnHour":
Config.local!.skipProfileTemp = configID ? { time: Date.now(), configID } : null;
break;
case "forThisTab":
setCurrentTabSkipProfile(configID);
sendMessage({
message: "setCurrentTabSkipProfile",
configID
});
break;
case "forJustThisVideo":
if (configID) {
Config.local!.channelSkipProfileIDs[Video.getVideoID()!] = configID;
} else {
delete Config.local!.channelSkipProfileIDs[Video.getVideoID()!];
}
Config.forceLocalUpdate("channelSkipProfileIDs");
break;
case "forThisChannel": {
const channelInfo = Video.getChannelIDInfo();
if (configID) {
Config.local!.channelSkipProfileIDs[channelInfo.id] = configID;
delete Config.local!.channelSkipProfileIDs[channelInfo.author];
} else {
delete Config.local!.channelSkipProfileIDs[channelInfo.id];
delete Config.local!.channelSkipProfileIDs[channelInfo.author];
}
Config.forceLocalUpdate("channelSkipProfileIDs");
break;
}
}
}

View File

@@ -1,9 +1,9 @@
import * as React from "react"; import * as React from "react";
import { ActionType, SegmentUUID, SponsorHideType, SponsorTime, VideoID } from "../types"; import { ActionType, SegmentListDefaultTab, SegmentUUID, SponsorHideType, SponsorTime, VideoID } from "../types";
import Config from "../config"; import Config from "../config";
import { waitFor } from "../../maze-utils/src"; import { waitFor } from "../../maze-utils/src";
import { shortCategoryName } from "../utils/categoryUtils"; import { shortCategoryName } from "../utils/categoryUtils";
import { getErrorMessage, getFormattedTime } from "../../maze-utils/src/formating"; import { formatJSErrorMessage, getFormattedTime, getShortErrorMessage } from "../../maze-utils/src/formating";
import { AnimationUtils } from "../../maze-utils/src/animationUtils"; import { AnimationUtils } from "../../maze-utils/src/animationUtils";
import { asyncRequestToServer } from "../utils/requests"; import { asyncRequestToServer } from "../utils/requests";
import { Message, MessageResponse, VoteResponse } from "../messageTypes"; import { Message, MessageResponse, VoteResponse } from "../messageTypes";
@@ -11,6 +11,7 @@ import { LoadingStatus } from "./PopupComponent";
import GenericNotice from "../render/GenericNotice"; import GenericNotice from "../render/GenericNotice";
import { exportTimes } from "../utils/exporter"; import { exportTimes } from "../utils/exporter";
import { copyToClipboardPopup } from "./popupUtils"; import { copyToClipboardPopup } from "./popupUtils";
import { logRequest } from "../../maze-utils/src/background-request-proxy";
interface SegmentListComponentProps { interface SegmentListComponentProps {
videoID: VideoID; videoID: VideoID;
@@ -27,6 +28,18 @@ enum SegmentListTab {
Chapter Chapter
} }
interface SegmentWithNesting extends SponsorTime {
innerChapters?: (SegmentWithNesting|SponsorTime)[];
}
function isSegment(segment) {
return segment.actionType !== ActionType.Chapter;
}
function isChapter(segment) {
return segment.actionType === ActionType.Chapter;
}
export const SegmentListComponent = (props: SegmentListComponentProps) => { export const SegmentListComponent = (props: SegmentListComponentProps) => {
const [tab, setTab] = React.useState(SegmentListTab.Segments); const [tab, setTab] = React.useState(SegmentListTab.Segments);
const [isVip, setIsVip] = React.useState(Config.config?.isVip ?? false); const [isVip, setIsVip] = React.useState(Config.config?.isVip ?? false);
@@ -41,21 +54,70 @@ export const SegmentListComponent = (props: SegmentListComponentProps) => {
} }
}, []); }, []);
React.useEffect(() => { const [hasSegments, hasChapters] = React.useMemo(() => {
setTab(SegmentListTab.Segments); const hasSegments = Boolean(props.segments.find(isSegment))
}, [props.videoID]); const hasChapters = Boolean(props.segments.find(isChapter))
return [hasSegments, hasChapters];
}, [props.segments]);
const tabFilter = (segment: SponsorTime) => { React.useEffect(() => {
if (tab === SegmentListTab.Chapter) { const setTabBasedOnConfig = () => {
return segment.actionType === ActionType.Chapter; const preferChapters = Config.config.segmentListDefaultTab === SegmentListDefaultTab.Chapters;
if (preferChapters) {
setTab(hasChapters ? SegmentListTab.Chapter : SegmentListTab.Segments);
} else {
setTab(hasSegments ? SegmentListTab.Segments : SegmentListTab.Chapter);
}
};
if (Config.isReady()) {
setTabBasedOnConfig();
} else { } else {
return segment.actionType !== ActionType.Chapter; waitFor(() => Config.isReady()).then(setTabBasedOnConfig);
} }
}; }, [props.videoID, hasSegments, hasChapters]);
const segmentsWithNesting = React.useMemo(() => {
const result: SegmentWithNesting[] = [];
const chapterStack: SegmentWithNesting[] = [];
for (let seg of props.segments) {
seg = {...seg};
// non-chapter, do not nest
if (seg.actionType !== ActionType.Chapter) {
result.push(seg);
continue;
}
// traverse the stack
while (chapterStack.length !== 0) {
// where's Array.prototype.at() :sob:
const lastChapter = chapterStack[chapterStack.length - 1];
// we know lastChapter.startTime <= seg.startTime, as content.ts sorts these
// so only compare endTime - if new ends before last, new is nested inside last
if (lastChapter.segment[1] >= seg.segment[1]) {
lastChapter.innerChapters ??= [];
lastChapter.innerChapters.push(seg);
chapterStack.push(seg);
break;
}
// last did not match, pop it off the stack
chapterStack.pop();
}
// chapter stack not empty = we found a place for the chapter
if (chapterStack.length !== 0) {
continue;
}
// push the chapter to the top-level list and to the stack
result.push(seg);
chapterStack.push(seg);
}
return result;
}, [props.segments])
return ( return (
<div id="issueReporterContainer"> <div id="issueReporterContainer">
<div id="issueReporterTabs" className={props.segments && props.segments.find(s => s.actionType === ActionType.Chapter) ? "" : "hidden"}> <div id="issueReporterTabs" className={hasSegments && hasChapters ? "" : "hidden"}>
<span id="issueReporterTabSegments" className={tab === SegmentListTab.Segments ? "sbSelected" : ""} onClick={() => { <span id="issueReporterTabSegments" className={tab === SegmentListTab.Segments ? "sbSelected" : ""} onClick={() => {
setTab(SegmentListTab.Segments); setTab(SegmentListTab.Segments);
}}> }}>
@@ -73,16 +135,16 @@ export const SegmentListComponent = (props: SegmentListComponentProps) => {
sendMessage: props.sendMessage sendMessage: props.sendMessage
})}> })}>
{ {
props.segments.map((segment) => ( segmentsWithNesting.map((segment) => (
<SegmentListItem <SegmentListItem
key={segment.UUID} key={segment.UUID}
videoID={props.videoID} videoID={props.videoID}
segment={segment} segment={segment}
currentTime={props.currentTime} currentTime={props.currentTime}
isVip={isVip} isVip={isVip}
startingLooped={props.loopedChapter === segment.UUID} loopedChapter={props.loopedChapter} // UUID instead of boolean so it can be passed down to nested chapters
tabFilter={tabFilter} tabFilter={tab === SegmentListTab.Chapter ? isChapter : isSegment}
sendMessage={props.sendMessage} sendMessage={props.sendMessage}
/> />
)) ))
@@ -98,191 +160,258 @@ export const SegmentListComponent = (props: SegmentListComponentProps) => {
); );
}; };
function SegmentListItem({ segment, videoID, currentTime, isVip, startingLooped, tabFilter, sendMessage }: { function SegmentListItem({ segment, videoID, currentTime, isVip, loopedChapter, tabFilter, sendMessage }: {
segment: SponsorTime; segment: SegmentWithNesting;
videoID: VideoID; videoID: VideoID;
currentTime: number; currentTime: number;
isVip: boolean; isVip: boolean;
startingLooped: boolean; loopedChapter: SegmentUUID;
tabFilter: (segment: SponsorTime) => boolean; tabFilter: (segment: SponsorTime) => boolean;
sendMessage: (request: Message) => Promise<MessageResponse>; sendMessage: (request: Message) => Promise<MessageResponse>;
}) { }) {
const [voteMessage, setVoteMessage] = React.useState<string | null>(null); const [voteMessage, setVoteMessage] = React.useState<string | null>(null);
const [hidden, setHidden] = React.useState(segment.hidden || SponsorHideType.Visible); const [hidden, setHidden] = React.useState(segment.hidden ?? SponsorHideType.Visible); // undefined ?? undefined lol
const [isLooped, setIsLooped] = React.useState(startingLooped); const [isLooped, setIsLooped] = React.useState(loopedChapter === segment.UUID);
let extraInfo = ""; // Update internal state if the hidden property of the segment changes
if (segment.hidden === SponsorHideType.Downvoted) { React.useEffect(() => {
// This one is downvoted setHidden(segment.hidden ?? SponsorHideType.Visible);
extraInfo = " (" + chrome.i18n.getMessage("hiddenDueToDownvote") + ")"; }, [segment.hidden])
} else if (segment.hidden === SponsorHideType.MinimumDuration) {
// This one is too short let extraInfo: string;
extraInfo = " (" + chrome.i18n.getMessage("hiddenDueToDuration") + ")"; switch (hidden) {
} else if (segment.hidden === SponsorHideType.Hidden) { case SponsorHideType.Visible:
extraInfo = " (" + chrome.i18n.getMessage("manuallyHidden") + ")"; extraInfo = "";
break;
case SponsorHideType.Downvoted:
extraInfo = " (" + chrome.i18n.getMessage("hiddenDueToDownvote") + ")";
break;
case SponsorHideType.MinimumDuration:
extraInfo = " (" + chrome.i18n.getMessage("hiddenDueToDuration") + ")";
break;
case SponsorHideType.Hidden:
extraInfo = " (" + chrome.i18n.getMessage("manuallyHidden") + ")";
break;
default:
// hidden satisfies never; // need to upgrade TS
console.warn(`[SB] Unhandled variant of SponsorHideType in SegmentListItem: ${hidden}`);
extraInfo = "";
} }
return ( return (
<details data-uuid={segment.UUID} <div className={"segmentWrapper " + (!tabFilter(segment) ? "hidden" : "")}>
onDoubleClick={() => skipSegment({ <details data-uuid={segment.UUID}
segment, onDoubleClick={() => skipSegment({
sendMessage
})}
onMouseEnter={() => {
selectSegment({
segment, segment,
sendMessage sendMessage
}); })}
}} onMouseEnter={() => {
className={"votingButtons " + (!tabFilter(segment) ? "hidden" : "")}> selectSegment({
<summary className={"segmentSummary " + ( segment,
currentTime >= segment.segment[0] ? (
currentTime < segment.segment[1] ? "segmentActive" : "segmentPassed"
) : ""
)}>
<div>
{
segment.actionType !== ActionType.Chapter &&
<span className="sponsorTimesCategoryColorCircle dot" style={{ backgroundColor: Config.config.barTypes[segment.category]?.color }}></span>
}
<span className="summaryLabel">{(segment.description || shortCategoryName(segment.category)) + extraInfo}</span>
</div>
<div style={{ margin: "5px" }}>
{
segment.actionType === ActionType.Full ? chrome.i18n.getMessage("full") :
(getFormattedTime(segment.segment[0], true) +
(segment.actionType !== ActionType.Poi
? " " + chrome.i18n.getMessage("to") + " " + getFormattedTime(segment.segment[1], true)
: ""))
}
</div>
</summary>
<div className={"sbVoteButtonsContainer " + (voteMessage ? "hidden" : "")}>
<img
className="voteButton"
title="Upvote"
src={chrome.runtime.getURL("icons/thumbs_up.svg")}
onClick={() => {
vote({
type: 1,
UUID: segment.UUID,
setVoteMessage: setVoteMessage,
sendMessage sendMessage
}); });
}}/> }}
<img className={"votingButtons"}
className="voteButton" >
title="Downvote" <summary className={"segmentSummary " + (
src={segment.locked && isVip ? chrome.runtime.getURL("icons/thumbs_down_locked.svg") : chrome.runtime.getURL("icons/thumbs_down.svg")} currentTime >= segment.segment[0] ? (
onClick={() => { currentTime < segment.segment[1] ? "segmentActive" : "segmentPassed"
vote({ ) : ""
type: 0, )}>
UUID: segment.UUID, <div>
setVoteMessage: setVoteMessage, {
sendMessage segment.actionType !== ActionType.Chapter &&
}); <span className="sponsorTimesCategoryColorCircle dot" style={{ backgroundColor: Config.config.barTypes[segment.category]?.color }}></span>
}}/>
<img
className="voteButton"
title="Copy Segment ID"
src={chrome.runtime.getURL("icons/clipboard.svg")}
onClick={async (e) => {
const stopAnimation = AnimationUtils.applyLoadingAnimation(e.currentTarget, 0.3);
if (segment.UUID.length > 60) {
copyToClipboardPopup(segment.UUID, sendMessage);
} else {
const segmentIDData = await asyncRequestToServer("GET", "/api/segmentID", {
UUID: segment.UUID,
videoID: videoID
});
if (segmentIDData.ok && segmentIDData.responseText) {
copyToClipboardPopup(segmentIDData.responseText, sendMessage);
}
} }
<span className="summaryLabel">{(segment.description || shortCategoryName(segment.category)) + extraInfo}</span>
</div>
stopAnimation(); <div style={{ margin: "5px" }}>
}}/> {
{ segment.actionType === ActionType.Full ? chrome.i18n.getMessage("full") :
segment.actionType === ActionType.Chapter && (getFormattedTime(segment.segment[0], true) +
(segment.actionType !== ActionType.Poi
? " " + chrome.i18n.getMessage("to") + " " + getFormattedTime(segment.segment[1], true)
: ""))
}
</div>
</summary>
<div className={"sbVoteButtonsContainer " + (voteMessage ? "hidden" : "")}>
<img <img
className="voteButton" className="voteButton"
title={isLooped ? chrome.i18n.getMessage("unloopChapter") : chrome.i18n.getMessage("loopChapter")} title="Upvote"
src={isLooped ? chrome.runtime.getURL("icons/looped.svg") : chrome.runtime.getURL("icons/loop.svg")} src={chrome.runtime.getURL("icons/thumbs_up.svg")}
onClick={(e) => { onClick={() => {
if (isLooped) { vote({
loopChapter({ type: 1,
segment: null, UUID: segment.UUID,
element: e.currentTarget, setVoteMessage: setVoteMessage,
sendMessage sendMessage
});
}}/>
<img
className="voteButton"
title="Downvote"
src={segment.locked && isVip ? chrome.runtime.getURL("icons/thumbs_down_locked.svg") : chrome.runtime.getURL("icons/thumbs_down.svg")}
onClick={() => {
vote({
type: 0,
UUID: segment.UUID,
setVoteMessage: setVoteMessage,
sendMessage
});
}}/>
<img
className="voteButton"
title="Copy Segment ID"
src={chrome.runtime.getURL("icons/clipboard.svg")}
onClick={async (e) => {
const stopAnimation = AnimationUtils.applyLoadingAnimation(e.currentTarget, 0.3);
try {
if (segment.UUID.length > 60) {
copyToClipboardPopup(segment.UUID, sendMessage);
} else {
const segmentIDData = await asyncRequestToServer("GET", "/api/segmentID", {
UUID: segment.UUID,
videoID: videoID
});
if (segmentIDData.ok && segmentIDData.responseText) {
copyToClipboardPopup(segmentIDData.responseText, sendMessage);
} else {
logRequest(segmentIDData, "SB", "segment UUID resolution");
}
}
} catch (e) {
console.error("[SB] Caught error while attempting to resolve and copy segment UUID", e);
} finally {
stopAnimation();
}
}}/>
{
segment.actionType === ActionType.Chapter &&
<img
className="voteButton"
title={isLooped ? chrome.i18n.getMessage("unloopChapter") : chrome.i18n.getMessage("loopChapter")}
src={isLooped ? chrome.runtime.getURL("icons/looped.svg") : chrome.runtime.getURL("icons/loop.svg")}
onClick={(e) => {
if (isLooped) {
loopChapter({
segment: null,
element: e.currentTarget,
sendMessage
});
} else {
loopChapter({
segment,
element: e.currentTarget,
sendMessage
});
}
setIsLooped(!isLooped);
}}/>
}
{
(segment.actionType === ActionType.Skip || segment.actionType === ActionType.Mute
|| segment.actionType === ActionType.Poi
&& [SponsorHideType.Visible, SponsorHideType.Hidden].includes(hidden)) &&
<img
className="voteButton"
title={chrome.i18n.getMessage("hideSegment")}
src={hidden === SponsorHideType.Hidden ? chrome.runtime.getURL("icons/not_visible.svg") : chrome.runtime.getURL("icons/visible.svg")}
onClick={(e) => {
const stopAnimation = AnimationUtils.applyLoadingAnimation(e.currentTarget, 0.4);
stopAnimation();
const newState = hidden === SponsorHideType.Hidden ? SponsorHideType.Visible : SponsorHideType.Hidden;
setHidden(newState);
sendMessage({
message: "hideSegment",
type: newState,
UUID: segment.UUID
}); });
} else { }}/>
loopChapter({ }
{
segment.actionType !== ActionType.Full &&
<img
className="voteButton"
title={segment.actionType === ActionType.Chapter ? chrome.i18n.getMessage("playChapter") : chrome.i18n.getMessage("skipSegment")}
src={chrome.runtime.getURL("icons/skip.svg")}
onClick={(e) => {
skipSegment({
segment, segment,
element: e.currentTarget, element: e.currentTarget,
sendMessage sendMessage
}); });
} }}/>
}
setIsLooped(!isLooped);
}}/>
}
{
(segment.actionType === ActionType.Skip || segment.actionType === ActionType.Mute
|| segment.actionType === ActionType.Poi
&& [SponsorHideType.Visible, SponsorHideType.Hidden].includes(segment.hidden)) &&
<img
className="voteButton"
title="Hide Segment"
src={hidden === SponsorHideType.Hidden ? chrome.runtime.getURL("icons/not_visible.svg") : chrome.runtime.getURL("icons/visible.svg")}
onClick={(e) => {
const stopAnimation = AnimationUtils.applyLoadingAnimation(e.currentTarget, 0.4);
stopAnimation();
if (segment.hidden === SponsorHideType.Hidden) {
segment.hidden = SponsorHideType.Visible;
setHidden(SponsorHideType.Visible);
} else {
segment.hidden = SponsorHideType.Hidden;
setHidden(SponsorHideType.Hidden);
}
sendMessage({
message: "hideSegment",
type: segment.hidden,
UUID: segment.UUID
});
}}/>
}
{
segment.actionType !== ActionType.Full &&
<img
className="voteButton"
title={segment.actionType === ActionType.Chapter ? chrome.i18n.getMessage("playChapter") : chrome.i18n.getMessage("skipSegment")}
src={chrome.runtime.getURL("icons/skip.svg")}
onClick={(e) => {
skipSegment({
segment,
element: e.currentTarget,
sendMessage
});
}}/>
}
</div>
<div className={"sponsorTimesVoteStatusContainer " + (voteMessage ? "" : "hidden")}>
<div className="sponsorTimesThanksForVotingText">
{voteMessage}
</div> </div>
</div>
</details> <div className={"sponsorTimesVoteStatusContainer " + (voteMessage ? "" : "hidden")}>
<div className="sponsorTimesThanksForVotingText">
{voteMessage}
</div>
</div>
</details>
{
segment.innerChapters
&& <InnerChapterList
chapters={segment.innerChapters}
videoID={videoID}
currentTime={currentTime}
isVip={isVip}
loopedChapter={loopedChapter}
tabFilter={tabFilter}
sendMessage={sendMessage}
/>
}
</div>
); );
} }
function InnerChapterList({ chapters, videoID, currentTime, isVip, loopedChapter, tabFilter, sendMessage }: {
chapters: (SegmentWithNesting)[];
videoID: VideoID;
currentTime: number;
isVip: boolean;
loopedChapter: SegmentUUID;
tabFilter: (segment: SponsorTime) => boolean;
sendMessage: (request: Message) => Promise<MessageResponse>;
}) {
return <details className="innerChapterList" open>
<summary
onClick={(e) => {
e.currentTarget.firstChild.textContent = (e.currentTarget.parentElement as HTMLDetailsElement).open ? chrome.i18n.getMessage("expandChapters").replace("{0}", String(chapters.length)) : chrome.i18n.getMessage("collapseChapters");
}}>
{chrome.i18n.getMessage("collapseChapters")}
</summary>
<div className="innerChaptersContainer">
{
chapters.map((chapter) => {
return <SegmentListItem
key={chapter.UUID}
videoID={videoID}
segment={chapter}
currentTime={currentTime}
isVip={isVip}
loopedChapter={loopedChapter}
tabFilter={tabFilter}
sendMessage={sendMessage}
/>
})
}
</div>
</details>
}
async function vote(props: { async function vote(props: {
type: number; type: number;
UUID: SegmentUUID; UUID: SegmentUUID;
@@ -298,14 +427,24 @@ async function vote(props: {
}) as VoteResponse; }) as VoteResponse;
if (response != undefined) { if (response != undefined) {
let messageDuration = 1_500;
// See if it was a success or failure // See if it was a success or failure
if (response.successType == 1 || (response.successType == -1 && response.statusCode == 429)) { if ("error" in response) {
// JS error
console.error("[SB] Caught error while attempting to submit a vote", response.error);
props.setVoteMessage(formatJSErrorMessage(response.error));
messageDuration = 10_000;
}
else if (response.ok || response.status === 429) {
// Success (treat rate limits as a success) // Success (treat rate limits as a success)
props.setVoteMessage(chrome.i18n.getMessage("voted")); props.setVoteMessage(chrome.i18n.getMessage("voted"));
} else if (response.successType == -1) { } else {
props.setVoteMessage(getErrorMessage(response.statusCode, response.responseText)); // Error
logRequest({headers: null, ...response}, "SB", "vote on segment");
props.setVoteMessage(getShortErrorMessage(response.status, response.responseText));
messageDuration = 10_000;
} }
setTimeout(() => props.setVoteMessage(null), 1500); setTimeout(() => props.setVoteMessage(null), messageDuration);
} }
} }
@@ -433,4 +572,4 @@ function ImportSegments(props: ImportSegmentsProps) {
</span> </span>
</div> </div>
) )
} }

View File

@@ -1,12 +1,13 @@
import * as React from "react"; import * as React from "react";
import { getHash } from "../../maze-utils/src/hash"; import { getHash } from "../../maze-utils/src/hash";
import { getErrorMessage } from "../../maze-utils/src/formating"; import { formatJSErrorMessage, getShortErrorMessage } from "../../maze-utils/src/formating";
import Config from "../config"; import Config from "../config";
import { asyncRequestToServer } from "../utils/requests"; import { asyncRequestToServer } from "../utils/requests";
import PencilIcon from "../svg-icons/pencilIcon"; import PencilIcon from "../svg-icons/pencilIcon";
import ClipboardIcon from "../svg-icons/clipboardIcon"; import ClipboardIcon from "../svg-icons/clipboardIcon";
import CheckIcon from "../svg-icons/checkIcon"; import CheckIcon from "../svg-icons/checkIcon";
import { showDonationLink } from "../utils/configUtils"; import { showDonationLink } from "../utils/configUtils";
import { FetchResponse, logRequest } from "../../maze-utils/src/background-request-proxy";
export const YourWorkComponent = () => { export const YourWorkComponent = () => {
const [isSettingUsername, setIsSettingUsername] = React.useState(false); const [isSettingUsername, setIsSettingUsername] = React.useState(false);
@@ -21,10 +22,16 @@ export const YourWorkComponent = () => {
React.useEffect(() => { React.useEffect(() => {
(async () => { (async () => {
const values = ["userName", "viewCount", "minutesSaved", "vip", "permissions", "segmentCount"]; const values = ["userName", "viewCount", "minutesSaved", "vip", "permissions", "segmentCount"];
const result = await asyncRequestToServer("GET", "/api/userInfo", { let result: FetchResponse;
publicUserID: await getHash(Config.config!.userID!), try {
values result = await asyncRequestToServer("GET", "/api/userInfo", {
}); publicUserID: await getHash(Config.config!.userID!),
values
});
} catch (e) {
console.error("[SB] Caught error while fetching user info", e);
return
}
if (result.ok) { if (result.ok) {
const userInfo = JSON.parse(result.responseText); const userInfo = JSON.parse(result.responseText);
@@ -33,11 +40,17 @@ export const YourWorkComponent = () => {
setViewCount(userInfo.viewCount); setViewCount(userInfo.viewCount);
setMinutesSaved(userInfo.minutesSaved); setMinutesSaved(userInfo.minutesSaved);
if (username === "sponege") {
Config.config.prideTheme = true;
}
Config.config!.isVip = userInfo.vip; Config.config!.isVip = userInfo.vip;
Config.config!.permissions = userInfo.permissions; Config.config!.permissions = userInfo.permissions;
setShowDonateMessage(Config.config.showDonationLink && Config.config.donateClicked <= 0 && Config.config.showPopupDonationCount < 5 setShowDonateMessage(Config.config.showDonationLink && Config.config.donateClicked <= 0 && Config.config.showPopupDonationCount < 5
&& viewCount < 50000 && !Config.config.isVip && Config.config.skipCount > 10 && showDonationLink()); && viewCount < 50000 && !Config.config.isVip && Config.config.skipCount > 10 && showDonationLink());
} else {
logRequest(result, "SB", "user info");
} }
})(); })();
}, []); }, []);
@@ -94,10 +107,12 @@ export const YourWorkComponent = () => {
setUsername(newUsername); setUsername(newUsername);
setIsSettingUsername(!isSettingUsername); setIsSettingUsername(!isSettingUsername);
} else { } else {
setUsernameSubmissionStatus(getErrorMessage(result.status, result.responseText)); logRequest(result, "SB", "username change");
setUsernameSubmissionStatus(getShortErrorMessage(result.status, result.responseText));
} }
}).catch((e) => { }).catch((e) => {
setUsernameSubmissionStatus(`${chrome.i18n.getMessage("Error")}: ${e}`); console.error("[SB] Caught error while requesting a username change", e)
setUsernameSubmissionStatus(formatJSErrorMessage(e));
}); });
} }
}}> }}>
@@ -180,7 +195,7 @@ function TimeSavedMessage({ viewCount, minutesSaved }: { viewCount: number; minu
function DonateMessage(props: { onClose: () => void }): JSX.Element { function DonateMessage(props: { onClose: () => void }): JSX.Element {
return ( return (
<div id="sponsorTimesDonateContainer" style={{ alignItems: "center", justifyContent: "center" }}> <div id="sponsorTimesDonateContainer" style={{ alignItems: "center", justifyContent: "center", display: "flex" }}>
<img className="sbHeart" src="/icons/heart.svg" alt="Heart icon" /> <img className="sbHeart" src="/icons/heart.svg" alt="Heart icon" />
<a id="sbConsiderDonateLink" href="https://sponsor.ajay.app/donate" target="_blank" rel="noreferrer" onClick={() => { <a id="sbConsiderDonateLink" href="https://sponsor.ajay.app/donate" target="_blank" rel="noreferrer" onClick={() => {
Config.config.donateClicked = Config.config.donateClicked + 1; Config.config.donateClicked = Config.config.donateClicked + 1;
@@ -205,4 +220,4 @@ function getFormattedHours(minutes) {
const days = Math.floor(minutes / 1440) % 365; const days = Math.floor(minutes / 1440) % 365;
const hours = Math.floor(minutes / 60) % 24; const hours = Math.floor(minutes / 60) % 24;
return (years > 0 ? years + chrome.i18n.getMessage("yearAbbreviation") + " " : "") + (days > 0 ? days + chrome.i18n.getMessage("dayAbbreviation") + " " : "") + (hours > 0 ? hours + chrome.i18n.getMessage("hourAbbreviation") + " " : "") + (minutes % 60).toFixed(1); return (years > 0 ? years + chrome.i18n.getMessage("yearAbbreviation") + " " : "") + (days > 0 ? days + chrome.i18n.getMessage("dayAbbreviation") + " " : "") + (hours > 0 ? hours + chrome.i18n.getMessage("hourAbbreviation") + " " : "") + (minutes % 60).toFixed(1);
} }

View File

@@ -1,24 +1,16 @@
import * as React from "react"; import * as React from "react";
import { createRoot } from 'react-dom/client'; import { createRoot } from 'react-dom/client';
import CategoryChooserComponent from "../components/options/CategoryChooserComponent"; import { CategoryChooserComponent } from "../components/options/CategoryChooserComponent";
class CategoryChooser { class CategoryChooser {
ref: React.RefObject<CategoryChooserComponent>;
constructor(element: Element) { constructor(element: Element) {
this.ref = React.createRef();
const root = createRoot(element); const root = createRoot(element);
root.render( root.render(
<CategoryChooserComponent ref={this.ref} /> <CategoryChooserComponent />
); );
} }
update(): void {
this.ref.current?.forceUpdate();
}
} }
export default CategoryChooser; export default CategoryChooser;

View File

@@ -121,7 +121,7 @@ export class CategoryPill {
async setSegment(segment: SponsorTime): Promise<void> { async setSegment(segment: SponsorTime): Promise<void> {
await waitFor(() => this.ref.current); await waitFor(() => this.ref.current);
if (this.ref.current?.state?.segment !== segment) { if (this.ref.current?.state?.segment !== segment || !this.ref.current?.state?.show) {
const newState = { const newState = {
segment, segment,
show: true, show: true,

View File

@@ -0,0 +1,32 @@
import * as React from "react";
export interface AddIconProps {
style?: React.CSSProperties;
className?: string;
onClick?: () => void;
}
const ResetIcon = ({
className = "",
style = {},
onClick
}: AddIconProps): JSX.Element => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
className={className}
style={style}
onClick={onClick} >
<path
d="M 23.993883,23.993883 H 0.006117 V 0.006117 h 23.987766 z"
fill="none"
id="path2"
style={{strokeWidth: 0.99949}} />
<path
d="m 3.508834,3.5213414 c -2.1778668,2.1778667 -3.52964574,5.1668007 -3.52964574,8.4861686 0,6.638738 5.37707764,12.000795 12.01581474,12.000795 6.638737,0 12.015814,-5.362057 12.015814,-12.000795 0,-5.6023732 -3.830041,-10.273521 -9.011861,-11.61028034 V 3.5213414 c 3.499607,1.2316209 6.007907,4.5660093 6.007907,8.4861686 0,4.971544 -4.040317,9.011861 -9.01186,9.011861 -4.9715438,0 -9.0118611,-4.040317 -9.0118611,-9.011861 0,-2.4932821 1.0363647,-4.7162068 2.6735186,-6.3383421 L 10.493026,10.505534 V -0.00830443 H -0.02081174 Z"
id="path4"
style={{strokeWidth: 1.50198}} />
</svg>
);
export default ResetIcon;

View File

@@ -30,6 +30,7 @@ export interface VideoDurationResponse {
} }
export enum CategorySkipOption { export enum CategorySkipOption {
FallbackToDefault = -2,
Disabled = -1, Disabled = -1,
ShowOverlay, ShowOverlay,
ManualSkip, ManualSkip,
@@ -226,4 +227,9 @@ export enum NoticeVisibilityMode {
MiniForAll = 2, MiniForAll = 2,
FadedForAutoSkip = 3, FadedForAutoSkip = 3,
FadedForAll = 4 FadedForAll = 4
}
export enum SegmentListDefaultTab {
Segments,
Chapters,
} }

View File

@@ -6,6 +6,8 @@ import { waitFor } from "../maze-utils/src";
import { findValidElementFromSelector } from "../maze-utils/src/dom"; import { findValidElementFromSelector } from "../maze-utils/src/dom";
import { isSafari } from "../maze-utils/src/config"; import { isSafari } from "../maze-utils/src/config";
import { asyncRequestToServer } from "./utils/requests"; import { asyncRequestToServer } from "./utils/requests";
import { FetchResponse, logRequest } from "../maze-utils/src/background-request-proxy";
import { formatJSErrorMessage, getLongErrorMessage } from "../maze-utils/src/formating";
export default class Utils { export default class Utils {
@@ -276,13 +278,24 @@ export default class Utils {
|| !Config.config.trackDownvotes) return; || !Config.config.trackDownvotes) return;
if (segmentUUID.length < 60) { if (segmentUUID.length < 60) {
const segmentIDData = await asyncRequestToServer("GET", "/api/segmentID", { let segmentIDData: FetchResponse;
UUID: segmentUUID, try {
videoID segmentIDData = await asyncRequestToServer("GET", "/api/segmentID", {
}); UUID: segmentUUID,
videoID
});
} catch (e) {
console.error("[SB] Caught error while trying to resolve the segment UUID to be hidden", e);
alert(`${chrome.i18n.getMessage("segmentHideFailed")}\n${formatJSErrorMessage(e)}`);
return;
}
if (segmentIDData.ok && segmentIDData.responseText) { if (segmentIDData.ok && segmentIDData.responseText) {
segmentUUID = segmentIDData.responseText; segmentUUID = segmentIDData.responseText;
} else {
logRequest(segmentIDData, "SB", "segment UUID resolution");
alert(`${chrome.i18n.getMessage("segmentHideFailed")}\n${getLongErrorMessage(segmentIDData.status, segmentIDData.responseText)}`);
return;
} }
} }

View File

@@ -98,6 +98,23 @@ export function getGuidelineInfo(category: Category): TextBox[] {
icon: "icons/right-arrow.svg", icon: "icons/right-arrow.svg",
text: chrome.i18n.getMessage(`generic_guideline2`) text: chrome.i18n.getMessage(`generic_guideline2`)
}]; }];
case "hook":
return [{
icon: "icons/campaign.svg",
text: chrome.i18n.getMessage(`category_${category}_guideline1`)
}, {
icon: "icons/check-smaller.svg",
text: chrome.i18n.getMessage(`category_${category}_guideline2`)
}, {
icon: "icons/close-smaller.svg",
text: chrome.i18n.getMessage(`category_${category}_guideline3`)
}, {
icon: "icons/segway.png",
text: chrome.i18n.getMessage(`generic_guideline1`)
}, {
icon: "icons/right-arrow.svg",
text: chrome.i18n.getMessage(`generic_guideline2`)
}];
case "filler": case "filler":
return [{ return [{
icon: "icons/stopwatch.svg", icon: "icons/stopwatch.svg",

View File

@@ -1,11 +1,9 @@
import { ActionType, Category, SponsorSourceType, SponsorTime, VideoID } from "../types"; import { ActionType, Category, SponsorSourceType, SponsorTime, VideoID } from "../types";
import { getFormattedTimeToSeconds } from "../../maze-utils/src/formating"; import { getFormattedTimeToSeconds } from "../../maze-utils/src/formating";
import Config from "../config"; import { getSkipProfileBool } from "./skipProfiles";
export function getControls(): HTMLElement { export function getControls(): HTMLElement {
const controlsSelectors = [ const controlsSelectors = [
// New YouTube (2025 April)
".ytp-right-controls-right",
// YouTube // YouTube
".ytp-right-controls", ".ytp-right-controls",
// Mobile YouTube // Mobile YouTube
@@ -70,7 +68,7 @@ export function getExistingChapters(currentVideoID: VideoID, duration: number):
if (title?.textContent?.includes("Key moment")) return []; if (title?.textContent?.includes("Key moment")) return [];
const autogenerated = hasAutogeneratedChapters(); const autogenerated = hasAutogeneratedChapters();
if (!Config.config.showAutogeneratedChapters && autogenerated) return []; if (!getSkipProfileBool("showAutogeneratedChapters") && autogenerated) return [];
const chapters: SponsorTime[] = []; const chapters: SponsorTime[] = [];
// .ytp-timed-markers-container indicates that key-moments are present, which should not be divided // .ytp-timed-markers-container indicates that key-moments are present, which should not be divided

View File

@@ -2,17 +2,6 @@ import Config from "../config";
import * as CompileConfig from "../../config.json"; import * as CompileConfig from "../../config.json";
import { FetchResponse, sendRequestToCustomServer } from "../../maze-utils/src/background-request-proxy"; import { FetchResponse, sendRequestToCustomServer } from "../../maze-utils/src/background-request-proxy";
/**
* Sends a request to a custom server
*
* @param type The request type. "GET", "POST", etc.
* @param address The address to add to the SponsorBlock server address
* @param callback
*/
export function asyncRequestToCustomServer(type: string, url: string, data = {}, headers = {}): Promise<FetchResponse> {
return sendRequestToCustomServer(type, url, data, headers);
}
/** /**
* Sends a request to the SponsorBlock server with address added as a query * Sends a request to the SponsorBlock server with address added as a query
* *
@@ -23,25 +12,5 @@ export function asyncRequestToCustomServer(type: string, url: string, data = {},
export async function asyncRequestToServer(type: string, address: string, data = {}, headers = {}): Promise<FetchResponse> { export async function asyncRequestToServer(type: string, address: string, data = {}, headers = {}): Promise<FetchResponse> {
const serverAddress = Config.config.testingServer ? CompileConfig.testingServerAddress : Config.config.serverAddress; const serverAddress = Config.config.testingServer ? CompileConfig.testingServerAddress : Config.config.serverAddress;
return await (asyncRequestToCustomServer(type, serverAddress + address, data, headers)); return await (sendRequestToCustomServer(type, serverAddress + address, data, headers));
} }
/**
* Sends a request to the SponsorBlock server with address added as a query
*
* @param type The request type. "GET", "POST", etc.
* @param address The address to add to the SponsorBlock server address
* @param callback
*/
export function sendRequestToServer(type: string, address: string, callback?: (response: FetchResponse) => void): void {
const serverAddress = Config.config.testingServer ? CompileConfig.testingServerAddress : Config.config.serverAddress;
// Ask the background script to do the work
chrome.runtime.sendMessage({
message: "sendRequest",
type,
url: serverAddress + address
}, (response) => {
callback(response);
});
}

View File

@@ -2,10 +2,11 @@ import { DataCache } from "../../maze-utils/src/cache";
import { getHash, HashedValue } from "../../maze-utils/src/hash"; import { getHash, HashedValue } from "../../maze-utils/src/hash";
import Config, { } from "../config"; import Config, { } from "../config";
import * as CompileConfig from "../../config.json"; import * as CompileConfig from "../../config.json";
import { ActionType, ActionTypes, SponsorSourceType, SponsorTime, VideoID } from "../types"; import { ActionTypes, SponsorSourceType, SponsorTime, VideoID } from "../types";
import { getHashParams } from "./pageUtils"; import { getHashParams } from "./pageUtils";
import { asyncRequestToServer } from "./requests"; import { asyncRequestToServer } from "./requests";
import { extensionUserAgent } from "../../maze-utils/src"; import { extensionUserAgent } from "../../maze-utils/src";
import { logRequest, serializeOrStringify } from "../../maze-utils/src/background-request-proxy";
const segmentDataCache = new DataCache<VideoID, SegmentResponse>(() => { const segmentDataCache = new DataCache<VideoID, SegmentResponse>(() => {
return { return {
@@ -18,7 +19,7 @@ const pendingList: Record<VideoID, Promise<SegmentResponse>> = {};
export interface SegmentResponse { export interface SegmentResponse {
segments: SponsorTime[] | null; segments: SponsorTime[] | null;
status: number; status: number | Error | string;
} }
export async function getSegmentsForVideo(videoID: VideoID, ignoreCache: boolean): Promise<SegmentResponse> { export async function getSegmentsForVideo(videoID: VideoID, ignoreCache: boolean): Promise<SegmentResponse> {
@@ -37,8 +38,18 @@ export async function getSegmentsForVideo(videoID: VideoID, ignoreCache: boolean
const pendingData = fetchSegmentsForVideo(videoID); const pendingData = fetchSegmentsForVideo(videoID);
pendingList[videoID] = pendingData; pendingList[videoID] = pendingData;
const result = await pendingData; let result: Awaited<typeof pendingData>;
delete pendingList[videoID]; try {
result = await pendingData;
} catch (e) {
console.error("[SB] Caught error while fetching segments", e);
return {
segments: null,
status: serializeOrStringify(e),
}
} finally {
delete pendingList[videoID];
}
return result; return result;
} }
@@ -60,12 +71,9 @@ async function fetchSegmentsForVideo(videoID: VideoID): Promise<SegmentResponse>
}); });
if (response.ok) { if (response.ok) {
const enabledActionTypes = getEnabledActionTypes();
const receivedSegments: SponsorTime[] = JSON.parse(response.responseText) const receivedSegments: SponsorTime[] = JSON.parse(response.responseText)
?.filter((video) => video.videoID === videoID) ?.filter((video) => video.videoID === videoID)
?.map((video) => video.segments)?.[0] ?.map((video) => video.segments)?.[0]
?.filter((segment) => enabledActionTypes.includes(segment.actionType))
?.map((segment) => ({ ?.map((segment) => ({
...segment, ...segment,
source: SponsorSourceType.Server source: SponsorSourceType.Server
@@ -84,22 +92,12 @@ async function fetchSegmentsForVideo(videoID: VideoID): Promise<SegmentResponse>
// Setup with null data // Setup with null data
segmentDataCache.setupCache(videoID); segmentDataCache.setupCache(videoID);
} }
} else if (response.status !== 404) {
logRequest(response, "SB", "skip segments");
} }
return { return {
segments: null, segments: null,
status: response.status status: response.status
}; };
}
function getEnabledActionTypes(forceFullVideo = false): ActionType[] {
const actionTypes = [ActionType.Skip, ActionType.Poi, ActionType.Chapter];
if (Config.config.muteSegments) {
actionTypes.push(ActionType.Mute);
}
if (Config.config.fullVideoSegments || forceFullVideo) {
actionTypes.push(ActionType.Full);
}
return actionTypes;
} }

97
src/utils/skipProfiles.ts Normal file
View File

@@ -0,0 +1,97 @@
import { getChannelIDInfo, getVideoID } from "../../maze-utils/src/video";
import Config, { ConfigurationID, CustomConfiguration } from "../config";
import { SponsorHideType, SponsorTime } from "../types";
let currentTabSkipProfile: ConfigurationID = null;
export function getSkipProfileIDForTime(): ConfigurationID | null {
if (Config.local.skipProfileTemp !== null && Config.local.skipProfileTemp.time > Date.now() - 60 * 60 * 1000) {
return Config.local.skipProfileTemp.configID;
} else {
return null;
}
}
export function getSkipProfileIDForTab(): ConfigurationID | null {
return currentTabSkipProfile;
}
export function setCurrentTabSkipProfile(configID: ConfigurationID | null) {
currentTabSkipProfile = configID ?? null;
}
export function getSkipProfileIDForVideo(): ConfigurationID | null {
return Config.local.channelSkipProfileIDs[getVideoID()] ?? null;
}
export function getSkipProfileIDForChannel(): ConfigurationID | null {
const channelInfo = getChannelIDInfo();
if (!channelInfo) {
return null;
}
return Config.local.channelSkipProfileIDs[channelInfo.id]
?? Config.local.channelSkipProfileIDs[channelInfo.author]
?? null;
}
export function getSkipProfileID(): ConfigurationID | null {
const configID =
getSkipProfileIDForTime()
?? getSkipProfileIDForTab()
?? getSkipProfileIDForVideo()
?? getSkipProfileIDForChannel();
return configID ?? null;
}
export function getSkipProfile(): CustomConfiguration | null {
const configID = getSkipProfileID();
if (configID) {
return Config.local.skipProfiles[configID];
}
return null;
}
type SkipProfileBoolKey =
"showAutogeneratedChapters"
| "autoSkipOnMusicVideos"
| "skipNonMusicOnlyOnYoutubeMusic"
| "muteSegments"
| "fullVideoSegments"
| "manualSkipOnFullVideo";
export function getSkipProfileBool(key: SkipProfileBoolKey): boolean {
return getSkipProfileValue<boolean>(key);
}
export function getSkipProfileNum(key: "minDuration"): number {
return getSkipProfileValue<number>(key);
}
function getSkipProfileValue<T>(key: keyof CustomConfiguration): T {
const profile = getSkipProfile();
if (profile && profile[key] !== null) {
return profile[key] as T;
}
return Config.config[key];
}
export function hideTooShortSegments(sponsorTimes: SponsorTime[]) {
const minDuration = getSkipProfileNum("minDuration");
if (minDuration !== 0) {
for (const segment of sponsorTimes) {
const duration = segment.segment[1] - segment.segment[0];
if (duration > 0 && duration < minDuration && (segment.hidden === SponsorHideType.Visible || SponsorHideType.MinimumDuration)) {
segment.hidden = SponsorHideType.MinimumDuration;
} else if (segment.hidden === SponsorHideType.MinimumDuration) {
segment.hidden = SponsorHideType.Visible;
}
}
}
}

View File

@@ -1,6 +1,8 @@
import { getCurrentPageTitle } from "../../maze-utils/src/elements";
import { getChannelIDInfo, getVideoDuration } from "../../maze-utils/src/video"; import { getChannelIDInfo, getVideoDuration } from "../../maze-utils/src/video";
import Config from "../config"; import Config from "../config";
import { CategorySelection, CategorySkipOption, SponsorSourceType, SponsorTime } from "../types"; import { CategorySelection, CategorySkipOption, SponsorSourceType, SponsorTime } from "../types";
import { getSkipProfile, getSkipProfileBool } from "./skipProfiles";
import { VideoLabelsCacheData } from "./videoLabels"; import { VideoLabelsCacheData } from "./videoLabels";
export interface Permission { export interface Permission {
@@ -19,7 +21,9 @@ export enum SkipRuleAttribute {
Description = "chapter.name", Description = "chapter.name",
Source = "chapter.source", Source = "chapter.source",
ChannelID = "channel.id", ChannelID = "channel.id",
ChannelName = "channel.name" ChannelName = "channel.name",
VideoDuration = "video.duration",
Title = "video.title"
} }
export enum SkipRuleOperator { export enum SkipRuleOperator {
@@ -50,12 +54,28 @@ export interface AdvancedSkipRuleSet {
} }
export function getCategorySelection(segment: SponsorTime | VideoLabelsCacheData): CategorySelection { export function getCategorySelection(segment: SponsorTime | VideoLabelsCacheData): CategorySelection {
// First check skip rules
for (const ruleSet of Config.local.skipRules) { for (const ruleSet of Config.local.skipRules) {
if (ruleSet.rules.every((rule) => isSkipRulePassing(segment, rule))) { if (ruleSet.rules.every((rule) => isSkipRulePassing(segment, rule))) {
return { name: segment.category, option: ruleSet.skipOption } as CategorySelection; return { name: segment.category, option: ruleSet.skipOption } as CategorySelection;
} }
} }
// Action type filters
if ("actionType" in segment && (segment as SponsorTime).actionType === "mute" && !getSkipProfileBool("muteSegments")) {
return { name: segment.category, option: CategorySkipOption.Disabled } as CategorySelection;
}
// Then check skip profile
const profile = getSkipProfile();
if (profile) {
const profileSelection = profile.categorySelections.find(selection => selection.name === segment.category);
if (profileSelection) {
return profileSelection;
}
}
// Then fallback to default
for (const selection of Config.config.categorySelections) { for (const selection of Config.config.categorySelections) {
if (selection.name === segment.category) { if (selection.name === segment.category) {
return selection; return selection;
@@ -111,11 +131,13 @@ function getSkipRuleValue(segment: SponsorTime | VideoLabelsCacheData, rule: Adv
return undefined; return undefined;
} }
case SkipRuleAttribute.ChannelID: case SkipRuleAttribute.ChannelID:
getChannelIDInfo()
return getChannelIDInfo().id; return getChannelIDInfo().id;
case SkipRuleAttribute.ChannelName: case SkipRuleAttribute.ChannelName:
getChannelIDInfo()
return getChannelIDInfo().author; return getChannelIDInfo().author;
case SkipRuleAttribute.VideoDuration:
return getVideoDuration();
case SkipRuleAttribute.Title:
return getCurrentPageTitle() || "";
default: default:
return undefined; return undefined;
} }

View File

@@ -1,9 +1,10 @@
import { isOnInvidious, parseYouTubeVideoIDFromURL } from "../../maze-utils/src/video"; import { extractVideoID, isOnInvidious } from "../../maze-utils/src/video";
import Config from "../config"; import Config from "../config";
import { getHasStartSegment, getVideoLabel } from "./videoLabels"; import { getHasStartSegment, getVideoLabel } from "./videoLabels";
import { getThumbnailSelector, setThumbnailListener } from "../../maze-utils/src/thumbnailManagement"; import { getThumbnailSelector, setThumbnailListener } from "../../maze-utils/src/thumbnailManagement";
import { VideoID } from "../types"; import { VideoID } from "../types";
import { getSegmentsForVideo } from "./segmentData"; import { getSegmentsForVideo } from "./segmentData";
import { onMobile } from "../../maze-utils/src/pageInfo";
export async function handleThumbnails(thumbnails: HTMLImageElement[]): Promise<void> { export async function handleThumbnails(thumbnails: HTMLImageElement[]): Promise<void> {
await Promise.all(thumbnails.map((t) => { await Promise.all(thumbnails.map((t) => {
@@ -18,7 +19,7 @@ export async function labelThumbnail(thumbnail: HTMLImageElement): Promise<HTMLE
return null; return null;
} }
const videoID = extractVideoID(thumbnail); const videoID = await extractVideoIDFromElement(thumbnail);
if (!videoID) { if (!videoID) {
hideThumbnailLabel(thumbnail); hideThumbnailLabel(thumbnail);
return null; return null;
@@ -61,7 +62,7 @@ function thumbnailHoverListener(e: MouseEvent) {
let fetched = false; let fetched = false;
const preFetch = async () => { const preFetch = async () => {
fetched = true; fetched = true;
const videoID = extractVideoID(thumbnail); const videoID = await extractVideoIDFromElement(thumbnail);
if (videoID && await getHasStartSegment(videoID)) { if (videoID && await getHasStartSegment(videoID)) {
void getSegmentsForVideo(videoID, false); void getSegmentsForVideo(videoID, false);
} }
@@ -84,18 +85,28 @@ function thumbnailHoverListener(e: MouseEvent) {
function getLink(thumbnail: HTMLImageElement): HTMLAnchorElement | null { function getLink(thumbnail: HTMLImageElement): HTMLAnchorElement | null {
if (isOnInvidious()) { if (isOnInvidious()) {
return thumbnail.parentElement as HTMLAnchorElement | null; return thumbnail.parentElement as HTMLAnchorElement | null;
} else if (thumbnail.nodeName.toLowerCase() === "yt-thumbnail-view-model") { } else if (!onMobile()) {
return thumbnail.closest("yt-lockup-view-model")?.querySelector("a.yt-lockup-metadata-view-model-wiz__title"); const link = thumbnail.querySelector("a#thumbnail, a.reel-item-endpoint, a.yt-lockup-metadata-view-model__title, a.yt-lockup-metadata-view-model__title-link, a.yt-lockup-view-model__content-image, a.yt-lockup-metadata-view-model-wiz__title") as HTMLAnchorElement;
if (link) {
return link;
} else if (thumbnail.nodeName === "YTD-HERO-PLAYLIST-THUMBNAIL-RENDERER"
|| thumbnail.nodeName === "YT-THUMBNAIL-VIEW-MODEL"
) {
return thumbnail.closest("a") as HTMLAnchorElement;
} else {
return null;
}
} else { } else {
return thumbnail.querySelector("#thumbnail"); // Big thumbnails, compact thumbnails, shorts, channel feature, playlist header
return thumbnail.querySelector("a.media-item-thumbnail-container, a.compact-media-item-image, a.reel-item-endpoint, :scope > a, .amsterdam-playlist-thumbnail-wrapper > a") as HTMLAnchorElement;
} }
} }
function extractVideoID(thumbnail: HTMLImageElement): VideoID | null { async function extractVideoIDFromElement(thumbnail: HTMLImageElement): Promise<VideoID | null> {
const link = getLink(thumbnail); const link = getLink(thumbnail);
if (!link || link.nodeName !== "A" || !link.href) return null; // no link found if (!link || link.nodeName !== "A" || !link.href) return null; // no link found
return parseYouTubeVideoIDFromURL(link.href)?.videoID; return await extractVideoID(link);
} }
function getOldThumbnailLabel(thumbnail: HTMLImageElement): HTMLElement | null { function getOldThumbnailLabel(thumbnail: HTMLImageElement): HTMLElement | null {

View File

@@ -3,6 +3,7 @@ import { getHash } from "../../maze-utils/src/hash";
import { logWarn } from "./logger"; import { logWarn } from "./logger";
import { asyncRequestToServer } from "./requests"; import { asyncRequestToServer } from "./requests";
import { getCategorySelection } from "./skipRule"; import { getCategorySelection } from "./skipRule";
import { FetchResponse, logRequest } from "../../maze-utils/src/background-request-proxy";
export interface VideoLabelsCacheData { export interface VideoLabelsCacheData {
category: Category; category: Category;
@@ -24,8 +25,15 @@ async function getLabelHashBlock(hashPrefix: string): Promise<LabelCacheEntry |
return cachedEntry; return cachedEntry;
} }
const response = await asyncRequestToServer("GET", `/api/videoLabels/${hashPrefix}?hasStartSegment=true`); let response: FetchResponse;
try {
response = await asyncRequestToServer("GET", `/api/videoLabels/${hashPrefix}?hasStartSegment=true`);
} catch (e) {
console.error("[SB] Caught error while fetching video labels", e)
return null;
}
if (response.status !== 200) { if (response.status !== 200) {
logRequest(response, "SB", "video labels");
// No video labels or server down // No video labels or server down
labelCache[hashPrefix] = { labelCache[hashPrefix] = {
timestamp: Date.now(), timestamp: Date.now(),
@@ -85,4 +93,4 @@ export async function getHasStartSegment(videoID: VideoID): Promise<boolean | nu
} }
return null; return null;
} }

View File

@@ -1,4 +1,6 @@
import { objectToURI } from "../../maze-utils/src"; import { objectToURI } from "../../maze-utils/src";
import { FetchResponse, logRequest } from "../../maze-utils/src/background-request-proxy";
import { formatJSErrorMessage, getLongErrorMessage } from "../../maze-utils/src/formating";
import { getHash } from "../../maze-utils/src/hash"; import { getHash } from "../../maze-utils/src/hash";
import Config from "../config"; import Config from "../config";
import GenericNotice, { NoticeOptions } from "../render/GenericNotice"; import GenericNotice, { NoticeOptions } from "../render/GenericNotice";
@@ -12,15 +14,26 @@ export interface ChatConfig {
} }
export async function openWarningDialog(contentContainer: ContentContainer): Promise<void> { export async function openWarningDialog(contentContainer: ContentContainer): Promise<void> {
const userInfo = await asyncRequestToServer("GET", "/api/userInfo", { let userInfo: FetchResponse;
publicUserID: await getHash(Config.config.userID), try {
values: ["warningReason"] userInfo = await asyncRequestToServer("GET", "/api/userInfo", {
}); publicUserID: await getHash(Config.config.userID),
values: ["warningReason"]
});
} catch (e) {
console.error("[SB] Caught error while trying to fetch user's active warnings", e)
return;
}
if (userInfo.ok) { if (userInfo.ok) {
const warningReason = JSON.parse(userInfo.responseText)?.warningReason; const warningReason = JSON.parse(userInfo.responseText)?.warningReason;
const userNameData = await asyncRequestToServer("GET", "/api/getUsername?userID=" + Config.config.userID); let userName = "";
const userName = userNameData.ok ? JSON.parse(userNameData.responseText).userName : ""; try {
const userNameData = await asyncRequestToServer("GET", "/api/getUsername?userID=" + Config.config.userID);
userName = userNameData.ok ? JSON.parse(userNameData.responseText).userName : "";
} catch (e) {
console.warn("[SB] Caught non-fatal error while trying to resolve user's username", e);
}
const publicUserID = await getHash(Config.config.userID); const publicUserID = await getHash(Config.config.userID);
let notice: GenericNotice = null; let notice: GenericNotice = null;
@@ -42,15 +55,22 @@ export async function openWarningDialog(contentContainer: ContentContainer): Pro
{ {
name: chrome.i18n.getMessage("warningConfirmButton"), name: chrome.i18n.getMessage("warningConfirmButton"),
listener: async () => { listener: async () => {
const result = await asyncRequestToServer("POST", "/api/warnUser", { let result: FetchResponse;
userID: Config.config.userID, try {
enabled: false result = await asyncRequestToServer("POST", "/api/warnUser", {
}); userID: Config.config.userID,
enabled: false
});
} catch (e) {
console.error("[SB] Caught error while trying to acknowledge user's active warning", e);
alert(formatJSErrorMessage(e));
}
if (result.ok) { if (result.ok) {
notice?.close(); notice?.close();
} else { } else {
alert(`${chrome.i18n.getMessage("warningError")} ${result.status}`); logRequest(result, "SB", "warning acknowledgement");
alert(getLongErrorMessage(result.status, result.responseText));
} }
} }
}], }],
@@ -58,6 +78,8 @@ export async function openWarningDialog(contentContainer: ContentContainer): Pro
}; };
notice = new GenericNotice(contentContainer, "warningNotice", options); notice = new GenericNotice(contentContainer, "warningNotice", options);
} else {
logRequest(userInfo, "SB", "user's active warnings");
} }
} }

View File

@@ -5,7 +5,7 @@
"noImplicitAny": false, "noImplicitAny": false,
"noImplicitReturns": true, "noImplicitReturns": true,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"sourceMap": false, "sourceMap": true,
"outDir": "dist/js", "outDir": "dist/js",
"noEmitOnError": false, "noEmitOnError": false,
"typeRoots": [ "node_modules/@types" ], "typeRoots": [ "node_modules/@types" ],
@@ -20,4 +20,4 @@
"include": [ "include": [
"src/**/*" "src/**/*"
] ]
} }

View File

@@ -189,7 +189,8 @@ module.exports = env => {
new BuildManifest({ new BuildManifest({
browser: env.browser, browser: env.browser,
pretty: env.mode === "production", pretty: env.mode === "production",
stream: env.stream stream: env.stream,
autoupdate: env.autoupdate,
}), }),
new configDiffPlugin() new configDiffPlugin()
], ],
@@ -200,4 +201,4 @@ module.exports = env => {
} }
}; };
}; };

View File

@@ -23,10 +23,13 @@ const schema = {
pretty: { pretty: {
type: 'boolean' type: 'boolean'
}, },
steam: { stream: {
type: 'string' type: 'string'
},
autoupdate: {
type: 'boolean',
} }
} }
}; };
class BuildManifest { class BuildManifest {
@@ -39,6 +42,7 @@ class BuildManifest {
apply() { apply() {
const distFolder = path.resolve(__dirname, "../dist/"); const distFolder = path.resolve(__dirname, "../dist/");
const distManifestFile = path.resolve(distFolder, "manifest.json"); const distManifestFile = path.resolve(distFolder, "manifest.json");
const [owner, repo_name] = (process.env.GITHUB_REPOSITORY ?? "ajayyy/SponsorBlock").split("/");
// Add missing manifest elements // Add missing manifest elements
if (this.options.browser.toLowerCase() === "firefox") { if (this.options.browser.toLowerCase() === "firefox") {
@@ -62,6 +66,10 @@ class BuildManifest {
} }
} }
if (this.options.autoupdate === true && this.options.browser.toLowerCase() === "firefox") {
manifest.browser_specific_settings.gecko.update_url = `https://${owner.toLowerCase()}.github.io/${repo_name}/updates.json`;
}
let result = JSON.stringify(manifest); let result = JSON.stringify(manifest);
if (this.options.pretty) result = JSON.stringify(manifest, null, 2); if (this.options.pretty) result = JSON.stringify(manifest, null, 2);
@@ -86,4 +94,4 @@ function mergeObjects(object1, object2) {
} }
} }
module.exports = BuildManifest; module.exports = BuildManifest;

View File

@@ -1,12 +1,40 @@
/* eslint-disable @typescript-eslint/no-var-requires */ /* eslint-disable @typescript-eslint/no-var-requires */
const { SourceMapDevToolPlugin } = require('webpack');
const { merge } = require('webpack-merge'); const { merge } = require('webpack-merge');
const common = require('./webpack.common.js'); const common = require('./webpack.common.js');
module.exports = env => { async function createGHPSourceMapURL(env) {
const manifest = require("../manifest/manifest.json");
const version = manifest.version;
const [owner, repo_name] = (process.env.GITHUB_REPOSITORY ?? "ajayyy/SponsorBlock").split("/");
const ghpUrl = `https://${owner.toLowerCase()}.github.io/${repo_name}/${env.browser}${env.stream === "beta" ? "-beta" : ""}/${version}/`;
// make a request to the url and check if we got redirected
// firefox doesn't seem to like getting redirected on a source map request
try {
const resp = await fetch(ghpUrl);
return resp.url;
} catch {
return ghpUrl;
}
}
module.exports = async env => {
let mode = "production"; let mode = "production";
env.mode = mode; env.mode = mode;
return merge(common(env), { return merge(common(env), {
mode mode,
...(env.ghpSourceMaps
? {
devtool: false,
plugins: [new SourceMapDevToolPlugin({
publicPath: await createGHPSourceMapURL(env),
filename: '[file].map[query]',
})],
}
: {
devtool: "source-map",
}
),
}); });
}; };