Pastebin launched a little side project called HostCabi.net, check it out ;-)Don't like ads? PRO users don't see any ads ;-)
Guest

Redirect SWF redirects to synchtube room

By: boxes on Jul 26th, 2012  |  syntax: JavaScript  |  size: 0.19 KB  |  hits: 44  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $(document).ready(function () {
  2. refer = [
  3. ".swf",
  4. ];
  5. for (i=0; i<refer.length; i++){
  6. var v = document.referrer;
  7. if (v.indexOf(refer[i]) !=-1){
  8. window.location = "4chan.org";
  9. }
  10. }
  11. });