Skip to content

SoboLAN/projecteuler-translation-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This script is intended for use only on ProjectEuler.net and it was build to be used together with Firefox's GreaseMonkey extension.

It places 5 flags (British, Romanian, Russian, Korean and German) on top of every problem's page. By clicking on the flag, the corresponding translation of a problem is retrieved.

Obviously, not at all problems are available in the above mentioned languages. In this case, clicking on the flag will do nothing.

Notes about implementation:

  • The technique used for implementing this is JSONP (JSON with padding), since AJAX wouldn't work (see Same Origin Policy).
  • The processing function (only 2 - 3 lines of code) is found in the processtranslation.js file. That function will be executed when the response comes back.
  • The 5 flag images are stored inside the script in Base64 format, to avoid additional HTTP requests.

LIMITATIONS:

  • does not work on HTTPS version of ProjectEuler (Firefox 23+), unless you disable Mixed Active Content blocker
  • for some unknown reason, it needs at least Firefox 9+ to work.

The translations are parsed from the corresponding translations websites:

You can see a demo on how the script works in the video on this page: http://projecteuler.radumurzea.net/greasemonkey.php

The script is also hosted here, for easier installation:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published