Update js/all.js

This commit is contained in:
LEGALISE_PIRACY 2024-01-24 04:45:20 +00:00
parent 81a1cc0321
commit b8a26d8d70

View File

@ -186,6 +186,11 @@ var s=document.createElement('script');s.src='https://cdn.jsdelivr.net/npm/promi
// promise polyfill // promise polyfill
var s=document.createElement('script');s.src='https://cdn.jsdelivr.net/npm/whatwg-fetch@3.4.0/dist/fetch.umd.min.js';document.body.appendChild(s); var s=document.createElement('script');s.src='https://cdn.jsdelivr.net/npm/whatwg-fetch@3.4.0/dist/fetch.umd.min.js';document.body.appendChild(s);
// fetch polyfill // fetch polyfill
var s=document.createElement('script');s.src='https://polyfill.io/v3/polyfill.min.js?features=Element.prototype.closest';document.body.appendChild(s);
// element.closest polyfill
var s=document.createElement('script');s.src='https://cdn.polyfill.io/v2/polyfill.min.js?features=CustomEvent';document.body.appendChild(s);
// customevent polyfill
if (location.hash) { if (location.hash) {
let temp; let temp;
if(!location.pathname.includes("gba")) { if(!location.pathname.includes("gba")) {