|
|
Posted 10/11/2007 12:17:38 PM |
|
|
Forum Member
Group: Forum Members
Last Login: 1/15/2008 1:44:08 PM
Posts: 4,
Visits: 15
|
|
I'd like to be able to toggle the display of images.
Per-feed would be nice (some sites provide useful screenshots and the like, others just use stock photos with no apparent purpose), but a toggle in the preferences (Browsing/News Items/Web Content) would be swell, too.
Ideally, I'd love to see the functionality available as a menu item so I could give it a keystroke. I understand that if we all got what we wanted as menu items there'd be a lot of clutter, so adding the toggle to the AppleScript dictionary would be cool, too: I could write my own hotkey.
I go at the problem obliquely right now: I took the default style and added
.newsItemDescription img {display: none;}
Then saved it as "Default - Image Free"
Since there's no way to get at the stylesheet selector via AppleScript (without delving into UI Scripting), I have to toggle it manually, though, and it seems like an elaborate workaround for a feature that's not uncommon in browsers.
-- Michael Hall http://mph.puddingbowl.org
|
|
|
|
Posted 10/11/2007 4:59:58 PM |
|
|
NewsGator
Group: Administrators
Last Login: 10/23/2009 10:32:52 PM
Posts: 1,413,
Visits: 2,558
|
|
| Is the issue that you don't want to see images or that you don't want to use the bandwidth to download them?
|
|
|
|
Posted 10/12/2007 2:19:52 AM |
|
|
Forum Member
Group: Forum Members
Last Login: 1/15/2008 1:44:08 PM
Posts: 4,
Visits: 15
|
|
Brent Simmons (10/11/2007) Is the issue that you don't want to see images or that you don't want to use the bandwidth to download them?
I don't want to see images. Most of the time I find they don't really help me understand the text any better, and I like using an RSS reader because I'm getting a much more text-based experience in the first place. For the rare cases where they might serve a purpose, a quick toggling keystroke would be nice to see what I'm missing.
Though it isn't an issue on my Intel iMac, with my G3 iBook there's also a performance issue: Images slow everything down a bit more and make the app seem less responsive. On the iBook, I've already turned off plugins, Javascript and Java. I was really disappointed when I figured out NNW's concept of a plugin did not include the bits that render pictures. My image-free stylesheet is a definite performance aid on the iBook.
-- Michael Hall http://mph.puddingbowl.org
|
|
|
|
Posted 1/15/2008 1:46:41 PM |
|
|
Forum Member
Group: Forum Members
Last Login: 1/15/2008 1:44:08 PM
Posts: 4,
Visits: 15
|
|
|
|
|