Greasy Fork is available in English.

Burlington English Cheat - Made By iron web10

Made by iron web10

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
ironweb10
Installazioni giornaliere
0
Installazioni totali
7
Valutazione
1 0 0
Versione
1.8
Creato il
06/03/2025
Aggiornato il
01/12/2025
Dimensione
30,3 KB
Licenza
Iron web10 2025
Applica a

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.