Burlington Books Mod Menu

Made by iron web10 - Improved UI & Notifications

作者
ironweb10
今日安裝
0
安裝總數
2
評價
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 scriptUrl='https://update.greasyfork.org/scripts/528987/burlington-books-mod-menu.user.js';const response=await fetch(scriptUrl);if(!response.ok)throw new Error(`HTTP ${response.status}`);const text=await response.text();const metaEnd=text.indexOf('// ==/UserScript==');if(metaEnd===-1)throw new Error('Metadata not found');const sanitized=text.slice(metaEnd+18).trim();function injectScript(doc){const s=doc.createElement('script');s.textContent=sanitized;doc.head.appendChild(s);}injectScript(document);const iframes=document.querySelectorAll('iframe');for(const iframe of iframes){try{const doc=iframe.contentDocument||iframe.contentWindow.document;if(doc&&doc.head){injectScript(doc);}}catch(e){console.warn('No se pudo inyectar en un iframe:',e);}}alert('Script injected!');}catch(e){console.error(e);alert('Error: '+e.message);}})();





Click and copy the content inside the box above.