Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Add a badge to show the substitution count #50

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 20, 2016

  1. Add an option to change the font to the XKCD font.

    This also will add mouseovers with the original text.
    piquan committed May 20, 2016
    Configuration menu
    Copy the full SHA
    96d7ae0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Ignore entire subtrees if needed.

    We already ignore the immediate children of script, form,
    etc. elements, as well as spans that we've inserted ourselves.  This
    change makes us skip the entire subtree of such an element.
    
    One important effect is that if another extension changes one of our
    spans using a similar algorithm to ours (inserting a new subtree) we
    previously could end up reprocessing that node in a future
    document_end event.  Now, we prevent that.
    piquan committed May 21, 2016
    Configuration menu
    Copy the full SHA
    8912c05 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2016

  1. Add a badge to show the substitution count.

    This also changes the disabled icon, since it has a drawn-in badge.
    If it makes substitutions but then disables the extension, then the
    substitution count is still shown until the page is reloaded (because
    there are still substitutions on the page).  The two badges conflict
    visually.
    piquan committed May 28, 2016
    Configuration menu
    Copy the full SHA
    7d1d678 View commit details
    Browse the repository at this point in the history