Skip to content

Instantly share code, notes, and snippets.

View djpao29's full-sized avatar

PAULINO PEREZ djpao29

  • LLC INC
View GitHub Profile
@lukeholder
lukeholder / anonymous.js
Last active December 16, 2015 07:49 — forked from anonymous/anonymous.js
This script redirects all the links via blankrefer.com - except for the sites that were included in the protected_links string
//This script redirects all the links via blankrefer.com - except for the sites that were included in the protected_links string
//Example:
//var protected_links = "myspace,ebay";
var protected_links = "";
var a_to_va = 0;
var a_to_vb = 0;
var a_to_vc = "";
function blank_refer()
{