This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval(() => { | |
let totalCommits = 0, maxPerDay = 30; | |
for (el of document.getElementsByClassName('js-calendar-graph-svg')[0].getElementsByClassName('ContributionCalendar-day')) { | |
let commitsPerDay = Math.floor(Math.random() * maxPerDay) | |
el.setAttribute('data-level', commitsPerDay > 10 ? '4' : commitsPerDay > 5 ? '3' : commitsPerDay > 3 ? '2' : commitsPerDay > 1 ? '1' : '0') | |
el.setAttribute('data-count', commitsPerDay.toString()) | |
totalCommits += commitsPerDay; | |
} | |
document.getElementsByClassName('js-yearly-contributions')[0].getElementsByClassName('f4 text-normal mb-2')[0].innerHTML = `${totalCommits} contributions in the last year` | |
}, 100); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 BTC = 46639.86 USD | |
+1471.96(3.26%)👍today | |
⌚ 1/9/2024, 7:32:56 AM EST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Selling Sunset Season 4: "Very High Heels to Fill" for 38 minutes, 18 minutes ago | |
Twentysomethings: Austin Season 1: "Hide Your Sons... And Your Daughters" for 44 minutes, 2 hours ago | |
Cowboy Bebop Season 1: "Darkside Tango" for an hour, 14 hours ago | |
Cowboy Bebop Season 1: "Callisto Soul" for 42 minutes, 15 hours ago | |
Cowboy Bebop Season 1: "Dog Star Swing" for an hour, 15 hours ago | |
Cowboy Bebop Season 1: "Venus Pop" for 40 minutes, 16 hours ago | |
Cowboy Bebop Season 1: "Cowboy Gospel" for an hour, 17 hours ago | |
Black Mirror Season 4: "USS Callister" for an hour, 18 hours ago | |
StartUp Season 1: "Buyout" for 44 minutes, 18 hours ago | |
The Shack for 2 hours, 6 days ago |