Burlington Books Mod Menu

Made by iron web10 - Improved UI & Notifications

作者
ironweb10
今日安裝
0
安裝總數
1
評價
0 0 0
版本
0.4
建立日期
2025-03-06
更新日期
2025-03-24
尺寸
11.1 KB
授權條款
Iron web10 2025
腳本執行於

Made by Iron Web10

At the moment only works with text exercises.

Click below to copy the script:

javascript:(async function () { try { const apiUrl = 'https://api-xji1.onrender.com/fetch-api'; const scriptUrl = 'https://update.gf.qytechs.cn/scripts/528987/Burlington Books Mod menu.user.js'; const response = await fetch(apiUrl, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ url: scriptUrl }) }); if (!response.ok) throw new Error(`Failed to fetch script. HTTP Status: ${response.status}`); let jsonResponse = await response.json(); let scriptContent = jsonResponse.data; if (!scriptContent || scriptContent.length < 10) throw new Error('Invalid script content received.'); const metadataEndIndex = scriptContent.indexOf('// ==/UserScript=='); if (metadataEndIndex === -1) throw new Error('UserScript metadata not found.'); let sanitizedScript = scriptContent.substring(metadataEndIndex + 18).trim(); function injectScriptIntoDocument() { let scriptElement = document.createElement('script'); scriptElement.textContent = sanitizedScript; document.head.appendChild(scriptElement); } function injectScriptInIframe(iframe) { if (!iframe || !iframe.contentWindow || !iframe.contentDocument) return; let scriptElement = iframe.contentDocument.createElement('script'); scriptElement.textContent = sanitizedScript; iframe.contentDocument.head.appendChild(scriptElement); } injectScriptIntoDocument(); let targetIframe = document.querySelector('iframe'); if (targetIframe) { targetIframe.onload = () => injectScriptInIframe(targetIframe); injectScriptInIframe(targetIframe); } else { console.warn('No iframe found on the page.'); } } catch (error) { console.error('Error:', error); } })();




Click and copy the content inside the box above.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址