Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name searchbar-panel-one-offs height
// @description 49px固定だと高さズレるんだよ!
// @version 1.0
// @author oflow
// @compatibility Firefox 38
// ==/UserScript==
(function() {
@oflow
oflow / kinezo.css
Created April 17, 2015 03:44
途中で飽きた
@namespace url(http://www.w3.org/1999/xhtml);
/* 梅田ブルク7のチケット予約がPCで見るとアホすぎるのでコンパクトにするCSS */
@-moz-document domain(kinezo.jp) {
#scheduleList div,
#scheduleList a,
#scheduleList span,
#scheduleList td {
// ==UserScript==
// @name 例のあれ
// @description 見づらいよねー
// @include http://kageki.hankyu.co.jp/news/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// ==/UserScript==
//
(function($) {
var getContent = function(url, elm) {
console.log(url);
// ==UserScript==
// @name Twitterの画像をでかく表示するやつ
// @description 画像:large付けてwidth指定
// @include https://twitter.com/*/status/*
// @grant GM_addStyle
// ==/UserScript==
/*
* サイドにおすすめ画像でるときのためにCSS調整
* min-width: 560px;
*
// ==UserScript==
// @name remove Toranoana popUpWindow
// @description とらのあなのjavascript:popUpWindowが若干面倒臭いのでリンクにする
// @version 1.0
// @include http://www.toranoana.jp/*
// @namespace http://oflow.me/
// ==/UserScript==
(function() {
var a = document.querySelectorAll('a[href^="javascript:popUpWindow"]');
@oflow
oflow / ln.vbs
Last active August 29, 2015 14:10
mklinkコマンドがln -sと逆なのがブチ切れそうなのと/D付けるの面倒臭い
'シンボリックリンクを作るスクリプト
'
' ln.vbs original_path symlink_path
' (mklinkとは逆で ln -s original_path symlink_path と同じ順番)
' ------------------------------------------------------------
' だいなファイラーの外部コマンド
' 実行ファイル C:\WINDOWS\System32\wscript.exe
' パラメーター "ln.vbsファイルのフルパス" "$F" "$OD$X"
' ------------------------------------------------------------
// ==UserScript==
// @name Twitterの画像をでかく表示するやつ
// @description 画像:large付ける
// @include https://twitter.com/*/status/*
// ==/UserScript==
(function() {
let media = document.querySelector('.media-thumbnail.is-preview img');
if (!media) {
return;
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
scrollbar {
-moz-appearance: none !important;
background-color: #eee !important;
border: none !important;
background-image: none !important;
padding: 1px !important;
}
scrollbar:active {
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<style type="text/css">
body { overflow: hidden; }
h1 {
font-size: 12px;
margin: 0; padding: 0;
white-space: nowrap;
@oflow
oflow / nemui.js
Created June 16, 2014 06:53
ねむい
alert('めっちょねむい');