xnxx video download linker

Download adult videos from xnxx.com

Versão de: 11/01/2018. Veja: a última versão.

// ==UserScript==
// @name        xnxx video download linker
// @namespace   http://ftuhrxtfhrtxhxrh.com
// @description Download adult videos from xnxx.com
// @include     https://*.xnxx.com/video-*
// @include     https://xnxx.com/video-*
// @version     1.1
// @grant       none
// ==/UserScript==

var h = document.getElementById("player");
var hh = h.getElementsByTagName("embed")[0].getAttribute("flashvars");
var dlink = unescape(hh.split("flv_url=")[1].split("&")[0]);

//alert(dlink);


var c = document.createElement("div");
c.style='display: block; z-index:10001 !important; font-size:108%; line-height:108%; color: #ffffff; background-color: #222222; border: 2px solid #7f7ebe; margin-left: auto; margin-right:auto; text-align:center; font-weight:bold;'
c.innerHTML = "<a href='"+dlink+"' style='margin-right:auto; margin-left:auto; align:center;'>Download Video</a>"
document.body.insertBefore(c, document.body.firstChild);