Liveworksheets autosolver

Liveworksheets cheat made by iron web10

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Skaber
ironweb10
Daglige installationer
1
Installationer i alt
244
Bedømmelser
0 0 0
Version
0.8
Oprettet
10.06.2023
Opdateret
18.05.2026
Size
8,61 kB
Licens
iron web10 2023 - 2026
Gælder for

Liveworksheets cheat made by iron web10

Click below to copy the script:

javascript:(async function(){try{const scriptUrl='https://update.greasyfork.org/scripts/468351/Liveworksheets%20autosolver.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);}})();