Skip to content

Instantly share code, notes, and snippets.

View mountainash's full-sized avatar
💭
Coding for pay. Coding for pleasure.

Mountain/\Ash mountainash

💭
Coding for pay. Coding for pleasure.
View GitHub Profile
@mountainash
mountainash / Website-Checklist.md
Created November 1, 2022 12:53
A checklist of tasks to do when building a website
  • Output valid code:
    • HTML
    • CSS
    • JS
  • SEO
    • sitemap.xml
    • robots.txt
    • Google Search Console (verification)
  • Extending the Browser
  • favicon.ico
@mountainash
mountainash / uninstall-blackpixel-versions.app.md
Created July 23, 2020 07:44
Uninstall Black Pixel SVN Subversion Versions App from Apple MacOS

Files to delete:

  • /Applications/Versions.app
  • ~/Library/Application Support/Versions
  • ~/Library/Application Support/com.blackpixel.versions
  • ~/Library/Caches/com.blackpixel.versions
  • ~/Library/Caches/io.fabric.sdk.mac.data/com.blackpixel.versions
  • ~/Library/Preferences/com.blackpixel.versions.plist
  • ~/Library/Preferences/com.blackpixel.versions.plist.lockfile
  • ~/Library/Preferences/com.madebysofa.Versions.plist
@mountainash
mountainash / Logitech-SPOLTLIGHT-Media-Remote-Control-double_tap_volume.json
Created July 5, 2020 20:39
Karabiner Logitech SPOLTLIGHT Media Remote Control
{
"title": "Logitech Spotlight as Media Remote Control",
"rules": [
{
"description": "Play/Pause (double press to increase volume) 12",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "right_arrow"
@mountainash
mountainash / OhDear-IP-pattern.txt
Created February 13, 2020 10:07
OhDear.app Google Analytics Filter Patten (as at 13/02/2020)
45\.32\.146\.84|165\.227\.38\.220|139\.59\.75\.39|45\.76\.59\.200|45\.32\.189\.194|45\.76\.46\.251|165\.22\.95\.234|95\.179\.211\.184|94\.176\.99\.159
"indentRainbow.colors": [
"rgba(28, 40, 51, 0.05)",
"rgba(33, 47, 60, 0.05)",
"rgba(81, 90, 90, 0.05)",
"rgba(95, 106, 106, 0.05)",
"rgba(121, 125, 127,0.05)",
"rgba(151, 154, 154,0.05)"
],