Skip to content

Instantly share code, notes, and snippets.

View katsuma's full-sized avatar
🏠
Working from home

ryo katsuma katsuma

🏠
Working from home
View GitHub Profile
// ==UserScript==
// @name LikeEverywhereAtBottom
// @namespace http://blog.katsuma.tv/
// @include http://*
// @include https://*
// ==/UserScript==
(function (){
if(unsafeWindow.self != unsafeWindow.top){
return;