Skip to content

Instantly share code, notes, and snippets.

@ihsoy-s
ihsoy-s / Disable_lazy_load.js
Created November 24, 2012 16:52
[greasemonkey] Disable Lazy Load Plugin
// ==UserScript==
// @name Disable_lazy_load
// @namespace https://gist.github.com/ihsoy-s/
// @version 0.2
// @description Remove lazy load
// @include http://*/*
// @include https://*/*
// @match http://*/*
// @match https://*/*
// @run-at document-end
#!/bin/bash
# 下記を参考にしつつ作成
# https://gist.github.com/matchy2/3956266
# https://gist.github.com/saiten/1185755
if [ $# -eq 1 ]; then
channel=$1
case $1 in
r1) playpath='NetRadio_R1_flash@63346' ;;
@ihsoy-s
ihsoy-s / Convert_iframe_to_link.js
Created November 24, 2012 18:32
[greasemonkey] Convert embedded YouTube and Vimeo to link