Advertisement
sirelune

addmefast-likefb

Oct 24th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function CloseWin(){
  2. var func= jQuery(".single_like_button").eq(0).attr("onclick").replace(/\(|\)|;/g,"");
  3. var win = func.split("_");
  4. win = win[1];
  5. win = "FBL_"+win;
  6. eval(win+".close();");
  7. }
  8. CloseWin();
  9. console.log("Js has inject!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement