snac.smithies.me.uk is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
#qutebrowser 🤟 with python-adblock and some nice #greasemonkey -scripts.
https://qutebrowser.org
https://pypi.org/project/adblock/
https://greasyfork.org
😎
@justine I love that #Qutebrowser really has first-class support for keyboard shortcuts and navigation throughout and some mods can be done with conventional shell scripting. Recommended for anyone who is not too tied to Firefox or Chrome-compatible browser extensions!
I was a recurring sponsor while I used it.
Recently saw someone mention #QuteBrowser. Just downloaded it and starting giving it a whirl. It's quite interesting. I'm loving the vim keyboard shortcut stuff. After using vim for a little while, it feels pretty intuitive for the most part so far. Wondering if I can get used to not having my password manager plugin. Idk, maybe I can get used to this.
The fact that an alternative browser can't read github issues strikes me as kind of a bad thing for people wanting to research and report bugs on that browser.
#qutebrowser is 11 years old, almost on the minute! I'm celebrating by releasing v3.4.0: https://listi.jpberlin.de/pipermail/qutebrowser/2024-December/000960.html
Helvetica Ultra Compressed.otf
.Helvetica
set in their CSS but I cannot fathom out why they would use the font in my ~/.fonts
folder as it's name does not match. I even tried replacing the spaces with - but that wasn't the issue either ? I wonder if it's just a #Qutebrowser issue ?????Typing the following fc-list | grep Helvetica
outputs:
/home/justine/.fonts/Helvetica Ultra Compressed.otf: Helvetica,HelveticaMaybe it is just this font so I'll just remove it for now ???
UltraCompressed:style=Ultra Compressed,Regular
dictcli.py
and run it.Ok #FreeBSD #Qutebrowser users I am struggling to find /usr/share/qutebrowser/scripts/dictcli.py
in any location. Does anyone know where it is located on FreeBSD please ? #RunBSD
So I've tried pkg query '%Fp' qutebrowser
and dictcli.py
is no where to be found using the pkg
installed version of qutebrowser
.
I wonder why it's missing ???
Please boost and thank you.
So far I have not been able to start #RiverWM correctly as it somehow doesn't use my config which is in the correct location and has the correct permissions. But I have got #SwayWM working for now and #QuteBrowser running which is progress. I have also changed my users shell to Bash
from the default sh
but I may return who knows ?
I've still loads to configure and work out though but I am a very happy girl to have gotten this far. #RunBSD
400 Bad Request
config.py
I had the following user agent line.c.content.headers.user_agent = 'Mozilla/5.0 ({os_info}) QtWebEngine/{qt_version} qutebrowser/{qutebrowser_version} Chromium/67.0.1'
I changed it to the same as #Firefox was using and bingo it all works !
c.content.headers.user_agent = 'Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0'
Who's a happy bunny now.
I have now changed the original user agent to the following and all seems good.
c.content.headers.user_agent = 'Mozilla/5.0 ({os_info}) QtWebEngine/{qt_version} qutebrowser/{qutebrowser_version} Chrome/130.0.0.0'