VtuberTags

-

Ten skrypt nie powinien być instalowany bezpośrednio. Jest to biblioteka dla innych skyptów do włączenia dyrektywą meta // @require https://update.greasyfork.org/scripts/431472/1056664/VtuberTags.js

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==UserScript==
// @name                VtuberTags
// @version             0.2.1
// @description         -
// @author              笑翠鳥
// ==/UserScript==
 
function getBahaTags () {
    return [{
       title: '任何形式之教學文、整理文、梗圖等串內生態文',
       list: ['八卦串']
    }, {
        title: '新情報專用,如直播通知、預告、發推、新衣、活動、炎上整理、剪輯翻譯等,不含個人意見及通靈',
        list: ['holo', '彩虹', 'VShojo', 'VSPO', '個人勢', '中之人', '小箱', '炎上']
    }, {
        title: '一般使用',
        list: ['集中串', '創作', '梗圖', '小v推廣', '歌勢推廣', '油圖']
    }, {
        title: '疫苗副作用',
        list: ['性癖']
    }]
}