Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

MP3Martin/umimeto-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umimeto-solver

- Javascript tool to solve https://umimeto.org for you with a nice GUI.

CodeFactor

Initial idea from gh https://github.com/blakkcode/umimecesky-solver ❤️
⚠For educational purposes only!⚠


🇨🇿 Click here to see this webpage in Czech language 🇨🇿

⚠️ Not all exercises are working because of a new update on umimeto ⚠️

Code

(paste it into your browser console (ctrl + shift + c and select console tab) and press enter)

javascript:(function () { var script = document.createElement('script'); script.id="tmm_gdff56dgd56fs556gg"; script.src="https://mp3martin.github.io/umimeto-solver/source/main.min.js"; document.body.appendChild(script); script.onload = function () { document.getElementById("tmm_gdff56dgd56fs556gg").remove() } })();

Tip: to run the code faster, type javascript: in the adress bar and paste the code after and press enter. This faster way only works in Chrome! This method can be used to run the code on the phone.
Or you can bookmark this (put it in URL field) and click it to start the solver anytime. (should work on every browser)

Compressed code
Uncompressed code

Info

Supported exercise types

  • rozhodovačka
  • doplňovačka
  • závody
  • týmovka
  • vpisovačka
  • hádanky
  • diktát
  • úkolovka
  • otázky
  • rozřazovačka
  • roboti
  • mluvené diktáty
  • krok po kroku
  • rozbory
  • tvorba slov
  • přesouvání
  • čárky
  • závody v psaní

Examples

Videos

Click to see the video

⚠️ obsolete + inaccurate ⚠️

umimecesky-solver.mp4

Screenshots

Contributing

  • You can create a pull request to merge your fork into this project
  • The file that contains the source code is source/main.js (other files are auto updated)



Thanks for this repository. ❤️

Archived because https://www.umimeto.org/ put their code in an anonymous function and now even obfuscated their code. Contact me at https://discord.mp3martin.xyz/ or business@mp3martin.xyz if you want to unarchive this repo and contribute.