「Badwolf」の版間の差分
(英語版から転載) |
(翻訳) |
||
2行目: | 2行目: | ||
[[Category:Web browser]] |
[[Category:Web browser]] |
||
[[en:Badwolf]] |
[[en:Badwolf]] |
||
+ | [https://hacktivis.me/projects/badwolf badwolf]は、最小限のプライバシー指向の Webkit2gtk ブラウザで、x86 (-64) 上の Linux と BSD、および [[X11]] と [[Wayland]] 上で動く arm7 と 8 に対応しています。Badwolf の機能は、JavaScript と画像のロードを切り替えるもので、マウスを使ってタブを操作したり、ブラウジングすることができます。メモリ使用量も少なく、バイナリサイズも小さいです。 |
||
− | [https://hacktivis.me/projects/badwolf Badwolf] is a minimal, privacy oriented, Webkit2gtk browser for Linux and BSD on x86(-64) and arm7&8 running on [[X11]] and [[Wayland]]. Badwolf features toggles for JavaScript and image loading, a tabbed browsing experience in a mouse-driven user interface. It has a low memory footprint and small binary size. |
||
==Installation== |
==Installation== |
2021年3月5日 (金) 22:15時点における版
badwolfは、最小限のプライバシー指向の Webkit2gtk ブラウザで、x86 (-64) 上の Linux と BSD、および X11 と Wayland 上で動く arm7 と 8 に対応しています。Badwolf の機能は、JavaScript と画像のロードを切り替えるもので、マウスを使ってタブを操作したり、ブラウジングすることができます。メモリ使用量も少なく、バイナリサイズも小さいです。
目次
Installation
Badwolf is available in the AUR as badwolfAUR or can be built from source.
Video streaming
For video streaming to work make sure to install gst-plugins-good, gst-plugins-bad and gst-plugins-ugly.
Configuration
Interface
The interface can be modified using css located at $XDG_DATA_HOME/badwolf/interface.css
for a per-user configuration or in /usr/local/share/badwolf/interface.css
for a system-wide configuration.
For a list if configurable properties see the gtk manual.
Extensions
Badwolf does not support JavaScript user extensions, but it does support WebKit extensions such as wyebadblock. The developer has reserved a section on his website for useful extensions, though it is currently empty.
Keybindings
The default keybings can be changed in the keybindings.c
file. Custom keybinds can also be added that run arbitrary C code.
config.h
Certain properties can be changed in the config.c
file. Further documentation can be found in the file itself.
Homepage
The default homepage (for new tabs and fresh browser sessions) can be set in uri.c
.