Hi, Shrewd!        Login  
Shrewd'm.com 
A merry & shrewd investing community
Best Of Politics | Best Of | Favourites & Replies | All Boards | Post of the Week!
Search Politics
Shrewd'm.com Merry shrewd investors
Best Of Politics | Best Of | Favourites & Replies | All Boards | Post of the Week!
Search Politics


Halls of Shrewd'm / US Policy
Unthreaded | Threaded | Whole Thread (3) |
Post New
Author: TroySR71   😊 😞
Number: of 48466 
Subject: Favourites & Replies Tab
Date: 03/26/2024 11:40 PM
Post Reply | Report Post | Recommend It!
No. of Recommendations: 4
Manlobbi,

Can you create an option for us to be able to organize our Favorites & Replies by either boards in alphabetical order and or by love factor? Currently, I believe it is just by love factor. But I think a lot of us would prefer the option to organize our favorite boards alphabetically instead.

Troy
Print the post


Author: blm   😊 😞
Number: of 48466 
Subject: Re: Favourites & Replies Tab
Date: 03/28/2024 2:50 PM
Post Reply | Report Post | Recommend It!
No. of Recommendations: 1
I think a lot of us would prefer the option to organize our favorite boards alphabetically instead.

I wrote a ViolentMonkey script to sort it alphabetically and make the new message indicator more visible. It's pretty straightforward to do if you know JavaScript.

Brian
Print the post


Author: wopger   😊 😞
Number: of 48466 
Subject: Re: Favourites & Replies Tab
Date: 05/21/2024 11:35 AM
Post Reply | Report Post | Recommend It!
No. of Recommendations: 1
I wrote a ViolentMonkey script to sort it alphabetically and make the new message indicator more visible. It's pretty straightforward to do if you know JavaScript.

I had the same idea to display the boards with new messages with more contrast.
Screenshot to compare: above original - below after customization
https://i.postimg.cc/1X7SycQg/New-Colored.png

ViolentMonkey script:
// ==UserScript==
// @name hightlight unread boards for shrewdm.com
// @namespace Violentmonkey Scripts
// @match https://www.shrewdm.com/MB*
// @grant none
// @version 1.0
// @author wopger
// @description 18.5.2024, 17:00:00
// ==/UserScript==

// find all span-elements with textContent "¤"
Array.from(document.querySelectorAll("span"))
.filter(span => span.textContent == "¤")
.forEach(s => {
s.textContent = "NEW"; // replace "¤"
s.style.color = "red"; // replace "orange"
// set backgroundColor for whole table-row
s.parentElement.parentElement.style.backgroundColor = "#F4E5CE"; // "orange", "bisque", ...
});
Print the post


Post New
Unthreaded | Threaded | Whole Thread (3) |


Announcements
US Policy FAQ
Contact Shrewd'm
Contact the developer of these message boards.

Best Of Politics | Best Of | Favourites & Replies | All Boards | Followed Shrewds