Changeset 22178
- Timestamp:
- 10/26/08 21:36:16 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/hatebu_keybind_deletion.user.js
r22168 r22178 1 / *==UserScript==2 *@name hatebu keybind deletion3 * @namespace http: *d.hatena.ne.jp/janus_wel/4 * @include http: *b.hatena.ne.jp/*5 *==/UserScript==6 *1 // ==UserScript== 2 // @name hatebu keybind deletion 3 // @namespace http://d.hatena.ne.jp/janus_wel/ 4 // @include http://b.hatena.ne.jp/* 5 // ==/UserScript== 6 /* 7 7 * refer: http://q.hatena.ne.jp/1205395144 8 8 * … … 19 19 */ 20 20 21 (function ( ) {21 (function (unsafeWindow) { 22 22 if (unsafeWindow.Bookmark && unsafeWindow.Bookmark.keybind) { 23 23 var commands = unsafeWindow.Bookmark.keybind.commands; … … 26 26 delete commands['o']; 27 27 } 28 })( )28 })(this.unsafeWindow || this);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)