cd ..
@@ -5,16 +5,6 @@
* @license MIT License
*/
-if (location.search != '') {
- location.search = '';
-} else {
- if (location.pathname != '/') {
- a = location.pathname.split('/');
- if (a.pop() == '') a.pop();
- location.pathname = a.join('/');
- } else {
- b = location.hostname.split('.');
- b.shift();
- location.hostname = b.join('.');
- }
-}
+// via https://twitter.com/#!/hinasssan/status/184281087986507776
+
+location = '..';
/*
* @title cd ..
* @description up dir
* @include http://*
* @license MIT License
*/
// via https://twitter.com/#!/hinasssan/status/184281087986507776
location = '..';
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。