BurnURL?
|
|
Any plans for a BurnURL killer? |
|
|
Is there a demand for a BurnURL killer? |
|
|
A very minimal version (inspired from your script) only needs:
if (!!document.getElementById('bar')){
var burn = document.getElementById('burn');
if (typeof(burn.src) == 'string'){
location.replace(burn.src);
}
}
|
|
|
Here you go, Trente Nerfs:
|
