You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now I go to any class and the URL doesn't change (e.g. it just reloads a frame).
What's annoying is that Chrome doesn't have the "Show frame" context menu either anymore.
So in order to be share a link one way is to go to a page that links to the target page and open the target page in a new tab (it will lose the tree view though).
I'm pretty sure pushState in JS can solve this.
(Sorry, it looks like it's a very simple issue but I don't want to implement it before knowing it would be accepted)