Skip to content
View getdave's full-sized avatar

Block or report getdave

Report abuse

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

Report abuse

Pinned Loading

  1. responsive-navigation-block responsive-navigation-block Public

    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-editor standalone-block-editor Public

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

    JavaScript 140 30

  3. smashingmag-wordpress-composer 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 wp-intervention Public

    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.