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
To compress that, common js library like lz-string is not a good idea, it will get many special chars.
Because the string should run encodeURIComponent before put it into URL, and URL will be longer when it use special chars.
It is okay for using …, and it is possible for parsing ….
But the IDs are not all number.
Sometime, ID needs to identify different isotope with underscore: _.
And the second, there are two parts for pokedex: own & registered, the numbers will not be continuous.
If select all now, it will take about 900 chars in pokedex string in URL.
And it is okay now when it is not longer than 2000 chars (for IE).
It uses Pokedex in URl search string.
There are pokedex:
23
or with isotope number23_3
,and they concate with dash
-
.The text was updated successfully, but these errors were encountered: