Skip to content

Instantly share code, notes, and snippets.

View Thann's full-sized avatar
✈️
Preserving my Freedom on Gitlab!

Jon Knapp Thann

✈️
Preserving my Freedom on Gitlab!
View GitHub Profile
@Thann
Thann / automosh.js
Created June 29, 2020 23:29
Auto-mosh bookmarklet
// One-liner to auto-mosh on photomosh.com
// Save this as the 'url' in a new bookmark and get moshing!
javascript:(function(){if (window.location.host != 'photomosh.com') window.location = 'https://photomosh.com'; else if (window.mosh) { clearInterval(window.mosh); window.mosh = 0; } else { var m = function(){document.getElementById('btn-mosh').click()}; window.mosh = setInterval(m, 5000); m();}})()
@Thann
Thann / MoreIsAllYouNeed.gih
Last active February 14, 2021 10:20
"More Is All You Need" GIMP "image hose" brush
This file has been truncated, but you can view the full file.