Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .gitignore
Binary file not shown.
1 change: 1 addition & 0 deletions js&css/extension/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
async: true
});

function bodyReady() {

Check warning on line 29 in js&css/extension/init.js

View workflow job for this annotation

GitHub Actions / lint-and-test

Missing space before function parentheses
if (extension.ready && extension.domReady) {
extension.features.addScrollToTop();
extension.features.font();
Expand All @@ -50,7 +50,7 @@
extension.features.comments();
extension.features.openNewTab();
extension.features.removeListParamOnNewTab();
// extension.features.hideSponsoredVideosOnHome?.();

Check warning on line 53 in js&css/extension/init.js

View workflow job for this annotation

GitHub Actions / lint-and-test

Trailing spaces not allowed
bodyReady();
});

Expand All @@ -74,7 +74,8 @@
'/js&css/web-accessible/www.youtube.com/shortcuts.js',
'/js&css/web-accessible/www.youtube.com/blocklist.js',
'/js&css/web-accessible/www.youtube.com/settings.js',
'/js&css/web-accessible/www.youtube.com/last-watched-overlay.js', // Neue Zeile hinzufügen

Check warning on line 77 in js&css/extension/init.js

View workflow job for this annotation

GitHub Actions / lint-and-test

Multiple spaces found before '// Neue Zeile ...'
'/js&css/web-accessible/www.youtube.com/volume-booster.js',
'/js&css/web-accessible/init.js'
], function () {
extension.ready = true;
Expand Down
Loading