floatnotes icon indicating copy to clipboard operation
floatnotes copied to clipboard

Better support of Ajax-driven websites

Open fkling opened this issue 13 years ago • 1 comments

With HTML5 introducing history.pushState, websites like Facebook make of course use of this instead of changing the anchor. But history.pushState does not generate any event that can be detected.

But there must be some way to find out when this function is called ;)

fkling avatar Dec 22 '10 01:12 fkling

This will hopefully fix the problem: http://stackoverflow.com/questions/4570093/how-to-get-notified-about-changes-of-the-history-via-history-pushstate

fkling avatar May 24 '12 13:05 fkling