Created
March 27, 2018 18:22
-
-
Save vannell/86a4290b776e97045790fc8c72ab6d74 to your computer and use it in GitHub Desktop.
ASP ViewState size bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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