Isaac Witmer | 7 Feb 18:32
Picon
Gravatar

semicolon, f

I'm trying to figure out how ;f works.

According to the documentation:
;f -- f to focus a frame

And on the documentation page (:helpall) it seems like it does focus, but I can't get any other websites to do anything similar.
How is ";f" expected to work? Can you give some examples?

Thanks! This plugin is amazing.

-Isaac

Re: :qmarks layout

Actually, I don't like the columns display for most output at all anymore. :(

I would like to change the whole outputs to more like e.g. Gmail's email-overview
or to the right side of the :bmarks output where proper coloring can distinguish
between the items. This would save lots of space and makes it much easier to
see connecting lines. Something like this (HTML view needed):

BOOKMARKS
 ORF.at  http://orf.at/ (tags: news)
 derStandard.at  http://derstandard.at/

QUICKMARKS
 o  http://orf.at/
 s  http://derstandard.at/


So, somebody motivated for this kind of design optimization could do some awesome
patches :)

--
Martin

On Tue, Jan 31, 2012 at 7:18 PM, Guido Van Hoecke <guivho-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
When listing qmarks with :qmarks the marks are listed in two equal width
columns. The left column shows the one letter mark followed by half
screenwidth white space. This positions the mark so far from the url,
that it is really difficult to unambiguously see what mark goes with
what url.

Please limit the width of the left column some 50 pixels wide, so that
the qmark and the url are close enough to avoid confusion.

Vimperator: 3.3 (created: 2011/11/13 17:32:12)
Firefox:    Mozilla/5.0 (Macintosch; Intel Mac OS X 10.7; rv:9.0.1)
Gecko/20100101 Firefox/9.0.1

Thanks in advance,


Guido

--
QOTD:
       "I've always wanted to work in the Federal Mint.  And then go on
       strike.  To make less money."

http://vanhoecke.org ... and go2 places!
_______________________________________________
Vimperator mailing list
Vimperator <at> mozdev.org
https://www.mozdev.org/mailman/listinfo/vimperator

Re: semicolon, f

You need a web page with frames like this one:

http://www.w3schools.com/html/tryit.asp?filename=tryhtml_frame_rows

Then press ;f and you see all frames, and press e.g. "6" to select a frame to the right.

Re: Feature request: switch to TLS with "gs"

I would accept a patch which implements 'gs' as a toggle switch to switch to/from
the secure https:// version.

On Fri, Jan 13, 2012 at 8:44 PM, Timo Weingärtner <timo-qefDvvmrSO0@public.gmane.org> wrote:
Hi,

Recently I wanted to switch to the TLS secured version of a website. It worked
by pressing "O" and editing the URL. But there should be an easier way, just
like there is "gu".

The Command should be "gs" ("gt" was already taken) for switching from http://
to https://. There should also be "gS" for switching back to the
unencrypted/unauthenticated version.


Greetings
Timo

_______________________________________________
Vimperator mailing list
Vimperator-hfdxhZW8pNUdnm+yROfE0A@public.gmane.org
https://www.mozdev.org/mailman/listinfo/vimperator


Re: Vimperator doesn't work on Firefox Nightly (2012-01-10)

On Thu, Jan 12, 2012 at 12:41 PM, teramako <teramako-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
I agree. I also like standard javascript. Especially 'util.Array' is too tricky .
Could rid out 'util.Array' when we fix the code using 'util.Array' ?

Of course you can! The main reason is not just to make our lives easier,
but especially those who just dive into our codebase for the first time. It's
sometimes quite difficult, even if you are an experienced javascript hacker.
丹羽直也 | 14 Feb 17:56
Favicon

(no subject)

Hi.

I made a patch to fix the problem of environment-dependent occur when
you "make".

Some hg client for Windows(ex. TortoiseHG) cannot handle symbolic
links correctly.
With such clients, "vimperator/components" that will be treated as a file.
As a result, the content of "component / protocols.js" in the xpi is wrong.
(ex. ../../common/components/protocols.js )

I was addressed in such a way that changing the order to copy when make.
As a result, the wrong content is overwritten by the correct content.
Of course, does not affect the normal environment.

(Sorry my poor English..

--

-- 
丹羽 直也 (Naoya Niwa)
Leader of Android Security Japan
Blog: http://blog.mine-studio.com/
Site: http://www.mine-studio.com/
Attachment (fix_make_miss.diff): application/octet-stream, 802 bytes
丹羽直也 | 14 Feb 18:00
Favicon

Re: (no subject)

I'm sorry, I forgot my writing in the subject line.

Should I resend the mail?

--

-- 
Naoya Niwa
Dotan Cohen | 26 Feb 12:01
Picon
Gravatar

Enable / Disable CSS file / style with Vimperator

I am trying to create a way to enable / disable a CSS file with
Vimperator. This is the style that I use with Stylish:
http://userstyles.org/styles/18192/nightshift-eye-care

Right now I can currently enable / disable that style with the mouse,
via the Stylish toolbar button.

My first attempt to enable / disable with Vimperator was to try to run
some javascript [1] with a Vimperator map:
map s var prefs =
Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch).prefHasUserValue("extensions.stylish.styleRegistrationEnabled");
if (prefs){ stylishOverlay.turnOnOff(true); } else {
stylishOverlay.turnOnOff(false); }

That did not work, so I put a plugin [2] in
~/.vimperator/plugins/stylechanger.js and I put the CSS file from
NightShift into the ~/.vimperator/colors/NightShift.css file. I now
try to run ":hi NightShift" or ":hi NightShift.css" but that does not
enable the style. What am I doing wrong? This is in Firefox 8.0 with
Vimperator 3.3.

Thanks.

[1] http://forum.userstyles.org/discussion/17763/shortcut-key-to-turn-all-styles-off/p1
[2] http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/stylechanger.js?rev=9402

--

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com
Michaël Willemot | 27 Feb 08:08
Picon

Re: Enable / Disable CSS file / style with Vimperator

can you access the toolbar-command with the :emenu command?

I use :emenu to map a command of the web developer toolbar and show a
msg it executed like this:
map cc :emenu Tools.Web Developer.Miscellaneous.Clear Private
Data.Cache<RETURN>:echomsg "cache cleared"<RETURN>

hth,
Michaël

On 26 February 2012 12:01, Dotan Cohen <dotancohen@...> wrote:
> I am trying to create a way to enable / disable a CSS file with
> Vimperator. This is the style that I use with Stylish:
> http://userstyles.org/styles/18192/nightshift-eye-care
>
> Right now I can currently enable / disable that style with the mouse,
> via the Stylish toolbar button.
>
> My first attempt to enable / disable with Vimperator was to try to run
> some javascript [1] with a Vimperator map:
> map s var prefs =
> Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch).prefHasUserValue("extensions.stylish.styleRegistrationEnabled");
> if (prefs){ stylishOverlay.turnOnOff(true); } else {
> stylishOverlay.turnOnOff(false); }
>
> That did not work, so I put a plugin [2] in
> ~/.vimperator/plugins/stylechanger.js and I put the CSS file from
> NightShift into the ~/.vimperator/colors/NightShift.css file. I now
> try to run ":hi NightShift" or ":hi NightShift.css" but that does not
> enable the style. What am I doing wrong? This is in Firefox 8.0 with
> Vimperator 3.3.
>
> Thanks.
>
>
> [1] http://forum.userstyles.org/discussion/17763/shortcut-key-to-turn-all-styles-off/p1
> [2] http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/stylechanger.js?rev=9402
>
> --
> Dotan Cohen
>
> http://gibberish.co.il
> http://what-is-what.com
> _______________________________________________
> Vimperator mailing list
> Vimperator@...
> https://www.mozdev.org/mailman/listinfo/vimperator

--

-- 
Michaël Willemot
michael@...
http://www.sotto.be
Eric Van Dewoestine | 27 Feb 15:57
Picon

Re: Enable / Disable CSS file / style with Vimperator

On 2012-02-26 13:01:40, Dotan Cohen wrote:
> I am trying to create a way to enable / disable a CSS file with
> Vimperator. This is the style that I use with Stylish:
> http://userstyles.org/styles/18192/nightshift-eye-care
> 
> Right now I can currently enable / disable that style with the mouse,
> via the Stylish toolbar button.
> 
> My first attempt to enable / disable with Vimperator was to try to run
> some javascript [1] with a Vimperator map:
> map s var prefs =
> Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch).prefHasUserValue("extensions.stylish.styleRegistrationEnabled");
> if (prefs){ stylishOverlay.turnOnOff(true); } else {
> stylishOverlay.turnOnOff(false); }

I wrote a stylish plugin[1] for vimperator a while back that may do
what you want.

[1] http://github.com/ervandew/vimfiles/blob/master/vimperator/plugin/stylish.js

> That did not work, so I put a plugin [2] in
> ~/.vimperator/plugins/stylechanger.js and I put the CSS file from
> NightShift into the ~/.vimperator/colors/NightShift.css file. I now
> try to run ":hi NightShift" or ":hi NightShift.css" but that does not
> enable the style. What am I doing wrong? This is in Firefox 8.0 with
> Vimperator 3.3.
> 
> Thanks.
> 
> 
> [1] http://forum.userstyles.org/discussion/17763/shortcut-key-to-turn-all-styles-off/p1
> [2] http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/stylechanger.js?rev=9402
> 
> -- 
> Dotan Cohen
> 
> http://gibberish.co.il
> http://what-is-what.com

--

-- 
eric

Gmane