mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Update utils.js
This commit is contained in:
committed by
GitHub
parent
6d739de57c
commit
5802e05228
3
utils.js
3
utils.js
@@ -40,8 +40,7 @@ function getYouTubeVideoID(url) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function localizeHtmlPage()
|
function localizeHtmlPage() {
|
||||||
{
|
|
||||||
//Localize by replacing __MSG_***__ meta tags
|
//Localize by replacing __MSG_***__ meta tags
|
||||||
var objects = document.getElementsByTagName('html');
|
var objects = document.getElementsByTagName('html');
|
||||||
for (var j = 0; j < objects.length; j++)
|
for (var j = 0; j < objects.length; j++)
|
||||||
|
|||||||
Reference in New Issue
Block a user