Skip to content

Instantly share code, notes, and snippets.

View MitarashiDango's full-sized avatar

MitarashiDango MitarashiDango

View GitHub Profile
@hcmiya
hcmiya / mastodon-ni-teikeibun-kino-wo-tukeru-yatu.user.js
Last active June 23, 2018 14:20
マストドンに定型文機能を付けるやつ
// ==UserScript==
// @name マストドンに定型文機能を付けるやつ
// @namespace https://js4.in/ns/
// @include *
// @version 1.0.11
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_deleteValue
// @author Miyagi Hikaru
// @website https://gist.github.com/hcmiya/3645e7ef572685c56e58fca5e1375e0e
@crakaC
crakaC / nicorolling2.js
Last active July 8, 2017 05:37
friends.nicoのニコるくんを回します。ブラウザでF12を押して、コンソールにコピペしてみてください。計測してないですが、前回のやつより軽いと思います。
// ニコるくんを探すためのクエリ
const QUERY = '.status img[alt*="nicoru"]'
const ROLL_PER_SEC = 1.75
// 角度指定用のstringを予め確保
const LUT = Array.from(Array(360).keys()).map(e => "rotate(" + e + "deg)")
var nicorus = []
class Nicorukun {