Bookmarklets

Create a bookmark and use the textarea content for the URL value, or drag the link to the bookmark bar.

Text adaptation

Text adaptation

Adjusts all text on the page to these values:

        
  * {
    line-height = 1.5;
    letter-spacing = 0.12em;
    word-spacing = 0.16em;
  }
  
  p {
    margin-bottom = 2em;
  }
        
      

Inspired by text-adaptation.js from Alastair Campbell.

Check DOM

Check serialized DOM of current page

Grabs the serialized DOM of whatever page you’re currently browsing and sends it to the Nu Html Checker.

Original bookmarklet by Steve Faulkner at Nu Html Checker about page.

Check for WCAG 2.0 parsing compliance

Check for WCAG 2.0 parsing compliance

Filters Nu Html Checker results to just show messages relevant to requirements in the WCAG 2.1 spec.

Original bookmarklet by Steve Faulkner at Nu Html Checker about page.