Update 2025-01-07 21:24 OpenBSD/amd64-t14
This commit is contained in:
parent
b0cc6ce138
commit
685a3b4c8d
@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export XDG_CACHE_HOME=/tmp firefox
|
export XDG_CACHE_HOME=/tmp
|
||||||
export MOZ_X11_EGL=1
|
export MOZ_X11_EGL=1
|
||||||
|
export MOZ_PLUGIN_PATH=/usr/local/lib/mozilla/plugins
|
||||||
|
|
||||||
/usr/local/bin/firefox "$@"
|
/usr/local/bin/firefox "$@"
|
||||||
|
@ -99,7 +99,7 @@ _disabled() {
|
|||||||
|
|
||||||
_domainfilter() {
|
_domainfilter() {
|
||||||
# chain grep commands used in assemble pipe
|
# chain grep commands used in assemble pipe
|
||||||
grep -v "torrent"
|
grep -Ev "torrent|instagram.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
_assemble() {
|
_assemble() {
|
||||||
|
@ -75,8 +75,8 @@ settings.window.search_engines.default = settings.window.search_engines.ddg
|
|||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
-- Add adblock
|
-- Add adblock
|
||||||
local adblock = require "adblock"
|
-- local adblock = require "adblock"
|
||||||
local adblock_chrome = require "adblock_chrome"
|
-- local adblock_chrome = require "adblock_chrome"
|
||||||
|
|
||||||
-- Enable Developer Tools
|
-- Enable Developer Tools
|
||||||
local webinspector = require "webinspector"
|
local webinspector = require "webinspector"
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user