Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. function Click(tab){
  2. if ( tab.url.indexOf("vk.com") != -1 ){
  3. alert(history.current);
  4. var l = location.hostname // не робит... и history.currect, и window.location(href-host)
  5. var params = "menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes"
  6. window.open("https://app.adspoiler.com/search?query="+l, "AdSpoiler", params)
  7. }
  8. }
  9.  
  10. chrome.browserAction.onClicked.addListener(Click);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement