Skip to content

Instantly share code, notes, and snippets.

@phillipharding
Created April 30, 2023 11:17
Show Gist options
  • Save phillipharding/702fde5a2dee719565d7b8f0fb5afba3 to your computer and use it in GitHub Desktop.
Save phillipharding/702fde5a2dee719565d7b8f0fb5afba3 to your computer and use it in GitHub Desktop.
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