$X
by
taizooo
2014-02-28 [2014/02/28 18:17:36]
XPath
@@ -6,7 +6,8 @@
* @javascript_url
*/
-// $X on XHTML and Cross Browser https://gist.github.com/os0x/184276
+// https://gist.github.com/os0x/184276
+// http://qiita.com/otchy/items/5c4f2e1b2a93ac200f1c
(function (urls) {
urls.forEach(function (u) {
/*
* @title $X
* @description XPath
* @include http://*
* @license MIT License
* @javascript_url
*/
// https://gist.github.com/os0x/184276
// http://qiita.com/otchy/items/5c4f2e1b2a93ac200f1c
(function (urls) {
urls.forEach(function (u) {
var scr = document.createElement("script");
scr.src = u;
document.body.appendChild(scr);
})
})([
"//gist.github.com/os0x/184276/raw/addDefaultPrefix.js",
"//gist.github.com/os0x/184276/raw/dollarX.js"
])
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。