Access my entire browsing history via Javascript

In general history is protected by the browser against javascript accessing it except through back and forward functionality. There are some hacks that can view some amount of history, but they are just that–hacks.

If you want to view/modify history programatically, you could do so via browser plugins. For example, Chrome plugins can use this API

EDIT

Mozilla also has some info about history modification available to Javascript here.

It also looks like this question talks about some of the same things you need.

Leave a Comment