Skip to content

Commit

Permalink
Changed favicon URL to fetch using g.etfv.co, a public and open air u…
Browse files Browse the repository at this point in the history
…tility. Enjoy your leaked history.
  • Loading branch information
kode54 committed Sep 12, 2014
1 parent 4bfd57b commit b30a401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iconic_history.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function genFavicons(){
_myDomainId = urlMappings[domain][2];
}
// create div for each favicon
faviconUrl = 'chrome://favicon/' + urlMappings[domain][0];
faviconUrl = 'http://g.etfv.co/' + urlMappings[domain][0];
var faviconDiv = genFaviconDiv();
var faviconTitle = item.title.replace(/\"/g, "");
var timestamp = new Date(item.lastVisitTime);
Expand Down Expand Up @@ -157,4 +157,4 @@ document.addEventListener('DOMContentLoaded', function () {
}
}
genFavicons()
});
});

0 comments on commit b30a401

Please sign in to comment.