Optional "Stylish" rule to identify LoG1 sub forum

Announcements and discussion regarding the forums.
Post Reply
User avatar
Isaac
Posts: 3172
Joined: Fri Mar 02, 2012 10:02 pm

Optional "Stylish" rule to identify LoG1 sub forum

Post by Isaac »

My goto link to check the forum pages is the 'view new posts' search page, but I quite often miss the sub forum heading where the post appears. Many times I've posted replies of Grimrock 2 scripts in the Grimrock 1 section. So I have finally made a Stylish rule that will identify the LoG1 modding sub forum, and hopefully nip any future mistaken posts before they happen. 8-)

On the slightest chance that others might find this useful... Here is the rule script:
(Requires the 'Stylish' browser extension/addon be installed.)

Code: Select all

 /*
	You must set >> Applies to URLS matching the regexp:
 		http:\/\/www\.grimrock\.net\/forum\/view(forum|topic)\.php\?f=14.*
*/

#wrap {
	background-color: blue;
}
User avatar
Dr.Disaster
Posts: 2874
Joined: Wed Aug 15, 2012 11:48 am

Re: Optional "Stylish" rule to identify LoG1 sub forum

Post by Dr.Disaster »

A smart solution.
Isaac wrote:My goto link to check the forum pages is the 'view new posts' search page
I'd mix up sub-forums too by going with this link first since it does not discriminate enough. Yet i've never had that problem since my entry point is the regular forum index.
Post Reply