VtuberTags

-

สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.greasyfork.org/scripts/431472/1056664/VtuberTags.js

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==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: ['性癖']
    }]
}