alexseanchai: Katsuki Yuuri wearing a blue jacket and his glasses and holding a poodle, in front of the asexual pride flag with a rainbow heart inset. (Default)
let me hear your voice tonight ([personal profile] alexseanchai) wrote2010-08-11 07:06 pm

(no subject)

Can has ability to put stuff from feeds behind generic cuts now? Or to filter particular feeds (and users and comms) out of the network page? Because I keep having to scroll through stuff on [syndicated profile] icanhascheezburger_feed that's got font size FUCKING GINORMOUS and I no wanna.
instantramen: girl magically removing sword from second girl's chest ('scuse me while I whip this out)

[personal profile] instantramen 2010-08-11 11:36 pm (UTC)(link)
If you're using Firefox (with Greasemonkey), Chrome, Opera, or any other browsers with user script support, I've found DW Post Expand/Collapse/Hide to be a pretty useful stand-in. You can pretty easily tweak the script to affect which post elements are hidden on collapse, too.
instantramen: drawing of a housecat wearing heart-shaped sunglasses with the word "gnarly" underneath (that is one cool cat)

[personal profile] instantramen 2010-08-11 11:48 pm (UTC)(link)
No prob.
somnolentblue: statue of a woman from the waist up (Default)

[personal profile] somnolentblue 2010-08-11 11:52 pm (UTC)(link)
I'd love the ability to put in my user settings that feeds (although not journal entries) automatically get cut after 100 words. See also feeds with spoilers, like John Rogers Leverage Q & A sessions and the True Blood posts that come through my network once a week.
angel_negra: First female Rogue of the Flash. <3 (Golden_Glider)

Ironically, found you via my Network

[personal profile] angel_negra 2010-08-12 12:11 am (UTC)(link)
After reading your post, I was messing around with the filter drop down from the nav bar, just to see if it would work. The 'journal only' 'comm only' and 'feed only' filters work on it. It's not perfect, but it'll let you get by the lolkats without scrolling.
angel_negra: (Manhunter)

Re: Ironically, found you via my Network

[personal profile] angel_negra 2010-08-12 12:42 am (UTC)(link)
Ah, gotcha. Yeah, it wasn't an ideal solution, but I figured I'd throw it out there incase the greasemonkey script didn't work for you. (I don't use a browser/OS gets a lot of plug-ins designed for it, so I try to look for alternate solutions.)
matgb: Artwork of 19th century upper class anarchist, text: MatGB (Default)

[personal profile] matgb 2010-08-12 04:57 am (UTC)(link)
Browsing network; you can use custom CSS to hide any specific feed contents from displaying, some work I did on it, as well as others, in the comments to dw_suggestions: Automatically cut entries from syndicated feeds.

Or you can browse network while blanking feeds, /network?show=P&show=C will just show comms and journals.

If you just want to hide images from cheezburger, then
.journal-icanhascheezburger_feed img {display:none;} will do the job.
Or replace with .journal-type-Y yo hide images from all feeds. If you only want that to happen on your network page, put .page-network at the front of the line.

The more I play with CSS on DW, the more impressed I am with the job they did when coding the backend.