您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Made by iron web10 - Improved UI & Notifications
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.