Skip to content
View getdave's full-sized avatar

Block or report getdave

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 Loading

  1. responsive-navigation-block Public

    WordPress Plugin that allows you to show different navigation menus based on the screen size using the Navigation block.

    JavaScript 9 2

  2. standalone-block-editor Public

    The accompanying code repository for my official Gutenberg docs tutorial on creating a custom instance of a “block editor”.

    JavaScript 134 31

  3. smashingmag-wordpress-composer Public

    Code repoistory to accompany my Smashing Magazine article Better Dependency Management In Team-Based WordPress Projects With Composer

    PHP 25 5

  4. wp-intervention Public

    On-demand image manipulation for WordPress via the Intervention Library.

    PHP 26 7

  5. Picture In Picture API bookmarketlet...
    1
    javascript:(function()%7B(async%20function()%20%7Bconst%20video%20%3D%20document.querySelector('video')%3Bif(!video)%20%7Balert(%22No%20video%20element%20found%20on%20page%22)%3B%7Dif%20(video%20!%3D%3D%20document.pictureInPictureElement)%20%7Bawait%20video.requestPictureInPicture()%3B%7D%20else%20%7Bawait%20document.exitPictureInPicture()%3B%7D%7D())%7D)()
  6. A Tampermonkey script to automatical...
    1
    // ==UserScript==
    2
    // @name         Recursively expand Github PR comments
    3
    // @namespace    http://aheadcreative.co.uk/
    4
    // @version      1.0
    5
    // @description  Automatically expands all those pesky folded Github PR comments.