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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. responsive-navigation-blockresponsive-navigation-blockPublic

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

    JavaScript 15 2

  2. standalone-block-editorstandalone-block-editorPublic

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

    JavaScript 141 30

  3. smashingmag-wordpress-composersmashingmag-wordpress-composerPublic

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

    PHP 24 5

  4. wp-interventionwp-interventionPublic

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

    PHP 26 7

  5. Picture In Picture API bookmarketlet...Picture In Picture API bookmarketlet - finds the first video element on the page and toggles between Picture In Picture mode - https://developers.google.com/web/updates/2018/10/watch-video-using-picture-in-picture
    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...A Tampermonkey script to automatically expand all those pesky folded Github PR comments.
    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.