Last active
February 20, 2020 16:33
-
-
Save Lzs4Kzx3/9d547cece2441babf6cf487947362501 to your computer and use it in GitHub Desktop.
WordLists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const Words = [ | |
/* Lv1 */ | |
[ | |
], | |
/* Lv2 */ | |
[ | |
{ | |
'name': 'Matome', | |
'desc': 'アフィサイト', | |
'category': 'ALL', | |
'list': [ | |
/wwww/, | |
/【(PR|PR)】/, | |
/【(速報|悲報|朗報)】/, | |
/まとめ(速報|あんてな|アンテナ)/, | |
] | |
}, | |
{ | |
'name': 'Media', | |
'desc': 'いかがでしたかブログ', | |
'category': 'ALL', | |
'list': [ | |
/と話題/, | |
/の理由/, | |
/は[\??]/, | |
/調べてみ/, | |
/調べました/, | |
] | |
}, | |
], | |
/* Lv3 */ | |
[ | |
/* PG */ | |
{ | |
'name': 'PGschool', | |
'description': 'プログラミングスクール', | |
'category': 'PG', | |
'list': [ | |
/侍エンジニア塾/, | |
/駆け出しエンジニア/, | |
/プログラミング教室/, | |
/クリエイターズハイブ/, | |
/プログラミングスクール/, | |
] | |
}, | |
/* GAME */ | |
{ | |
'name': 'Point', | |
'desc': 'ポイントサイト系', | |
'category': 'GAME', | |
'list': [ | |
/無料で/, | |
/無料攻略/, | |
/ポイントサイト/, | |
/(オーブ|魔法石).*無料/, | |
/(オーブ|魔法石).*大量ゲット/, | |
/(オーブ|魔法石).*裏(技|ワザ)/, | |
] | |
}, | |
{ | |
'name': 'RMT', | |
'desc': 'RMT', | |
'category': 'GAME', | |
'list': [ | |
/RMT/, | |
/代行/, | |
/取引/, | |
/売買/, | |
/垢販売/, | |
/売ります/, | |
] | |
}, | |
{ | |
'name': 'GameTwitter', | |
'desc': '企業関係のゲーム攻略サイト', | |
'category': 'GAME, HIST', | |
'list': [ | |
/[@@]Gamerch/, // GamerchのTwitterアカウント | |
/[@@]GameWith/, // GameWithのTwitterアカウント | |
/[@@]AppMedia/, // AppMediaのTwitterアカウント | |
/[@@]電ファミ/, // 電ファミのTwitterアカウント | |
/[@@]denfaminicogame/, // 電ファミのTwitterアカウント | |
] | |
}, | |
/* HIST */ | |
{ | |
'name': 'History', | |
'desc': 'ゲームやアニメなど', | |
'category': 'HIST', | |
'list': [ | |
/fgo/i, | |
/fate/i, | |
/type-moon/i, | |
/パズドラ/, | |
/モンスト/, | |
/モンスターストライク/, | |
] | |
}, | |
], | |
/* Lv4 */ | |
[ | |
{ | |
'name': 'Matome(Strict)', | |
'desc': 'アフィサイト(強力)', | |
'category': 'ALL', | |
'list': [ | |
/SEO/, | |
/速報/, | |
/悲報/, | |
/朗報/, | |
/まとめ/, | |
/あんてな/, | |
] | |
}, | |
], | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment