We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
A tab bar that switches between scenes, written in JS for cross-platform support
JavaScript 2.4k 411
Simple mobile app to calculate pregnancy metrics
JavaScript
Forked from holman/dotfiles
My Dotfiles
Shell
Marketing site for Goodsy.co
CSS 1
// paste this into console on any dribbble page
document.querySelectorAll('.dribbble-shot').forEach((item) => { item.querySelector('.tools.group').innerHTML += " " + Math.round(Number(item.querySelector('.fav a:last-child').innerText) / Number(item.querySelector('.views span').innerText.replace(',','')) * 1000) })
There was an error while loading. Please reload this page.