AlessandroCaputo

Dominio altervista

Mar 28th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. (function(){
  2. var DOMAIN = "dominio.com/it/ecc";
  3.  
  4. var NEW_DOCUMENT = 0;
  5. if(this != parent && name == "XYZZY2"){
  6. parent.postMessage({type: NEW_DOCUMENT, title: document.title, pathquery: location.pathname+location.search}, "http://"+DOMAIN);
  7. }else if(!window.PL || location.hash.search(/access_token/) == -1){
  8. location.replace("//"+DOMAIN+location.pathname+location.search);
  9. }
  10. })()
Add Comment
Please, Sign In to add comment