+ Reply to Thread
Results 1 to 3 of 3

Thread: hax

  1. #1
    Regulator Terrick's Avatar
    Join Date
    Dec 2001
    Location
    Bloomington, IN
    Posts
    2,236


    "that's pretty deep stuff. that's not, 'yo yo yippy yo yo bling bling, smack a bitch.'"
    "when i eat chicken nuggets....they don't look like they're in pain...but i believe that they were.."

  2. #2
    I've got that on vinyl. DJ Detroit Butcher's Avatar
    Join Date
    May 2002
    Location
    detroit, baby
    Posts
    1,294

    yeah no shit, how does this work? i'm sure there's some explanation, something be exploited in a clever way, what's up????
    Keep your headphones on.

  3. #3
    Weird Boston guy Harmeister's Avatar
    Join Date
    Dec 2001
    Location
    East Coast
    Posts
    1,857

    each of those pictures has a mouseover that rewrites the html down lower in the page. It rewrites the "innerHTML" with some characters that are not visible (they are "shy") on a normal page encoding. They are only visible when you copy/paste in Notepad (Word and WordPad will not display them either sometimes). That's why the text looks the same when you see it in the browser, but not when you paste. The text is also highly escaped in the HTML (and hence the characters are escaped so you can't see them, so you have to unescape everything ) The particular character sequence is %26shy%3B so in the text below, where you see the asterisks is "hidden", or "shy" and is what makes it change when you copy paste.

    onmouseover="pob.innerHTML='********STAR********WA VESSQUARECIRCLECROSS"

    In other words, yes, a highly evolved HTML trick. Not worth 3 pounds. Kinda nifty though

    there we go, just right. keep walking...

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts