tchen01 / monospace

display monospaced textblocks in facebook chat
MIT License
7 stars 2 forks source link

facebook doesn't always reload pages #17

Closed tchen01 closed 9 years ago

tchen01 commented 9 years ago

it seems facebook doesn't reload the page when you navigate

jayelm commented 9 years ago

Most of it is JavaScript changes - we can detect for changes via the HTML5 History API

tchen01 commented 9 years ago

I added a mutation observer to detect updates on the addributes of document.body