$X
by
taizooo
2014-02-28 [2014/02/28 18:17:36]
XPath
@@ -1,8 +1,20 @@
/*
* @title $X
- * @description xpath
+ * @description XPath
* @include http://*
* @license MIT License
- * @require https://gist.github.com/os0x/184276/raw/addDefaultPrefix.js
- * @require https://gist.github.com/os0x/184276/raw/dollarX.js
+ * @javascript_url
*/
+
+// $X on XHTML and Cross Browser https://gist.github.com/os0x/184276
+
+(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"
+])
/*
* @title $X
* @description XPath
* @include http://*
* @license MIT License
* @javascript_url
*/
// $X on XHTML and Cross Browser https://gist.github.com/os0x/184276
(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 です。