Changeset 25367 for lang/javascript/vimperator-plugins
- Timestamp:
- 11/30/08 05:43:11 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/peekpage.js
r25364 r25367 4 4 * @description peek page in commandline 5 5 * @author hogelog 6 * @version 0. 16 * @version 0.2 7 7 * ==/VimperatorPlugin== 8 8 * … … 49 49 'Peek Page in Commandline', 50 50 function (args){ 51 peekview(args.string );51 peekview(args.string || buffer.URL); 52 52 }, option); 53 53 commands.addUserCommand(['peeksrc'], 54 54 'Peek Page Source in Commandline', 55 55 function (args){ 56 var http = util.httpGet(args.string );56 var http = util.httpGet(args.string || buffer.URL); 57 57 if (http){ 58 58 liberator.echo(http.responseText, commandline.FORCE_MULTILINE);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)