By Blazr360 or Cheesecake | Feb 24, 2007 | Microsoft
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.
Cosman246 - Dec 06 2008Actually, it's IE-4 credits. They just left it there. Plus, you can edit the HTML code to make it go slow....
Tom.Slick - Apr 27 2008Does not work in Vista
thedicemaster - Mar 16 2008googled 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 2008nerketur's way is far more elegant,
and also the rare one on the whole web.
]ceman - Nov 24 2007works with IE ver 6.0XXX
Nerketur - May 05 2007That 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.