Skip to content

Instantly share code, notes, and snippets.

@mlhDevelopment
Created March 6, 2024 16:41
Show Gist options
  • Save mlhDevelopment/9b42a39945cbe0e88d6e3ce163c9de04 to your computer and use it in GitHub Desktop.
Save mlhDevelopment/9b42a39945cbe0e88d6e3ce163c9de04 to your computer and use it in GitHub Desktop.
Kudu increase maxViewItems as bookmarklet
() => {
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