#?SuikaWiki/0.9 *Google のキャッシュに飛ぶ -[1] -[2] ソース: if(_content.location.protocol=='http:'){_content.location.href='http://www.google.com/search?q=cache:'+_content.location.href} -[3] 問題点: [[URI符号化]]してないので、 URI によってはやばい可能性がある。 - [7] [WEAK[2002-12-15 (日) 15:01]] ''>>3'': >>4 と同じように encodeURIComponent 使えばいい [[#comment]] *SuikaWiki に飛ぶ -[4] -[5] ソース: var WikiName = prompt ('Please input the WikiName:', '', 'Jump to SuikaWiki'); if (WikiName) { _content.location.href = 'http://suika.fam.cx/~wakaba/-temp/wiki/wiki?' + encodeURIComponent(WikiName) } -[5] 編集モード -[6] >>5 ソース: var WikiName = prompt ('Please input the WikiName:', '', 'Jump to SuikaWiki'); if (WikiName) { _content.location.href = 'http://suika.fam.cx/~wakaba/-temp/wiki/wiki?mycmd=edit;mypage=' + encodeURIComponent(WikiName) } [[#comment]] *License -[4] この WikiPage 内にある bookmarklet 及び関連 code は、特に注記の無い限り Public Domain (著作権を主張しない。) とします。 -[5] 特に注記する場合であっても、[[寄稿文のライセンス]]規定にのっとり、最低限 freely distributable (自由に (対価の有無などにかかわらず) 配布可能) として下さい。 -[6] とは言っても、 bookmarklet は [[URI]] であり、また短い code である故に独特性に欠けることから、その著作物性は疑問であります。 *メモ