Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kptdobe/17f0433e600985040e202c41661ff272 to your computer and use it in GitHub Desktop.
Save kptdobe/17f0433e600985040e202c41661ff272 to your computer and use it in GitHub Desktop.
javascript: fetch(window.location.href, { method: 'PURGE'}); document.querySelectorAll('script, link[rel="stylesheet"]').forEach((t) => { fetch(t.src || t.href, { method: 'PURGE'});}); window.location.reload();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment