forresty
9/12/2010 - 4:06 PM

google-reader-auto-https.js

var httpUrl = 'http://www.google.com/reader';
var httpsUrl = 'https://www.google.com/reader';
if (0 === tab.url.indexOf(httpUrl)) {
  chrome.tabs.update(tab.id, {url: tab.url.replace(httpUrl, httpsUrl)});
}