Skip to content
View davidcann's full-sized avatar
Block or Report

Block or report davidcann

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. electron-tinted-with-sidebar electron-tinted-with-sidebar Public

    Create a native wallpaper-tinted window with a sidebar in Electron on macOS

    Objective-C++ 2

  2. node-mac-detect-browsers node-mac-detect-browsers Public

    Detect web browsers on macOS from Node.js or Electron via a native module

    Objective-C++ 1

  3. electron-drop-text-on-dock electron-drop-text-on-dock Public

    Detect dropped text on the app's dock icon in Electron on macOS

    Objective-C++ 2

  4. electron-mac-dock-icon-switcher electron-mac-dock-icon-switcher Public

    Change your app's Dock icon on macOS, so it persists after your app quits.

    Objective-C 1

  5. print-github-markdown-bookmarklet.md print-github-markdown-bookmarklet.md
    1
    # Print GitHub Markdown Bookmarklet
    2
    
                  
    3
        javascript:document.body.appendChild(document.querySelector("#readme"));document.querySelector("header").remove();document.querySelector(".application-main").remove();document.querySelector("footer").remove();window.print();
    4
    
                  
    5
    Make it into a bookmarklet. It removes everything around the markdown article and opens the print dialog.