Old: v0.99.41 - 2021-12-09 - ctrl-clicking a tag in the tag menu will open the corresponding wiki page
New: v0.99.42 - 2021-12-10 - some changes/fixes to the default tag list like added skin and background colors
- @@ -3,7 +3,7 @@
- // @namespace SankakuAddon
- // @description Adds a few quality of life improvements on Sankaku Channel: Automatic image scaling, scrolling to image, thumbnail icons for loud/animated posts, muting/pausing videos, + - tag search buttons, a tag menu which allows for tagging by clicking, 'Choose/Set Parent' modes, easier duplicate tagging/flagging. Fully configurable through the Addon config.
- // @author sanchan
-// @version 0.99.41
- +// @version 0.99.42
- // @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABbmlDQ1BpY2MAACiRdZHPKwRhGMc/dolYbeIgOewBOeyWKDlqFZflsFZZXGZmZ3fVzphmZpNclYuDchAXvw7+A67KlVKKlOTgL/DrIo3n3VUr8U7vPJ++7/t9et/vC6FUybC8+gGwbN9NTyRjs9m5WOMTETpoox00w3Mmp8cz/Dveb6hT9Tqhev2/78/RkjM9A+qahIcNx/WFR4VTy76jeEO4wyhqOeF94bgrBxS+ULpe5UfFhSq/KnYz6TEIqZ6xwg/Wf7BRdC3hfuEeq1Q2vs+jbhIx7ZlpqV0yu/FIM0GSGDplFinhk5BqS2Z/+wYqvimWxGPI32EFVxwFiuKNi1qWrqbUvOimfCVWVO6/8/TyQ4PV7pEkNDwEwUsvNG7B52YQfBwEwechhO/hzK75lySnkTfRN2tazx5E1+DkvKbp23C6Dp13juZqFSksM5TPw/MxtGah/Qqa56tZfa9zdAuZVXmiS9jZhT7ZH134ArhcZ+m/WStSAAAACXBIWXMAAAsSAAALEgHS3X78AAAAeElEQVQ4y2NgoCX4Xyb7H4TxqWHCo7keG5toA4CgAQebsAHYbMTlCiYibMfrCiZibcIlx0SE3/GGBRM+Gxi7HjeCMD41TESGPE5XMOGzHRsbnxcIxbsDDAMts4cbjmR7A4kpvQHkMiZCKY1QSmXBZTKedNBA1RwLAFCeNCTVhz2FAAAAAElFTkSuQmCC
- // @match https://chan.sankakucomplex.com/*
- // @match https://idol.sankakucomplex.com/*
- @@ -24,7 +24,7 @@
- (async function(unsafeWindow) {
- 'use strict';
-
- const VERSION = 'v0.99.41';
- + const VERSION = 'v0.99.42';
-
- // based on the Tag Checklist in the wiki
- const DEFAULT_TAGLIST =
- @@ -104,7 +104,8 @@
- {
- "name": "Skin Color",
- "tags": [
- "albino pale_skin dark_skin tanned red_skin blue_skin shiny_skin"
- + "pale_skin dark_skin tanned shiny_skin albino",
- + ["red_skin orange_skin yellow_skin green_skin blue_skin purple_skin pink_skin white_skin grey_skin black_skin"]
- ]
- },
- {
- @@ -123,10 +124,9 @@
- "name": "Hair/Eye Color",
- "tags": [
- [
- ["blonde black_hair blue_hair brown_hair green_hair grey_hair orange_hair pink_hair purple_hair red_hair silver_hair"],
- ["golden_eyes black_eyes blue_eyes brown_eyes green_eyes grey_eyes orange_eyes pink_eyes purple_eyes red_eyes silver_eyes"]
- ],
- "white_hair"
- + ["blonde black_hair blue_hair brown_hair green_hair grey_hair orange_hair pink_hair purple_hair red_hair silver_hair white_hair"],
- + ["golden_eyes black_eyes blue_eyes brown_eyes green_eyes grey_eyes orange_eyes pink_eyes purple_eyes red_eyes silver_eyes white_eyes"]
- + ]
- ]
- },
- {
- @@ -234,7 +234,7 @@
- {
- "name": "Gesture",
- "tags": [
- "clenched_hand clenched_hands double_v heart_hands pinky_out pointing shushing thumbs_up \\\\n\\/ \\\\m\\/ reaching salute waving cat_pose paw_pose v claw_pose double_\\\\m\\/"
- + "clenched_hand clenched_hands double_v heart_hands pinky_out pointing shushing thumbs_up \\\\m\\/ reaching salute waving cat_pose paw_pose v claw_pose double_\\\\m\\/"
- ]
- },
- {
- @@ -246,8 +246,7 @@
- {
- "name": "Emotions",
- "tags": [
- "angry annoyed embarassed happy sad scared surprised worried disappointed",
- "drunk, trembling"
- + "angry annoyed embarrassed happy sad scared surprised worried disappointed drunk trembling"
- ]
- },
- {
- @@ -331,7 +330,8 @@
- {
- "name": "Background",
- "tags": [
- "white_background pink_background blue_background simple_background gradient_background two-tone_background ambiguous_background"
- + "simple_background gradient_background two-tone_background ambiguous_background blurry_background",
- + ["white_background grey_background black_background red_background brown_background orange_background yellow_background green_background blue_background purple_background pink_background"]
- ]
- },
- {
- @@ -343,7 +343,8 @@
- {
- "name": "Nature",
- "tags": [
- "ocean river tree palm_tree wisteria lilac white_flower blue_flower grass sand water"
- + "ocean river tree palm_tree wisteria lilac grass sand water",
- + ["white_flower red_flower yellow_flower blue_flower purple_flower pink_flower"]
- ]
- },
- {