VtuberTags

-

Bu script direkt olarak kurulamaz. Başka scriptler için bir kütüphanedir ve meta yönergeleri içerir // @require https://update.greasyfork.org/scripts/431472/1056664/VtuberTags.js

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

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

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

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

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

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.

(Zateb bir user-style yöneticim var, yükleyeyim!)

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