userstyles.org - Gmail: Select "links" restored [for Chrome]

Deleted!

This style has been deleted. Use Gmail: Select "links" restored instead.

(No screenshot available)
Author mod_wastrel
Created Aug 15, 2010
Updated Aug 15, 2010
Installs (this week) 0
Installs (total) 70
To use this style, install Firefox and Stylish.
Gmail: Select "links" restored [for Chrome]
838
35607
google

More Info

A Google Chrome version of Gmail: Select "links" restored ...never mind, Gmail: Select "links" restored has been updated and--among other things--works with Chrome now. (So you can pretty much ignore this one. :D)

For a better Google Chrome solution than installing as a user script, just do the following to install the style as a Chrome extension:
(1) create a new folder/directory on your machine

(2) in the folder, create a file named 'manifest.json' and put this in it:
{
"content_scripts": [ {
"css": [ "main.css" ],
"all_frames": true,
"matches": [ "http://mail.google.com/*", "https://mail.google.com/*" ]
} ],
"permissions": [ "http://*/*", "https://*/*" ],
"description": "Restore the Select links above and below the message list",
"name": "Gmail: Select links restored (ext)",
"version": "1.0"
}

(3) in the folder, create a second file named 'main.css' and put the source code from the style in it, minus the '@namespace' and '@-moz-document' statements (and anything else that starts with '-moz' if you like, though it's not necessary)--don't forget the ending bracket for -moz-doc

(4) in Chrome on the Extensions page--in Developer mode--click on 'Load unpacked extension' and select the new folder you just created

(5) and you're done... edit the source as needed (then do a reload of the extension and restart Gmail to make your changes effective)

Feedback

Discussions

No discussions posted yet. Be the first to ask a question or review this style.