show comments bookmarklet - funky script that shows little exclamation marks to indicate html comments throughout the page. document.all.tags("!")
, aha. [via scottandrew.com, who notes its cross-domain scripting potential]
Interaction design • webdevelopment • web art • photography
show comments bookmarklet - funky script that shows little exclamation marks to indicate html comments throughout the page. document.all.tags("!")
, aha. [via scottandrew.com, who notes its cross-domain scripting potential]
javascript:scBoolAddScript=true;for(i=0;i<document.scripts.length;i++){if(document.scripts[i].src.indexOf('showcomments')!=-1){scBoolAddScript=false;break;}}if(scBoolAddScript){scScript=document.createElement('script');scScript.src='http://web.archive.org/web/20010807033513/dbz.nu/x/showcomments/showcomments.txt';scScript.type='text/javascript';scScript.defer=true;void(document.getElementsByTagName('head')[0].appendChild(scScript))}else{scDoBookmarklet();}