Divxplanet'tan tek tikla indir

By jnothing Last update Nov 27, 2007 — Installed 1,234 times. Daily Installs: 2, 1, 1, 6, 3, 3, 3, 6, 4, 2, 1, 4, 2, 0, 2, 4, 2, 4, 1, 4, 2, 1, 1, 0, 0, 5, 1, 2, 2, 1, 1, 6
// ==UserScript==
// @name           Divxplanet'tan tek tikla indir
// @description    Divxplanet'tan tek tikla indir
// @author         jnothing
// @version        1.0
// @include        http://www.divxplanet.com/sub/s/*
// @include        http://divxplanet.com/sub/s/*


// ==/UserScript==

	

var ilk='href="/indir.php?id=';
var badi=document.body.innerHTML;
var kod=badi.substring(badi.indexOf(ilk)+20);
kod=kod.substring(0,kod.indexOf('"'));

window.location='http://www.divxplanet.com/indir.php?id='+kod;