clean simple view
sometimes i think it would be nice to have some sort of a clean view of my links with no pictures and design at all. only the URL and tags maybe, what do you think? or is there a way i can achieve that? greasemonkey? local stylesheet probably?
1 person likes this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
The best point from the company
-
A greasemonkey or local stylesheet will probably do the trick until there's some support for custom templates (yes, it's in planning)
The script/stylesheet would need to hide the following:
.Note = css class for your comment field
.Image = css class for the image
.RightInfo = css class for the reply/plus count on the right
.InlineFeedback = css class for the pluses/replies that your friends have added
Let me try some Javascripting...
You could use:
document.getElementsByClassName('Note').map(Element.hide);
via Greasemonkey or a bookmarklet to hide the "Note" fields, for example. Note to self: this is kind of neat....
Let me know if that helps!
The company thinks
this is one of the best points
-
Inappropriate?A greasemonkey or local stylesheet will probably do the trick until there's some support for custom templates (yes, it's in planning)
The script/stylesheet would need to hide the following:
.Note = css class for your comment field
.Image = css class for the image
.RightInfo = css class for the reply/plus count on the right
.InlineFeedback = css class for the pluses/replies that your friends have added
Let me try some Javascripting...
You could use:
document.getElementsByClassName('Note').map(Element.hide);
via Greasemonkey or a bookmarklet to hide the "Note" fields, for example. Note to self: this is kind of neat....
Let me know if that helps!
The company thinks
this is one of the best points
Loading Profile...

