diff --git a/etor.js b/etor.js new file mode 100644 index 0000000..4f6351a --- /dev/null +++ b/etor.js @@ -0,0 +1,10 @@ +(function () { + 'use strict'; + + //Не нужно переписывать весь этот код, не делайте так! + //for Lampa. + window.lampa_settings.torrents_use = true; + window.lampa_settings.demo = false; + window.lampa_settings.read_only = false; + +})();