Diskusie » Žiadosť o vytvorenie

Imdb.com Open all Message Board Posts

§
Pridaný: 10.03.2014
Upravený: 10.03.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.

§
Pridaný: 12.03.2014
Upravený: 12.03.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.

§
Pridaný: 12.03.2014
Upravený: 12.03.2014

or

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

without !important flags.

§
Pridaný: 12.03.2014

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

§
Pridaný: 13.03.2014
Upravený: 13.03.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.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.

长期地址
遇到问题?请前往 GitHub 提 Issues。