Re:
wirral said:
Does anyone know how to turn off the label that says "Peloton +5'03"" or "Front of the race 122.50 km" which appears above the bouncing dot on the TDF live Race Centre. I would appreciate any helpful answers. It is kind of annoying, bouncing away.
Well, I can't seem to load the page correctly, as my Internet is currently struggling with everything, but this might work (can't test it myself, though):
If you're in Chrome:
- Right-click the object you want to hide;
- Select "Inspect" from the drop-down menu;
- A developer screen should open, search for the "styles" screen/tab;
- Click somewhere in "element.style", you should be able to type something
- Type "visibility: hidden" without the quotes;
- The object should now be hidden.
- Close the developer part on screen by clicking the "x" (on that screen! not the window or tab)
In firefox:
- Right-click the object you want to hide;
- Select "Inspect Object" from the drop-down menu
- You should get a developer screen again; with a tab called "Rules";
- Click somewhere between "Element {" and the next "}" (should be on top in the tab)
- Now you can type, type "visibility: hidden;" without the quotes;
- The object should now be hidden;
- Close the developer part on the screen by clicking the "x".
The changes are not permanent, reloading the screen will make the objects appear again. So, if you make a mistake, just reload the screen. It also means you have to redo it everytime you reopen the website.