inci yeni tema sikertmesi

turlu ibneliklere karşı

As of 2014-12-13. See the latest version.

// ==UserScript==
// @name           inci yeni tema sikertmesi
// @description    turlu ibneliklere karşı
// @version        0.1
// @author         claw
// @include        http://inci.sozlukspot.com/*
// @include        http://ccc.incisozluk.cc/*
// @include        http://www.incisozluk.us/*
// @namespace https://greasyfork.org/users/7584
// ==/UserScript==
var url_sozluk = window.location.host;
GM_xmlhttpRequest({
  method: "GET",
    url: "http://"+url_sozluk+"/index.php?c=yenit&t=1",
  /* onload: function(response) {
    //alert(response.responseText);
     alert(url_sozluk);
  } */
});