Update 2025-01-07 21:24 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id 2025-01-07 21:24:53 +01:00
parent b0cc6ce138
commit 685a3b4c8d
4 changed files with 7 additions and 6 deletions

View File

@ -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 "$@"

View File

@ -99,7 +99,7 @@ _disabled() {
_domainfilter() {
# chain grep commands used in assemble pipe
grep -v "torrent"
grep -Ev "torrent|instagram.com"
}
_assemble() {

View File

@ -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