Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Update Youtube-Ad-blocker-Reminder-Remover.user.js #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Youtube-Ad-blocker-Reminder-Remover.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
// ad center method
//

// If we tryied 10 times we can assume it wont work this time (This stops the wird pause/feaze on the ads)
// If we tried 10 times we can assume it wont work this time (This stops the wird pause/feaze on the ads)

if(adLoop < 10){
const openAdCenterButton = document.querySelector('.ytp-ad-button-icon');
Expand Down