Skip to content

Instantly share code, notes, and snippets.

View austenstone's full-sized avatar
:octocat:

Austen Stone austenstone

:octocat:
View GitHub Profile
@austenstone
austenstone / github-hardwork.js
Last active January 28, 2022 22:44
GitHub Contribution Party 🥳
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);
@austenstone
austenstone / BTC-USD.txt
Last active January 9, 2024 12:32
🪙 BTC Price
1 BTC = 46639.86 USD
+1471.96(3.26%)👍today
⌚ 1/9/2024, 7:32:56 AM EST
@austenstone
austenstone / netflix.txt
Last active December 18, 2021 17:55
🍿 Netflix view history
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