Changeset 22947
- Timestamp:
- 11/07/08 20:37:04 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/appendAnchor.js
r22557 r22947 5 5 * @author SAKAI, Kazuaki 6 6 * @version 0.02 7 * @minVersion 2.0pre 8 * @maxVersion 2.0pre 7 9 * == /VimperatorPlugin== 8 10 */ 9 11 10 12 (function(){ 13 14 if (window.eval(liberator.globalVariables.auto_append_anchor || 'false')) { 15 let originalHintsShow = liberator.modules.hints.show; 16 hints.show = function () { 17 liberator.execute('anc'); 18 originalHintsShow.apply(this, arguments); 19 }; 20 } 11 21 12 22 liberator.modules.commands.addUserCommand(['anc'], 'append anchors to texts look like url',
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)