This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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() | |
| { |