Skip to content

Instantly share code, notes, and snippets.

@vannell
Created March 27, 2018 18:22
Show Gist options
  • Save vannell/86a4290b776e97045790fc8c72ab6d74 to your computer and use it in GitHub Desktop.
Save vannell/86a4290b776e97045790fc8c72ab6d74 to your computer and use it in GitHub Desktop.
ASP ViewState size bookmarklet
javascript:(function(){var%20input=document.getElementById("__VIEWSTATE");if(input)alert(input.value.length+"%20bytes");})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment