Skip to content
View erikvorhes's full-sized avatar

Block or report erikvorhes

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 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. drasty drasty Public

    A static site that celebrates Geoffrey Chaucer

    Nunjucks

  2. assumption-engine assumption-engine Public

    An effective way to make assumptions.

    HTML 4

  3. Useless-JS Useless-JS Public

    Scripts that do nothing or overcomplicate things.

    JavaScript 8 3

  4. Computer feature test of the highest... Computer feature test of the highest order.
    1
    (function fanTest () {
    2
        'use strict';
    3
        var i = 1;
    4
        while (i) {
    5
            i = i + 1;
  5. Ensures an ID matching the `window.l... Ensures an ID matching the `window.location.hash` can and will receive focus if it isn't already focused.
    1
    /**
    2
     * Focuses an element even if it isn't focusable.
    3
     * @param {HTMLElement} target - element to focus
    4
     */
    5
    function focusTarget(target) {