JSer.info Contributing
by
efcl
2015-09-23 [2015/09/23 15:30:46]
Open JSer.info Pull Request Form
@@ -8,6 +8,6 @@
(function () {
var siteURL = window.location.href,
siteTitle = (document.title) ? document.title : window.top.document.title;
- var JSER_FORM = "http://azu.github.io/JSer.info-tribute/";
+ var JSER_FORM = "http://jser.info/JSer.info-tribute/";
window.open(JSER_FORM + "?title=" + encodeURIComponent(siteTitle) + "&url=" + encodeURIComponent(siteURL));
})();
/*
* @title JSer.info Contributing
* @description Open JSer.info Pull Request Form
* @include https?://*
* @license MIT License
* @javascript_url
*/
(function () {
var siteURL = window.location.href,
siteTitle = (document.title) ? document.title : window.top.document.title;
var JSER_FORM = "http://jser.info/JSer.info-tribute/";
window.open(JSER_FORM + "?title=" + encodeURIComponent(siteTitle) + "&url=" + encodeURIComponent(siteURL));
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。