Skip to content

Instantly share code, notes, and snippets.

View KurohimeAkari's full-sized avatar

シスター † アンネ KurohimeAkari

View GitHub Profile
@KurohimeAkari
KurohimeAkari / mobile.js
Last active November 30, 2015 03:59
Shereアイコンモバイルだけ版
$(function() {
/*-----------------------------------------------------------
// ソーシャルアイコン処理
------------------------------------------------------------*/
// 公式ボタンを削除
$('.social-button-units').remove();
//mobile モバイル版のみあるのをIF(each)で処理をする。
$('.header-blog-icon').each(function() {
var mobile = location.href;
var hatena = 'http://b.hatena.ne.jp/entry/'
@KurohimeAkari
KurohimeAkari / shere.css
Last active January 20, 2016 23:38
Shereアイコン作った。
.entry-footer .social-buttons {
margin: 10px auto;
display: inherit;
text-align: center;
}
span.social-buttons{
display: inline-block;
text-align: center;
width: 100%;
@KurohimeAkari
KurohimeAkari / niconicoTag.user.js
Last active November 3, 2015 17:41
失敗作品:動くことには動く
// ==UserScript==
// @name niconico not clear tag
// @description タグ修正戦争が見てて(´・ω・`)な気持ちになるので
// @namespace http://shioneko.sakura.ne.jp/
// @version 1.1.0
// @include http://www.nicovideo.jp/watch/*
// @require http://code.jquery.com/jquery-2.1.4.min.js
// ==/UserScript==
// ページ移動反映処理ができない
@KurohimeAkari
KurohimeAkari / listpopup.css
Last active October 27, 2015 12:38
カテゴリー別な表示.js
/* none させなくても良いですが上に設置してると読み込むまで数値(1)などが表示されます。*/
.hatena-module-category > .hatena-module-body > .hatena-urllist li a{
display:none;
}
@KurohimeAkari
KurohimeAkari / fa.css
Created October 26, 2015 23:49
Font Awesome の カラーリングCSS
.fa{
margin:0px 5px;
font-size:20px;
color: #fff;
}
.fa-rss:hover{
color:#FF8C00;
}
@KurohimeAkari
KurohimeAkari / list.js
Last active July 19, 2017 03:28
はてなブログの list.js
/*-----------------------------------------------------------
// (C) Kurohime Akari + TMC45 INC様
// Website: http://shioneko.sakura.ne.jp
// はてなブログ用 Blog Templates . Varsion 1.0.0
//
// Comments: Game list.js 制作
//
------------------------------------------------------------*/
/*-----------------------------------------------------------
// http://tech.tmd45.jp/entry/2012/04/03/170348 様の改変
@KurohimeAkari
KurohimeAkari / Shere.css
Created October 23, 2015 22:07
ShereボタンをつくるJS
p.Shere{
display: table;
vertical-align: middle;
float: right;
font-weight: bold;
margin: 6px;
border:solid 1px #fff;
border-radius: 10px;
text-align: center;
width: 20px;
@KurohimeAkari
KurohimeAkari / pack.mcmeta
Created July 13, 2015 02:53
computer craft
{
"pack": {
"pack_format": 1,
"description": "(自分で付けたい名前)"
}
}