This file contains hidden or 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 searchbar-panel-one-offs height | |
// @description 49px固定だと高さズレるんだよ! | |
// @version 1.0 | |
// @author oflow | |
// @compatibility Firefox 38 | |
// ==/UserScript== | |
(function() { |
This file contains hidden or 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
@namespace url(http://www.w3.org/1999/xhtml); | |
/* 梅田ブルク7のチケット予約がPCで見るとアホすぎるのでコンパクトにするCSS */ | |
@-moz-document domain(kinezo.jp) { | |
#scheduleList div, | |
#scheduleList a, | |
#scheduleList span, | |
#scheduleList td { |
This file contains hidden or 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 例のあれ | |
// @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); |
This file contains hidden or 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 Twitterの画像をでかく表示するやつ | |
// @description 画像:large付けてwidth指定 | |
// @include https://twitter.com/*/status/* | |
// @grant GM_addStyle | |
// ==/UserScript== | |
/* | |
* サイドにおすすめ画像でるときのためにCSS調整 | |
* min-width: 560px; | |
* |
This file contains hidden or 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 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"]'); |
This file contains hidden or 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
'シンボリックリンクを作るスクリプト | |
' | |
' ln.vbs original_path symlink_path | |
' (mklinkとは逆で ln -s original_path symlink_path と同じ順番) | |
' ------------------------------------------------------------ | |
' だいなファイラーの外部コマンド | |
' 実行ファイル C:\WINDOWS\System32\wscript.exe | |
' パラメーター "ln.vbsファイルのフルパス" "$F" "$OD$X" | |
' ------------------------------------------------------------ |
This file contains hidden or 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 Twitterの画像をでかく表示するやつ | |
// @description 画像:large付ける | |
// @include https://twitter.com/*/status/* | |
// ==/UserScript== | |
(function() { | |
let media = document.querySelector('.media-thumbnail.is-preview img'); | |
if (!media) { | |
return; |
This file contains hidden or 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
@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 { |
This file contains hidden or 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
<!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; |
This file contains hidden or 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
alert('めっちょねむい'); |