Created
March 6, 2024 16:41
-
-
Save mlhDevelopment/9b42a39945cbe0e88d6e3ce163c9de04 to your computer and use it in GitHub Desktop.
Kudu increase maxViewItems as bookmarklet
This file contains 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
() => { | |
localStorage.setItem("maxViewItems", "999"); | |
location.reload(); // optional | |
}; | |
// javascript:(()=>{localStorage.setItem("maxViewItems", "999");location.reload();})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment