Skip to content

Commit

Permalink
patch: Include modern skip button
Browse files Browse the repository at this point in the history
  • Loading branch information
squgeim committed Nov 13, 2023
1 parent 48e01b2 commit ff7d17d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"short_name": "YouTube Ad Auto-skipper",
"description":"YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.",
"manifest_version": 2,
"version":"0.5.1",
"version":"0.5.2",
"version_name": "0.5.2_hotfix",
"author":"Shreya Dahal",
"homepage_url": "https://github.com/squgeim/yt-ad-autoskipper",
"content_scripts":[
Expand Down
1 change: 1 addition & 0 deletions skipad.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
'videoAdUiSkipButton', // Old close ad button
'ytp-ad-skip-button ytp-button', // New close ad button
'ytp-ad-overlay-close-button', // Close overlay button
'ytp-ad-skip-button-modern ytp-button', // Modern close ad button
];

var timeoutId;
Expand Down

0 comments on commit ff7d17d

Please sign in to comment.