Skip to content
View getdave's full-sized avatar
🏖️
AFK - I may not respond for a while...
🏖️
AFK - I may not respond for a while...
Block or Report

Block or report getdave

Report abuse

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

Report abuse

Pinned Loading

  1. 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 127 27

  2. 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

  3. wp-intervention wp-intervention Public

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

    PHP 26 7

  4. fetch-pjax fetch-pjax Public

    [BETA] Enables PJAX (PushState + Ajax) style navigation with the native Fetch API

    JavaScript 11 1

  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.