Top "Browser-history" questions

Browser history refers to the list of web pages a user has visited recently—and associated data such as page title and time of visit—which is recorded by web browser software as standard for a certain period of time.

binding popstate event not working

I have tried to type this code into the browser's console: window.onpopstate = function() {alert(1);} and then click the back …

javascript google-chrome firefox browser-history popstate
How to implement my own history stack in a single page mobile web application?

I have a single-page mobile application developed with Backbone and Zepto. It works correctly with the back/forward buttons in …

javascript mobile backbone.js browser-history zepto
Where is UC Browser's history stored in Android? or what is URI for reading UC Browser's history and Bookmark data?

I know that UC browser's bookmarks are stored in /data/data/com.UCMobile.intl/databases/bookmark.db. I have been …

android browser browser-history bookmarks uc-browser
All-in-one location/hashchange history management library

First of all, I know there's libraries that provide polyfills for location.pushState/popState (History.js, Hash.js, jQuery hashchange), …

cross-browser javascript browser-history
How to populate a fake browser history?

I am working on a website related to physically/psychologically abused person. There is an emergency exit button available all …

web user-experience browser-history
Popstate - passing popped state to event handler

The following code should cause an alert of '1', but instead does nothing. window.onpopstate = function(event) { alert(event.…

javascript browser-history
Javascript/jQuery detect hash change only on browser back/forward button click

Is it possible to detect the hashchange only on a browser history change (i.e. Back or Forward button)? I …

javascript jquery back browser-history hashchange
How to get browsing history using history API in Chrome extension

How can I get the URLs of recently visited tabs using chrome.history API, specifically, the last 10 URLs visited?

javascript google-chrome google-chrome-extension browser-history
history.pushstate fails browser back and forward button

I'm using jQuery to dynamically load content in a div container. The server side code detects if the request is …

javascript jquery browser-history pushstate
Change browser back button behaviour for my web app?

Im making an 'app like' web page. The actual page is wider than the browser viewport which has its overflow …

javascript html web-applications back browser-history