Internet Explorer Version 7.0
Hidden Credits in Internet Explorer 7.0
Microsoft | From Blazr360 or Cheesecake | Feb 24, 2007
Open Internet Explorer 7.0 and type in res://shdoclc.dll/wcee.htm then click Go.
When it loads, a black page appears. Right click and select View Source - it opens in Notepad.
Find in this text: gurjPRR. This will find 2 lines of text including If and DecodeStr. Highlight and delete them.
Now save this text file as: wcee<1>.html
Open the HTML file you saved and it will show fast scrolling credits about the staff and developers who made IE 7.
You need JavaScript enabled in your browser to see this video.
Powered by YouTube | Video clip not nessarly by submitter.
5 Comments
Add Your Comments ...
Tom.Slick (Apr 27, 2008)
Does not work in Vista
thedicemaster (Mar 16, 2008)
googled a bit.
javascript:window.name="TheWCEE";location.href="res://shdoclc.dll/wcee.htm"
it will open the page without the block, without even the need of editing the html file
r+ (Feb 22, 2008)
nerketur's way is far more elegant,
and also the rare one on the whole web.
]ceman (Nov 24, 2007)
works with IE ver 6.0XXX
Nerketur (May 5, 2007)
That works, though what that statement IS saying is "If window.name isn't 'TheWCEE', then return, and do nothing.
So, there is another way. At the very beginning of the file, look for the script tag. Below that line, type:
window.name="TheWCEE"
And presto, it works. No searching neccesary.