VtuberTags

-

لا ينبغي أن لا يتم تثبيت هذا السكريت مباشرة. هو مكتبة لسكبتات لتشمل مع التوجيه الفوقية // @require https://update.greasyfork.org/scripts/431472/1056664/VtuberTags.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

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