We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
Some downtime and service disruptions may be experienced.
Thanks in advance for your patience.
Vivaldi Forum mod
-
Width: 400px / Font: 16px = 25 characters
25 characters * 5 lines = 125 characters
Perhaps the number of characters on Twitter (140) was not too bad.
-
I use the command "has-text()" in uBO to not show posts of topics that do not interest me.
For example I don't use the built-in email or capture feature, then what's the point of seeing posts that I'll never read.With the possible termination of uBO, I think if it would be possible to achieve the same with Stylus.
Without code:
With code:
li.row:has([href*="mousewheel"], [href*="sunday"], [href*="color"]) {display: none !important;}
-
@barbudo2005 Far too complicated. The forum has categories, you can simply set them to ignore.
-
I'm talking about tomatoes and you're talking about elephants.
Tell me which category I should use so that no more capture posts appear?
One line of code complicated?
-
@barbudo2005 Elephants squash tomatoes
-
Tell me which category I should use so that no more capture posts appear?
-
@barbudo2005 None, just ignore the half dozen »capture« post that you potentially stumble upon in a year. Hiding topics by select words is far too invasive for my taste. I mean think about it, you will miss out on sweet posts like “I captured the easter bunny and you won’t believe what happened next” …
-
Looks like we need a new version
-
Version 4.4
Fixes color scheme issues for text completion and topic foreground colors when logged out. -
For those who use uBO you can highlight posts you are mentioned with this code in My filters:
forum.vivaldi.net##li.category-item.clearfix.row:has-text(@barbudo2005):style(border-left: 2px solid #1759bd !important; border-right:2px solid #1759bd !important; border-top: 2px solid #1759bd !important; border-bottom: 2px solid #1759bd !important; border-radius: 15px !important;)
For those who don't like this format:
Use this code:
.col-md-1.hidden-sm.hidden-xs.stats.stats-viewcount span.human-readable-number {font-size: 0px !important;} .col-md-1.hidden-sm.hidden-xs.stats.stats-viewcount span.human-readable-number:before {content: attr(title)!important; font-size: 5px !important;}
-
Differentiate upvoted and mentioned notifications:
Code in My filters of uBO:
forum.vivaldi.net##li a.deco-none:has-text(upvoted):style(color: rgba(255,0,6,0.7) !important;)
-
@barbudo2005 VFM has a different icon for each type of notification (post, topic/mention, edit, upvote, follow, move, chat) built in. But I don’t think you have used VFM in a long time. It’s a pure CSS mod though, try it out ☛
/* Custom notification icons */ .header .notification-list li[data-nid^="new_post"] .mark-read::after { content: "\f1d8"; } .header .notification-list li[data-nid^="edit_post"] .mark-read::after { content: "\f044"; } .header .notification-list li[data-nid^="upvote"] .mark-read::after { content: "\f164"; } .header .notification-list li[data-nid^="follow"] .mark-read::after { content: "\f06e"; } .header .notification-list li[data-nid^="move"] .mark-read::after { content: "\f35a"; } .header .notification-list li[data-nid^="chat"] .mark-read::after { content: "\f0e0"; } /* mentions/new topics (no specific data-nid) */ .header .notification-list li[data-nid^="tid"] .mark-read::after { content: "\f4ad"; }
-
version 4.5 release
The new version is up on webstore now and your instances should have updated. I added the Tony emoji from Vivaldi Social to the Advanced Formatting mod. They can be inserted with the Emote Picker -
-
-
-
-
@Zalex108
Beautiful
And now another one for Christmas? -
@ingolftopf said in Vivaldi Forum mod:
@Zalex108
Beautiful
And now another one for Christmas?Is baking!
-