Skip to content

Instantly share code, notes, and snippets.

@Lzs4Kzx3
Last active February 20, 2020 16:33
Show Gist options
  • Save Lzs4Kzx3/9d547cece2441babf6cf487947362501 to your computer and use it in GitHub Desktop.
Save Lzs4Kzx3/9d547cece2441babf6cf487947362501 to your computer and use it in GitHub Desktop.
WordLists
'use strict';
const Words = [
/* Lv1 */
[
],
/* Lv2 */
[
{
'name': 'Matome',
'desc': 'アフィサイト',
'category': 'ALL',
'list': [
/wwww/,
/(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