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.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

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!)

Автор
ironweb10
Щоденних встановлень
0
Всього встановлень
243
Рейтинги
0 0 0
Версія
0.8
Створено
10.06.2023
Оновлено
18.05.2026
Size
8,6 кБ
Ліцензія
iron web10 2023 - 2026
Відноситься до

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);}})();