tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

external-script-utf8.js (200B)


      1 (function() {
      2  window.getSomeString = function() {
      3    return "śćążź"; //<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding.
      4  };
      5 })();