This below is Annotate.tv an app created by my friend Mati
Get a discount with my affiliate link
start taking your own YouTube Notes!
I also made a video showing Annotate.tv you can watch it here
↓↓↓ Click the image to see how it works ↓↓↓
Here's the code used in the video:
div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-string.cm-url:not(.cm-formatting) {
font-size: 0;
}
div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-string.cm-url:not(.cm-formatting)::after {
content: '»';
font-size: 1rem;
}