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