Skip to content

Instantly share code, notes, and snippets.

View negipo's full-sized avatar
😇
corpse

Yoshiteru Negishi negipo

😇
corpse
  • Tokyo
View GitHub Profile
@negipo
negipo / test
Created June 20, 2023 06:07
test
‎‎​
// ==UserScript==
// @name negipo test for tampermonkey
// @namespace http://polog.org/
// @version 0.1
// @description test
// @author negipo
// @match https://www.google.com/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_setClipboard
ヘイヨー 聞いて聞いてよってみてよそこのお嬢さん うちの奥さんのいいとこたくさん
まずは掃除ね天下一品 限界にまで事前にきれいに
服あらわせても超一級 チョイチョイ畳むだけで高品質
トークも最高立てばタモリ 座ればたけし 笑えばさんまですし
でも彼女にあります弱点が マジで必要なんです革命が
だって起きてくるのが8時か9時か いや10時か、ほんと一日中は
おふとんと友達 まるで翼 飲めよレッドブル起きられるから
だから寝顔を見て言うんだ 「ごはんできたよー、起きてー」ってな
@negipo
negipo / default.tsv
Last active May 20, 2018 10:49
Google日本語入力 月配列 USキーボード ローマ字テーブル
n'
nn
n
xn
wo
wye
wyi
wa
xwa
lwa
@negipo
negipo / saveresults.js
Last active March 2, 2018 14:49
this bookmarklet saves form input values into localStorage
javascript:(() => {
let storageKey = 'input_values';
let results = localStorage.getItem(storageKey);
if(results) {
if(confirm('反映しますか')) {
results = JSON.parse(results);
for(let key in results) {
let element = document.querySelector(`*[name="${key}"]`);
if(element) {
$('<script/>').attr('src', 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js').appendTo($('body'));
$('<link/>').attr({href:'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css', rel: 'stylesheet'}).appendTo($('body'));
$('select').select2();

  • A
    • 東98 黒02 黒07
  • B
    • 東98
  • C
    • 渋72 東98 黒01 黒06
  • D
  • 黒01 黒02 黒06 黒07
#!/usr/bin/env sh
curl -X POST -H "Accept: application/json" -H "Content-type: application/json" \
-d "{\"value1\": \"$*\"}" \
'https://maker.ifttt.com/trigger/{your event name}}/with/key/{insert your key}' \
>/dev/null 2>&1
#!/usr/bin/env ruby
require 'bundler/setup'
Bundler.require
DEFAULT_TARGETS = %w(
https://www.youtube.com/playlist?list=PLA6DC52121CDE580A
https://www.youtube.com/playlist?list=PL1HChj_66u32ZsFs-p4hu7fjfzC6amQGl
https://www.youtube.com/playlist?list=PL1HChj_66u3250P_rvNy9e34N85-o1Obe
https://www.youtube.com/playlist?list=PL1HChj_66u31ydENSAG5LUxUGpS_ffx9j
https://www.youtube.com/playlist?list=PL1HChj_66u32u8-KZq-ptJjm0GoV0AqKb
a