This file contains 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
// ==UserScript== | |
// @name SearchEngOptPurgeCore | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Purge | |
// @author You | |
// @match https://www.google.com/search?* | |
// @match https://www.google.co.jp/search?* | |
// @match https://search.yahoo.co.jp/* | |
// @match https://www.bing.com/search?* |
This file contains 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
Gentoo(AMD64)のインストールドキュメント | |
前提 | |
Gentooハンドブック(https://wiki.gentoo.org/wiki/Handbook:AMD64/ja)を見ながら作業を進めること. | |
このマニュアルはUEFIシステムを対象としている. | |
インストール環境 | |
CPU: Intel Core i5 7600 3.5GHz 4C/4T | |
Mem: 24GB | |
HDD: 3TB |
This file contains 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': 'アフィサイト', |
This file contains 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 Domains = [ | |
/* Lv1 */ | |
[ | |
], | |
/* Lv2 */ | |
[ | |
{ | |
'name': 'Affiliate', | |
'desc': 'アフィサイト', |