Forgot your password?
typodupeerror

Comment Cached link re-exposed using Stylish (chrome & (Score 1) 574

Google Cached links re-exposed using Stylish (in Chrome & Firefox)

Here's your simple recipe:

1) Get Stylish, the CSS modifier plugin/extension for Chrome or Firefox
      Chrome: https://chrome.google.com/webstore/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe
      Firefox: https://addons.mozilla.org/en-US/firefox/addon/stylish/

2) Make this one-line script/style (Click Stylish's icon -> 'Manage installed styles' -> 'Write new style' & name it "Expose Cached+" if you like):

.vshid{display: inline !important;}

3) Save
4) Enjoy

For bonus enjoyment you can make the Cached link really stand out with this:

.vshid{
display: inline !important;
color: red !important;
text-shadow: 1px 1px 4px #ff0000;
text-transform: uppercase !important;
font: italic bold small/1.4em Comic Sans MS, sans-serif red !important;
}

Voila Cached happiness returns :) (as well as 'Similar')
Enjoy!

p.s. I thought I'd gone nuts when the cached link disappeared and looked in the source and it was still RIGHT THERE but hidden! by the css ... a little digging into css tricks lead to this recipe -- the extra emphasis bit was made me feel even better now that the cached links REALLY STANDS OUT.
  I hope gives you as much pleasure as it gave me ... & Big thanks to Stylish's Jason Barnabe!!

# google cached link links missing disappeared gone lost
# solved solution fixed fix answered answer
# bring back google cached link links
# solved solution fixed fix answered answer google cached link links missing disappeared gone lost

Slashdot Top Deals

"Time is money and money can't buy you love and I love your outfit" - T.H.U.N.D.E.R. #1

Working...