Touch Emulate
by
dev181
2014-09-18 [2014/09/18 16:21:52]
my bookmarklet
@@ -1,5 +1,5 @@
/*
- * @title bookmarklet
+ * @title Touch Emulate
* @description my bookmarklet
* @include http://*
* @license MIT License
/*
* @title Touch Emulate
* @description my bookmarklet
* @include http://*
* @license MIT License
* @require
*/
javascript:!function(a){var b=a.createElement("script");b.onload=function(){TouchEmulator()},b.src="//cdn.rawgit.com/hammerjs/touchemulator/0.0.2/touch-emulator.js",a.body.appendChild(b)}(document);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。