>>7103106>rename those tabs at the top of the screen. The website shortcutsAssuming you have 0 experience in creating/editing rainmeter skins:
Select dock.ini
In the Rainmeter menu, click the "Edit" button
It should open a text editor, Notepad by default, although you have no excuse not to use Sublime Text or Notepad++
Search through the "code" until you find the [Web] meter
There's a Text value that's equal to "Youtube ____ Gmail ____ etc. "
Change these to whatever you want
After that, there are a bunch of meters like [Youtube] [Gmail], ...
You don't have to change the name inside the brackets, just change the URL found in each "LeftMouseDownAction" in order
You also have to change the ' W ' for each, i.e. change the width of the clickable area for that link
If you plan on adding more, you would have to increment the X value
Whoever wrote that skin is a bit dumb, it's better to have every link as a separate, but whole, meter rather than splitting the text part and the link part.
TL;DR
You're better off with creating skins from your own, instead of using someone else's. Look into the rainmeter documentation - creating custom skins is probably the easiest coding-related thing you could write, and if you're stuck just Google what you want to do or download someone's skin and look into how they did it.