Bug - make the script a little more strict
![]() ![]() |
The script runs on this page: http://is.gd/create.php?longurl=http://www.yout... Which it shouldn't. Check domains before running the script since the wildcards are so liberal. |
![]() ![]() |
I wish i could use regex for the domains.... The problem here is that a youtube url is in the arguments of the url You can add this to stop the script when it's not on youtube by adding in the last version: if(!check_on_youtube() && !check_on_userscripts()) { return; } in the USER SETTING part, just before the "const FORCE_LANGUAGE"
On site other than youtube... the script try to find all youtube videos in a page and bind the media controler under each one. |



