Skip to content

Instantly share code, notes, and snippets.

View liamsnowdon's full-sized avatar

Liam Snowdon liamsnowdon

View GitHub Profile
@liamsnowdon
liamsnowdon / css-line-clamping-with-fade-out-fallback.markdown
Created June 20, 2019 20:32
CSS Line Clamping with Fade Out Fallback

CSS Line Clamping with Fade Out Fallback

Simple way to add line clamping to text. In browsers that support it, -webkit-line-clamp will be used. For those that don't, it will be faded out.

A Pen by liamsnowdon on CodePen.

License.

@liamsnowdon
liamsnowdon / autoclicker.js
Last active September 2, 2025 08:37
Cookie Clicker Autoclicker
const DefinitelyNotCheats = (function () {
return {
bigCookieAutoClickerInterval: null,
goldenCookieAutoClickerInterval: null,
initAutoClickers () {
this.initBigCookieAutoClicker();
this.initGoldenCookieAutoClicker();
},
Vue.js 9 hrs 57 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰β–‘β–‘β–‘β–‘ 80.4%
TypeScript 2 hrs 2 mins β–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 16.5%
Image (... 11 mins β–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1.6%
JSON 11 mins β–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1.5%