Skip to content

Instantly share code, notes, and snippets.

@phillipharding
Created April 30, 2023 11:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Browser Book mark hack to toggle the SP recycle bin
javascript:(function(){var a=new URL(window.location.href);"5"===a.searchParams.get("view")&&(a.hash?a.hash="":a.hash="view=13"),document.location=a.href})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment