Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. function AccesProtege() {
  2. var _0xe1b0x2 = window['location']['pathname'];
  3. _0xe1b0x2 = _0xe1b0x2['split']('/');
  4. _0xe1b0x2 = _0xe1b0x2[_0xe1b0x2['length'] - 1];
  5. _0xe1b0x2 = _0xe1b0x2['substr'](0, _0xe1b0x2['lastIndexOf']('.'));
  6. _0xe1b0x2 = _0xe1b0x2['replace'](new RegExp('(%20|_|-)', 'g'), '');
  7. pass = prompt('Mot de passe :', '');
  8. if (_0xe1b0x2 == pass) {
  9. document['getElementById']('image')['style']['display'] = 'block'
  10. } else {
  11. window['location'] = 'index.html'
  12. }
  13. }
  14. AccesProtege()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement