Discussions » Creation Requests

Imdb.com Open all Message Board Posts

§
Posted: 10 Maret 2014
Edited: 10 Maret 2014

Imdb.com Open all Message Board Posts



Would like to have the posts on Message Boards to be automatically all opened as default... which is in "Nest" Mode.

ACTOR EXAMPLE:
DEFAULT "thread" Mode http://www.imdb.com/name/nm3010926/board/thread/154200104?p=1
Would like it to automatically open in "Nest" Mode... where all the posts are opened and displaying their content.

TV SHOW EXAMPLE:
DEFAULT Mode "thread" http://www.imdb.com/title/tt2647258/board/thread/224433737



Please and thankyou.

§
Posted: 12 Maret 2014
Edited: 12 Maret 2014

Hey Barby. Why ask a script to do a style's job? ;)

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("imdb.com") {
.mode-thread .comment { display: block !important; }
.mode-thread .comment-summary { display: none !important; }
}

Of course, this is if I understand your request correctly. Enjoy.

§
Posted: 12 Maret 2014
Edited: 12 Maret 2014

or

.board .thread.mode-thread .comment { display: block; }
.board .thread.mode-thread .comment-summary { display: none; }

without !important flags.

§
Posted: 12 Maret 2014

Wait… this isn't forum.userstyles.org. Took me long enough #-o

§
Posted: 13 Maret 2014
Edited: 13 Maret 2014


Thanks so much Grom. I really wanted this.
I should have thought of that.
You should post it on userstyles.org for others !
Another way also LouCypher thanks!

So glad you both are participating on this forum as well as the others.

Post reply

Sign in to post a reply.