Hacker News new | ask | show | jobs
by hosay123 4414 days ago
Only if you're logged in, sadly :) Privacy centric folk like myself often have the browser clear all cookies at exit

I submitted a Firefox addon for approval a few years back that introduced a separate cache for all the AJAX libs, but it was rejected for silly reasons

1 comments

> submitted a Firefox addon for approval a few years back that introduced a separate cache for all the AJAX libs, but it was rejected for silly reasons

I have actually been looking for such an addon. I too clear cookies/cache/etc on exit in addition to using NoScript and a strict Adblock Edge (block social networks/tracking/not just ads). The only area remaining to be fixed would be the AJAX libs to be hosted locally.

Would you consider making a github page or something so you can provide the addon without being in the firefox addon explorer?

I've uploaded what I had to https://github.com/no2weblog/no2weblog/ , but it needs a bit of work to return it to a useful state.. at the very least, updating to most recent versions of the cached libraries.

One of the major complaints in the rejection mail (included) was that the add-on bundled copies of all those libraries. So it seems reworking it to have a dynamic list of URLs, and fetching these once on first boot would go some way towards solving that. Unfortunately this further complicates how the redirection works, so I never got around to investigating it

I tried it and visited css-tricks.com and when using the 'Live HTTP Headers' it still makes the request to Google with the referer. However, the Firebug net inspection appears to locally load it (0ms load time).