Skip to content

Instantly share code, notes, and snippets.

View gardejo's full-sized avatar

MORIYA Masaki gardejo

View GitHub Profile
@gardejo
gardejo / hoge.js
Last active September 30, 2015 15:14 — forked from mooz/hoge.js
/**
* List session history of the current (selected) tab.
* CAVEAT: `nsIFaviconService#getFaviconForPage()` is obsoleted since
* Firefox 22.0. Use `mozIAsyncFavicons#getFaviconURLForPage()` instead.
* CAVEAT: Do not use strict mode.
* @see https://gist.github.com/mooz/284632
* @see http://malblue.tumblr.com/post/349001250/tips-japanese-keysnail-github
* @see https://gist.github.com/958/895703
* @todo How do we get timestamp on a page from session history?
* @todo nsISHistory#PurgeHistory()