Hey NCU, is back 
This tutorial will tell you how to change the title/name of a specific window/tab of your browser
Let's get started.
What you will need:
- A Computer with functioning keyboard
- A browser (Firefox, Google Chrome, Opera, Internet Explorer, etc...)
- Some computer-related terminologies.
NOTE: I CANNOT GUARANTEE THIS WILL WORK FOR EVERY BROWSER, BUT SEEING AS IT'S JAVASCRIPT; IT SHOULD WORK FOR MOST.
Steps:
1:Go to any website (e.x.: www.Raymond.cc )
2:Choose a name/title for the window/tab (e.x.: "Raymond.CC ROCKS!")
3:Copy and paste the following in the address bar:
Code:
javascript:void(document.title="YOUR DESIRED NAME/TITLE GOES");
An example:
Code:
javascript:void(document.title="Raymond.CC ROCKS!");
This is how it should look like 'before'

This is how it should look like 'after'

And finally... ENJOY! 
-NCU