version 2013.12.01
- 準備編
- 諸々のインストールチェック
| #-webkit-web-inspector .panel{ | |
| background: url('http://www.kinemacitrus.co.jp/xml_img/backimage/img/ys08/ys08-1.jpg') no-repeat; | |
| background-position: left 2px top -130px; | |
| } | |
| #-webkit-web-inspector .split-view.split-view-vertical{ | |
| background-color: rgba(255,255,255,0.2); | |
| } | |
| #-webkit-web-inspector li.hovered{ | |
| background-color: rgba(255,255,255,0.7); | |
| font-weight: bold; |
| .panel{ | |
| background: url('http://www.kinemacitrus.co.jp/xml_img/backimage/img/ys08/ys08-1.jpg') no-repeat; | |
| } | |
| .split-view.split-view-vertical{ | |
| background-color: rgba(255,255,255,0.2); | |
| } | |
| /*ol#elements-tree-outline*/ li.hovered{ | |
| background-color: rgba(255,255,255,0.7); | |
| font-weight: bold; | |
| } |
| 10:43 Moko: !!!! | |
| 10:43 pastak: 老師よろしくお願いしまっす!! | |
| 10:45 Moko: わかりました老師! | |
| 10:47 tsutcho: どっちが老師だよ | |
| 10:48 Moko: どっちもかな | |
| 10:52 pastak: ずも老師ほどではございません(謙遜 |
| // ==UserScript== | |
| // @name display datetime on Github issue | |
| // @namespace userjs.com.cosmio.pastak | |
| // @description | |
| // @include https://github.com/*/pull/* | |
| // @include https://github.com/*/issues/* | |
| // ==/UserScript== | |
| $(function() { | |
| var usdate = $('.discussion-topic-header time').attr('datetime'); | |
| var msec = msec = Date.parse(usdate); |
| set number | |
| "括弧入力時の対応する括弧を表示 | |
| set showmatch | |
| "Bundle関係 | |
| set nocompatible | |
| filetype off | |
| if has('vim_starting') | |
| set runtimepath+=~/.vim/neobundle.vim.git | |
| call neobundle#rc(expand('~/.bundle')) |
| let g:Tex_IgnoredWarnings = | |
| \'Underfull'."\n". | |
| \'Overfull'."\n". | |
| \'specifier changed to'."\n". | |
| \'You have requested'."\n". | |
| \'Missing number, treated as zero.'."\n". | |
| \'There were undefined references'."\n". | |
| \'Citation %.%# undefined'."\n". | |
| \"Font shape \`JT1/gt/m/it\' undefined"."\n". | |
| \"Font shape \`JY1/gt/m/it\' undefined"."\n". |
| \documentclass[a4paper,12pt]{article} | |
| \usepackage{listings} | |
| \begin{document} | |
| \title{消費税増税!!!!!!!!} | |
| \author{安倍晋三} | |
| \date{\today} | |
| \maketitle | |
| \lstset{numbers=left,basicstyle=\ttfamily\small, | |
| commentstyle=\textit, keywordstyle=\bfseries} |
| // ==UserScript== | |
| // @name Skip Gunosy Cushion Page | |
| // @namespace userjs.com.cosmio.pastak | |
| // @description | |
| // @include http://gunosy.com/g/* | |
| // ==/UserScript== | |
| (function (){ | |
| var link = document.querySelector('a.articles-show-click'); | |
| location.href = link.href; |