Skip to content

Instantly share code, notes, and snippets.

@hinc
Last active August 29, 2015 14:01
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 hinc/79182c20cf3ec8cb782a to your computer and use it in GitHub Desktop.
Save hinc/79182c20cf3ec8cb782a to your computer and use it in GitHub Desktop.
计算 scrat.js 缓存资源大小 bookmarklet
javascript:alert("Cached: "+Object.keys(localStorage).reduce(function(e,t){return~t.indexOf(require.options.prefix)?e+localStorage.getItem(t):e},"").length/1e3+"KB")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment