kopia lustrzana https://github.com/RootMyTV/RootMyTV.github.io
Fix indentation
rodzic
73b2f460d4
commit
20a6da3bf3
|
@ -60,11 +60,10 @@
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
var is_webos = navigator.userAgent.toLowerCase().indexOf("webos") !== -1 ||
|
var is_webos = navigator.userAgent.toLowerCase().indexOf("webos") !== -1 ||
|
||||||
navigator.userAgent.toLowerCase().indexOf("netcast") !== -1 ||
|
navigator.userAgent.toLowerCase().indexOf("netcast") !== -1 ||
|
||||||
navigator.userAgent.toLowerCase().indexOf("smarttv") !== -1;
|
navigator.userAgent.toLowerCase().indexOf("smarttv") !== -1;
|
||||||
console.log("is_webos: " + is_webos)
|
console.log("is_webos: " + is_webos)
|
||||||
|
|
||||||
// Exploit data: url navigation for browsers which didn't have following patch
|
// Exploit data: url navigation for browsers which didn't have following patch
|
||||||
// applied yet (webOS 3.x):
|
// applied yet (webOS 3.x):
|
||||||
// https://chromium.googlesource.com/chromium/src.git/+/130ee686fa00b617bfc001ceb3bb49782da2cb4e
|
// https://chromium.googlesource.com/chromium/src.git/+/130ee686fa00b617bfc001ceb3bb49782da2cb4e
|
||||||
|
|
Ładowanie…
Reference in New Issue