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
So the great suspender is a very popular extension that suspends tabs to save ram & cpu, however when doing so it changes the url of the page to this for example. chrome-extension://klbibkeccnjlkjkiokjodocebajanakg/suspended.html#ttl=javascript-algorithms%2Fsrc%2Falgorithms%2Fgraph%2Farticulation-points%20at%20master%20%C2%B7%20trekhleb%2Fjavascript-algorithms&uri=https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/graph/articulation-points
However this doesn't sort well, and i figure you can add support by simply testing for chrome-extension://klbibkeccnjlkjkiokjodocebajanakg and sort by parsing the &uri= part
Would be much appreciated if this is implemented.
The text was updated successfully, but these errors were encountered:
So the great suspender is a very popular extension that suspends tabs to save ram & cpu, however when doing so it changes the url of the page to this for example.
chrome-extension://klbibkeccnjlkjkiokjodocebajanakg/suspended.html#ttl=javascript-algorithms%2Fsrc%2Falgorithms%2Fgraph%2Farticulation-points%20at%20master%20%C2%B7%20trekhleb%2Fjavascript-algorithms&uri=https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/graph/articulation-points
However this doesn't sort well, and i figure you can add support by simply testing for
chrome-extension://klbibkeccnjlkjkiokjodocebajanakg
and sort by parsing the&uri=
partWould be much appreciated if this is implemented.
The text was updated successfully, but these errors were encountered: