Skip to content

Instantly share code, notes, and snippets.

View samarthdave's full-sized avatar

Samarth Dave samarthdave

View GitHub Profile
@cameronbrill
cameronbrill / quizlet.js
Last active April 19, 2021 03:43
get total number of quizlet cards made by user
z=0;
document.getElementsByClassName("SetPreview-cardBylineTermsCount").forEach(val => {z+=parseInt(val.innerText.split()[0])});
console.log(z);
@parmentf
parmentf / GitCommitEmoji.md
Last active May 9, 2024 06:47
Git Commit message Emoji