Skip to content

Instantly share code, notes, and snippets.

@Domon
Domon / nintendo-mou1pon-titles.md
Created January 13, 2014 02:22
ニンテンドー3DSソフト2本買うと“もれなく”もう1本プレゼントキャンペーン 応募対象ソフト一覧

ニンテンドー3DSソフト2本買うと“もれなく”もう1本プレゼントキャンペーン 応募対象ソフト一覧

  • 星のカービィ トリプルデラックス
  • 星のカービィ トリプルデラックス
  • ビーストサーガ 最強激突コロシアム!
  • ピカピカナース物語2
  • わんニャンどうぶつ病院2
  • ゼルダの伝説 神々のトライフォース2
  • ゼルダの伝説 神々のトライフォース2
  • おしゃべりうさぎ おしゃれコレクション
<HTML><HEAD>
<TITLE>ICAP Error</TITLE>
</HEAD>
<BODY>
<FONT face="Helvetica">
<big><strong></strong></big><BR>
</FONT>
<blockquote>
<TABLE border=0 cellPadding=1 width="80%">
<html><head><title>Cannot find server.</title></head>
<body bgcolor="white" fgcolor="black">
<font face="Helvetica,Arial"><b>
<style>a:link {font:8pt/11pt verdana; color:red}a:visited {font:8pt/11pt verdana; color:#4e4e4e}</style><meta http-equiv="Content-Type" content="text-html; charset=Windows-1252"><title>Cannot find server</title><table width="400" cellpadding="3" cellspacing="5"><tbody><tr><td id="tableProps2" align="left" valign="middle" width="360"><h1 id="textSection1" style="COLOR: black; FONT: 13pt/15pt verdana"><span id="errorText">The page cannot be displayed</span></h1></td></tr><tr><td id="tablePropsWidth" width="400" colspan="2"><font style="COLOR: black; FONT: 8pt/11pt verdana">The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.</font></td></tr><tr><td id="tablePropsWidth" width="400" colspan="2"><font id="LID1" style="COLOR: black; FONT: 8pt/11pt verdana"><hr color="#C0C0C0" noshad
@Domon
Domon / plurk-censored.scss
Created June 4, 2013 05:23
Some plurks are censored on Plurk.
body.timeline #timeline_holder .plurk.censored .text_holder .nori {
color: black;
background: black;
&:after {
color: red;
content: "CENSORED";
}
}
@Domon
Domon / README.md
Last active June 15, 2024 07:00
Domon's Rime Settings

Domon's Rime Settings

Install

brew install --cask squirrel

Config

@Domon
Domon / blocking-ettoday-and-nownews-in-hosts-file.bat
Last active December 15, 2015 01:29
Blocking ETtoday and NOWnews in hosts file on Windows
@echo off
title Blocking ETtoday and NOWnews in hosts file
:q1
set /P choice="Would you like to block ETtoday? (y/n)"
if "%choice%" == "y" goto ettoday
if "%choice%" == "n" goto q2
goto q1
:ettoday
@Domon
Domon / remove-facebook-apps.js
Created February 28, 2013 07:58
A script that removes all Facebook apps.
// Steps:
// 1. Visit https://www.facebook.com/settings?tab=applications.
// 2. Click "Show All Apps".
// 3. Open Console and paste the following code.
var INTERVAL = 1500;
function click_first_x() {
document.querySelectorAll('[title="Remove"]')[0].click();
@Domon
Domon / plurk-responses-get2.txt
Created January 30, 2013 05:43
Plurk: POST to a /get2
Request URL:http://www.plurk.com/Responses/get2
Request Method:POST
Status Code:500 INTERNAL SERVER ERROR
@Domon
Domon / block-ettoday-and-nownews.md
Created December 23, 2012 05:17
How to block the two shit media in Taiwan.

In C:\Windows\System32\drivers\etc\hosts, add the following lines:

127.0.0.1 www.ettoday.net
127.0.0.1 www.nownews.com