Skip to content

Instantly share code, notes, and snippets.

@dillonchr
Created August 16, 2021 17:39
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 dillonchr/6d1e0bbf0387eac06fc615f4e395d673 to your computer and use it in GitHub Desktop.
Save dillonchr/6d1e0bbf0387eac06fc615f4e395d673 to your computer and use it in GitHub Desktop.
refresh css
for (const link of document.querySelectorAll('link[href^="/css/"]')) { link.setAttribute("href", link.getAttribute("href").replace(/\?.*$/, "") + `?cc=${Date.now()}`)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment