mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Crab icon fix
This commit is contained in:
@@ -2568,7 +2568,7 @@
|
||||
/* Start GoodTube
|
||||
------------------------------------------------------------------------------------------ */
|
||||
// Youtube page
|
||||
if (window.top === window.self) {
|
||||
if (window.top === window.self && window.location.href.indexOf('youtube') !== -1) {
|
||||
goodTube_init();
|
||||
}
|
||||
// Proxy iframe embed
|
||||
@@ -2580,5 +2580,4 @@
|
||||
goodTube_iframe_init();
|
||||
}
|
||||
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user