Count total snippets in your 'thiscodeworks' profile

PHOTO EMBED

Mon Aug 02 2021 00:00:03 GMT+0000 (Coordinated Universal Time)

Saved by @robertjbass #javascript

// Run this from the chrome console
let count = 0; document.querySelectorAll('.single-item').forEach(() => count++);console.log(`%c ${count} snippets`, 'background-color: white; color: darkblue')
content_copyCOPY

I've got 125 at the moment, how about you?

thiscodeworks.com