URL: http://www.dazsmith.com/uploads/simtest.htm
When you hover over it, the site says http://google.com. Clicking it leads you to http://www.simchamber.net
Talking with him over it..
Code: Select all
[05:15:18] <MassEffectKitsune> Why did you encode that in hex?
[05:16:25] <@Daz> Eh. Why not.
[05:17:42] <@Daz> Mainly because I thought having something like that sitting at the very bottom of the page with the link you're directing to totally obscured is more concerning than not :P
[05:18:32] <MassEffectKitsune> Yes it is.
[05:18:42] <@Daz> $(document).ready(function(){
[05:18:43] <@Daz> $("a").click(function(event){
[05:18:43] <@Daz> event.preventDefault();
[05:18:43] <@Daz> window.location = "http://simchamber.net;
[05:18:43] <@Daz> });
[05:18:43] <@Daz> });
Browser is Pale Moon with NoScript 2.1.4
This also works on Firefox Nightly (UX) with NoScript 2.1.9rc4 (I should go update my Pale Moon I think..)