[qutebrowser] wordfilter userscript with sed: local file fails to load.

william tonks exo660 at gmail.com
Wed Nov 2 10:41:19 CET 2016


with your help i got a page to load, thank you, but it's mostly just a
white screen and thus unusable. you might be right that this method won't
work. but do you have any idea how to keep it html parsable, so it produces
the same page -- minus the edits?

On Wed, Nov 2, 2016 at 12:34 AM, Florian Bruhin <me at the-compiler.org> wrote:

> * william tonks <exo660 at gmail.com> [2016-11-01 21:37:28 -0700]:
> > i'm trying to download the current page, filter words, and then open the
> > edited page in the current tab.
> > where it fails is on the third step, this is the error message:
> >
> > Unable to load pageError while opening
> > file://home/william/qutetemp/newfile:
> >
> > Request for opening non-local file file://home/william/qutetemp/newfile
> >
> >
> > but i don't understand why it says it's a non local file; it's definitely
> > on my drive. could it be the "file://"?
>
> I don't understand the error either (it's coming from QtWebKit) :D
>
> Try doing file:///home/... though, otherwise I think that'd be a
> relative path.
>
> > but when i run it as "/home/william/qutetemp/newfile" it tries to
> download
> > the file.
>
> Try adding a .html extension - unfortunately QtWebKit doesn't do
> content sniffing.
>
> > and when/if this works how do i run it? i intend to have it run on every
> > page load but i'm not sure how to accomplish that.
>
> That's not possible yet. It might be with autocmds once I get to
> reviving this PR (which was deferred until after the QtWebEngine stuff
> is done): https://github.com/The-Compiler/qutebrowser/pull/1155
>
> However, I don't think userscripts are the right fit for this, you'll
> likely run into more issues.
>
> Once autocmds are in, you could run some javascript via :jseval which
> does the replacements you want, or you wait for the plugin API and
> write a plugin doing that.
>
> Florian
>
> --
> http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
>    GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
>          I love long mails! | http://email.is-not-s.ms/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://listi.jpberlin.de/pipermail/qutebrowser/attachments/20161102/abe5851c/attachment.htm>


More information about the qutebrowser mailing list