8000 stephanieleary (Stephanie Leary) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View stephanieleary's full-sized avatar

Block or report stephanieleary

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. Accessibility Testing user styleshee... Accessibility Testing user stylesheet (for Stylus)
    1
    /* Based on Heydon Pickering's REVENGE.css */
    2
    :root {
    3
      --error-outline: 0.25rem solid red;
    4
      --span-outline: 0.25rem solid goldenrod;
    5
    }
  2. regular expression to find ISBNs in ... regular expression to find ISBNs in text, URLs or microdata
    1
    function matchISBNs(html) {
    2
      // flatten string and find ISBN-looking things
    3
      let isbns = html.replaceAll("\n", ' ').match("/(?=([0-9]|X|-){10,20})(97(8|9))?-?(0|1|8)([0-9]|-){8,14}([0-9]|X)/gi");
    4
    
                  
    5
      if (!isbns || !isbns.length) 
  3. HTML-Import-2 HTML-Import-2 Public

    A WordPress plugin to import content from static HTML files.

    PHP 24 25

  4. content-audit content-audit Public

    Lets you create a content inventory right in the WordPress Edit screens. You can mark content as redundant, outdated, trivial, or in need of a review.

    PHP 7 7

  5. coral-a11y-cleanup-2024 coral-a11y-cleanup-2024 Public

    Forked from coral-erm/coral

    CORAL ERM accessibility cleanup project

    PHP 1

  6. tiny-list-child-pages tiny-list-child-pages Public

    Lets you list child pages using a shortcode. Also displays child page list by default on empty parent pages.

    PHP 1

0