NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name redecanais
// @namespace redecanais
// @description redecanais
// @include *mice*
// @exclude *.js
// @grant none
// ==/UserScript==
//alert(1)
function carrega()
{
a=document.body.innerHTML.match(/file\: \"(.{0,100}.mp4)/)
//alert(a[1])
document.body.innerHTML="<a hre=\""+a[1]+"\">"+a[1]+"<a>"
//if(prompt("Link",a[1]))
// {
window.location=a[1]
// }
}
window.onload=carrega