mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
fix redirect bug
This commit is contained in:
@@ -480,6 +480,8 @@ function handleNewPage() {
|
||||
}
|
||||
if (cache['redirect_to_wl']) {
|
||||
location.replace(REDIRECT_URLS['redirect_to_wl']);
|
||||
handleNewPage();
|
||||
return;
|
||||
}
|
||||
if (cache['redirect_to_library']) {
|
||||
const button = qs('a#endpoint[href="/feed/library"]');
|
||||
|
||||
Reference in New Issue
Block a user