5:35am PDT - October 11th, 2021

I was using this js to prevent use of the back button during studies (for the last few years): history.pushState(null, null, location.href); history.back(); history.forward(); window.onpopstate = function () { history.go(1); }; Suddenly today it constantly reloads the page. https://t.co/ueI7hZ1Tu6

1 retweets   0 likes  - Lisa DeBruine (@LisaDeBruine)