Skip to content

Instantly share code, notes, and snippets.

View fuzzylogicxx's full-sized avatar

Laurence Hughes fuzzylogicxx

View GitHub Profile
@fuzzylogicxx
fuzzylogicxx / website-post-update-checklist.md
Last active July 25, 2025 12:44
Website post-update checklist
@fuzzylogicxx
fuzzylogicxx / frontend_quick_answers.md
Last active August 20, 2021 15:23
Quick answers to recurring front-end questions!
@fuzzylogicxx
fuzzylogicxx / gist:42bb72645b94db440f55625ea3235cd0
Last active November 4, 2019 17:45
Bookmarklet for bookmarking and sharing something on my personal website
<!-- Drag me to the browser’s Bookmarks Bar -->
<a class="bookmarklet" href="javascript:(function(){var title = document.getElementsByTagName('title')[0].innerHTML;title = encodeURIComponent(title);var selection = '';if (window.getSelection) {selection = window.getSelection().toString();} else if (document.selection &amp;&amp; document.selection.type != 'Control') {selection = document.selection.createRange().text;}selection = encodeURIComponent(selection);new_window=window.open('https://fuzzylogic.me/bookmarker/?title='+title+'&amp;body='+selection+'&amp;url='+encodeURIComponent(document.location.href),'Bookmarker','resizable,scrollbars,status=0,toolbar=0,menubar=0,titlebar=0,width=680,height=700,location=0');})();">Bookmark on fl.me</a>