Greasy Fork is available in English.

AO3: [Wrangling] Mark Illegal Characters in Canonicals

Warns about any canonical tag that includes characters which should, per guidelines, be avoided. Checks on new tag, edit tag, search results, wrangle bins, and tag landing pages

Има други версии на този скрипт, където кодът е обновен. Покажи всички версии.

  • v1.6 17.05.2024

    fixed checks when viewing the fandoms in a media category tag (e.g. recently canonized fandoms): used to check against regular tag regex allowing only Latin characters, now properly checks against the fandom regex allowing all scripts

  • v1.5 29.01.2024

    now properly alerts to spaces at beginning and/or end of the new tag

  • v1.4 02.11.2023

    fixed an interference with my "expand and collapse taglist" script on Tag Landing pages. it should now no longer consider the △ and ▽ part of the tag that needs to be checked.

  • v1.3 02.11.2023

    fixed an issue where script threw errors due to Synonym/Character/Metatag column being present but empty... except for a newline in the HTML. it now trim()'s the whitespace before checking if the cell content is an empty string, thus recognizing it correctly

  • v1.2 08.09.2023

    finds two spaces... now also in fandom tags /o\

  • v1.1 08.09.2023

    now recognizes multiple spaces as an issue
    small performance improvement so every recognized issue is if-tested fewer times in insertHeadsUp()

  • v1.0.2 11.08.2023

    issue: on page load, Tag Edit page checked all already canonical tags against the standard set of allowed characters
    fixed: now Fandom tags are properly checked against their special set of allowed characters.

  • v1.0.1 10.08.2023

    small fix - there was a leftover log output that constantly wrote out to developer consoles

  • v1.0 29.07.2023