backup and some file structure changes
|
|
@ -2,7 +2,7 @@
|
||||||
size = 10.5
|
size = 10.5
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "ComicMono Nerd Font"
|
family = "Atkinson Hyperlegible Mono"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|
||||||
[font.offset]
|
[font.offset]
|
||||||
|
|
|
||||||
|
|
@ -555,14 +555,12 @@ awful.rules.rules = {
|
||||||
instance = {
|
instance = {
|
||||||
"DTA", -- Firefox addon DownThemAll.
|
"DTA", -- Firefox addon DownThemAll.
|
||||||
"copyq", -- Includes session name in class.
|
"copyq", -- Includes session name in class.
|
||||||
"pinentry",
|
|
||||||
},
|
},
|
||||||
class = {
|
class = {
|
||||||
"Arandr",
|
"Arandr",
|
||||||
"Blueman-manager",
|
|
||||||
"Gpick",
|
"Gpick",
|
||||||
"Kruler",
|
"Kruler",
|
||||||
"MessageWin", -- kalarm.
|
"MessageWin",
|
||||||
"Sxiv",
|
"Sxiv",
|
||||||
"Tor Browser", -- Needs a fixed window size to avoid fingerprinting by screen size.
|
"Tor Browser", -- Needs a fixed window size to avoid fingerprinting by screen size.
|
||||||
"Wpa_gui",
|
"Wpa_gui",
|
||||||
|
|
@ -577,12 +575,46 @@ awful.rules.rules = {
|
||||||
"Picture-in-picture", -- Chrome/Electron picture-in-picture
|
"Picture-in-picture", -- Chrome/Electron picture-in-picture
|
||||||
},
|
},
|
||||||
role = {
|
role = {
|
||||||
"AlarmWindow", -- Thunderbird's calendar.
|
|
||||||
"ConfigManager", -- Thunderbird's about:config.
|
"ConfigManager", -- Thunderbird's about:config.
|
||||||
"pop-up", -- e.g. Google Chrome's (detached) Developer Tools.
|
|
||||||
}
|
}
|
||||||
}, properties = { floating = true }},
|
}, properties = { floating = true }},
|
||||||
|
-- Floating + centred clients
|
||||||
|
{ rule_any = {
|
||||||
|
instance = {
|
||||||
|
"pinentry"
|
||||||
|
},
|
||||||
|
class = {
|
||||||
|
"Blueman-manager",
|
||||||
|
"MessageWin", -- kalarm
|
||||||
|
},
|
||||||
|
name = {
|
||||||
|
|
||||||
|
},
|
||||||
|
role = {
|
||||||
|
"AlarmWindow", -- Thunderbird's calendar
|
||||||
|
},
|
||||||
|
},
|
||||||
|
rule = { -- aw-qt windows
|
||||||
|
class = "aw-qt",
|
||||||
|
type = "dialog",
|
||||||
|
}, properties = {floating = true, placement = awful.placement.centered }},
|
||||||
|
|
||||||
|
-- Clients that should manage their own placement
|
||||||
|
rule_any = {
|
||||||
|
name = {
|
||||||
|
"hydrus client booting", -- hydrus client boot window
|
||||||
|
},
|
||||||
|
role = {
|
||||||
|
"pop-up", -- e.g. Google Chrome's (detached) Developer Tools.
|
||||||
|
"dialog", -- trying to get as many dialogues as possible
|
||||||
|
},
|
||||||
|
type = {
|
||||||
|
"dialog",
|
||||||
|
"popup",
|
||||||
|
},
|
||||||
|
properties = { floating = true, placement = nil }
|
||||||
|
}
|
||||||
-- Add titlebars to normal clients and dialogs
|
-- Add titlebars to normal clients and dialogs
|
||||||
-- { rule_any = {type = { "normal", "dialog" }
|
-- { rule_any = {type = { "normal", "dialog" }
|
||||||
-- }, properties = { titlebars_enabled = true }
|
-- }, properties = { titlebars_enabled = true }
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 193 B |
|
Before Width: | Height: | Size: 190 B |
|
Before Width: | Height: | Size: 197 B |
|
Before Width: | Height: | Size: 195 B |
|
Before Width: | Height: | Size: 196 B |
|
Before Width: | Height: | Size: 191 B |
|
Before Width: | Height: | Size: 193 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 199 B |
|
Before Width: | Height: | Size: 191 B |
|
Before Width: | Height: | Size: 271 B |
|
Before Width: | Height: | Size: 196 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 186 B |
|
Before Width: | Height: | Size: 188 B |
|
Before Width: | Height: | Size: 186 B |
|
Before Width: | Height: | Size: 440 B |
|
Before Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 171 B |
|
|
@ -1,138 +0,0 @@
|
||||||
-------------------------------
|
|
||||||
-- "Zenburn" awesome theme --
|
|
||||||
-- By Adrian C. (anrxc) --
|
|
||||||
-------------------------------
|
|
||||||
|
|
||||||
--local themes_path = require("gears.filesystem").get_themes_dir()
|
|
||||||
local themes_path = "/home/nu/.config/awesome/themes/"
|
|
||||||
-- ^ there's obviously something wrong here. the commented out code should return what i have manually set in the second thing. but it doesn't!
|
|
||||||
local dpi = require("beautiful.xresources").apply_dpi
|
|
||||||
|
|
||||||
-- {{{ Main
|
|
||||||
local theme = {}
|
|
||||||
--theme.wallpaper = themes_path .. "/mnt/Storage/Pictures and videos/Wallpapers/1636726932302.jpg"
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Styles
|
|
||||||
theme.font = "Noto Sans CJK JP, Regular 8.7"
|
|
||||||
|
|
||||||
-- {{{ Colors
|
|
||||||
theme.fg_normal = "#DCDCCC"
|
|
||||||
theme.fg_focus = "#F0DFAF"
|
|
||||||
theme.fg_urgent = "#CC9393"
|
|
||||||
theme.bg_normal = "#3F3F3F"
|
|
||||||
theme.bg_focus = "#1E2320"
|
|
||||||
theme.bg_urgent = "#3F3F3F"
|
|
||||||
theme.bg_systray = theme.bg_normal
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Borders
|
|
||||||
theme.useless_gap = dpi(4)
|
|
||||||
theme.border_width = dpi(2)
|
|
||||||
theme.border_normal = "#3F3F3F"
|
|
||||||
theme.border_focus = "#6F6F6F"
|
|
||||||
theme.border_marked = "#CC9393"
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Titlebars
|
|
||||||
theme.titlebar_bg_focus = "#3F3F3F"
|
|
||||||
theme.titlebar_bg_normal = "#3F3F3F"
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- There are other variable sets
|
|
||||||
-- overriding the default one when
|
|
||||||
-- defined, the sets are:
|
|
||||||
-- [taglist|tasklist]_[bg|fg]_[focus|urgent|occupied|empty|volatile]
|
|
||||||
-- titlebar_[normal|focus]
|
|
||||||
-- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
|
|
||||||
-- Example:
|
|
||||||
--theme.taglist_bg_focus = "#CC9393"
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Widgets
|
|
||||||
-- You can add as many variables as
|
|
||||||
-- you wish and access them by using
|
|
||||||
-- beautiful.variable in your rc.lua
|
|
||||||
--theme.fg_widget = "#AECF96"
|
|
||||||
--theme.fg_center_widget = "#88A175"
|
|
||||||
--theme.fg_end_widget = "#FF5656"
|
|
||||||
--theme.bg_widget = "#494B4F"
|
|
||||||
--theme.border_widget = "#3F3F3F"
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Mouse finder
|
|
||||||
theme.mouse_finder_color = "#CC9393"
|
|
||||||
-- mouse_finder_[timeout|animate_timeout|radius|factor]
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Menu
|
|
||||||
-- Variables set for theming the menu:
|
|
||||||
-- menu_[bg|fg]_[normal|focus]
|
|
||||||
-- menu_[border_color|border_width]
|
|
||||||
theme.menu_height = dpi(16)
|
|
||||||
theme.menu_width = dpi(120)
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Icons
|
|
||||||
-- {{{ Taglist
|
|
||||||
theme.taglist_squares_sel = themes_path .. "nu/skeuo/taglist/squarefz.png"
|
|
||||||
theme.taglist_squares_unsel = themes_path .. "nu/skeuo/taglist/squarez.png"
|
|
||||||
--theme.taglist_squares_resize = "false"
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Misc
|
|
||||||
theme.awesome_icon = themes_path .. "nu/skeuo/awesome-icon.png"
|
|
||||||
theme.menu_submenu_icon = themes_path .. "nu/skeuo/submenu.png"
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Layout
|
|
||||||
theme.layout_tile = themes_path .. "nu/skeuo/layouts/tile.png"
|
|
||||||
theme.layout_tileleft = themes_path .. "nu/skeuo/layouts/tileleft.png"
|
|
||||||
theme.layout_tilebottom = themes_path .. "nu/skeuo/layouts/tilebottom.png"
|
|
||||||
theme.layout_tiletop = themes_path .. "nu/skeuo/layouts/tiletop.png"
|
|
||||||
theme.layout_fairv = themes_path .. "nu/skeuo/layouts/fairv.png"
|
|
||||||
theme.layout_fairh = themes_path .. "nu/skeuo/layouts/fairh.png"
|
|
||||||
theme.layout_spiral = themes_path .. "nu/skeuo/layouts/spiral.png"
|
|
||||||
theme.layout_dwindle = themes_path .. "nu/skeuo/layouts/dwindle.png"
|
|
||||||
theme.layout_max = themes_path .. "nu/skeuo/layouts/max.png"
|
|
||||||
theme.layout_fullscreen = themes_path .. "nu/skeuo/layouts/fullscreen.png"
|
|
||||||
theme.layout_magnifier = themes_path .. "nu/skeuo/layouts/magnifier.png"
|
|
||||||
theme.layout_floating = themes_path .. "nu/skeuo/layouts/floating.png"
|
|
||||||
theme.layout_cornernw = themes_path .. "nu/skeuo/layouts/cornernw.png"
|
|
||||||
theme.layout_cornerne = themes_path .. "nu/skeuo/layouts/cornerne.png"
|
|
||||||
theme.layout_cornersw = themes_path .. "nu/skeuo/layouts/cornersw.png"
|
|
||||||
theme.layout_cornerse = themes_path .. "nu/skeuo/layouts/cornerse.png"
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
-- {{{ Titlebar
|
|
||||||
theme.titlebar_close_button_focus = themes_path .. "nu/skeuo/titlebar/close_focus.png"
|
|
||||||
theme.titlebar_close_button_normal = themes_path .. "nu/skeuo/titlebar/close_normal.png"
|
|
||||||
|
|
||||||
theme.titlebar_minimize_button_normal = themes_path .. "nu/skeuo/titlebar/minimize_normal.png"
|
|
||||||
theme.titlebar_minimize_button_focus = themes_path .. "nu/skeuo/titlebar/minimize_focus.png"
|
|
||||||
|
|
||||||
theme.titlebar_ontop_button_focus_active = themes_path .. "nu/skeuo/titlebar/ontop_focus_active.png"
|
|
||||||
theme.titlebar_ontop_button_normal_active = themes_path .. "nu/skeuo/titlebar/ontop_normal_active.png"
|
|
||||||
theme.titlebar_ontop_button_focus_inactive = themes_path .. "nu/skeuo/titlebar/ontop_focus_inactive.png"
|
|
||||||
theme.titlebar_ontop_button_normal_inactive = themes_path .. "nu/skeuo/titlebar/ontop_normal_inactive.png"
|
|
||||||
|
|
||||||
theme.titlebar_sticky_button_focus_active = themes_path .. "nu/skeuo/titlebar/sticky_focus_active.png"
|
|
||||||
theme.titlebar_sticky_button_normal_active = themes_path .. "nu/skeuo/titlebar/sticky_normal_active.png"
|
|
||||||
theme.titlebar_sticky_button_focus_inactive = themes_path .. "nu/skeuo/titlebar/sticky_focus_inactive.png"
|
|
||||||
theme.titlebar_sticky_button_normal_inactive = themes_path .. "nu/skeuo/titlebar/sticky_normal_inactive.png"
|
|
||||||
|
|
||||||
theme.titlebar_floating_button_focus_active = themes_path .. "nu/skeuo/titlebar/floating_focus_active.png"
|
|
||||||
theme.titlebar_floating_button_normal_active = themes_path .. "nu/skeuo/titlebar/floating_normal_active.png"
|
|
||||||
theme.titlebar_floating_button_focus_inactive = themes_path .. "nu/skeuo/titlebar/floating_focus_inactive.png"
|
|
||||||
theme.titlebar_floating_button_normal_inactive = themes_path .. "nu/skeuo/titlebar/floating_normal_inactive.png"
|
|
||||||
|
|
||||||
theme.titlebar_maximized_button_focus_active = themes_path .. "nu/skeuo/titlebar/maximized_focus_active.png"
|
|
||||||
theme.titlebar_maximized_button_normal_active = themes_path .. "nu/skeuo/titlebar/maximized_normal_active.png"
|
|
||||||
theme.titlebar_maximized_button_focus_inactive = themes_path .. "nu/skeuo/titlebar/maximized_focus_inactive.png"
|
|
||||||
theme.titlebar_maximized_button_normal_inactive = themes_path .. "nu/skeuo/titlebar/maximized_normal_inactive.png"
|
|
||||||
-- }}}
|
|
||||||
-- }}}
|
|
||||||
|
|
||||||
return theme
|
|
||||||
|
|
||||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
|
||||||
|
Before Width: | Height: | Size: 187 B |
|
Before Width: | Height: | Size: 116 B |
|
Before Width: | Height: | Size: 187 B |
|
Before Width: | Height: | Size: 112 B |
|
Before Width: | Height: | Size: 116 B |
|
Before Width: | Height: | Size: 90 B |
|
Before Width: | Height: | Size: 196 B |
|
Before Width: | Height: | Size: 110 B |
|
Before Width: | Height: | Size: 121 B |
|
Before Width: | Height: | Size: 112 B |
|
Before Width: | Height: | Size: 234 B |
|
Before Width: | Height: | Size: 225 B |
|
Before Width: | Height: | Size: 191 B |
|
Before Width: | Height: | Size: 106 B |
|
Before Width: | Height: | Size: 118 B |
|
Before Width: | Height: | Size: 107 B |
|
Before Width: | Height: | Size: 187 B |
|
Before Width: | Height: | Size: 103 B |
|
Before Width: | Height: | Size: 116 B |
|
Before Width: | Height: | Size: 86 B |
|
|
@ -14,7 +14,7 @@ local theme = {}
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Styles
|
-- {{{ Styles
|
||||||
theme.font = "Noto Sans CJK JP, Regular 8.7"
|
theme.font = "Atkinson Hyperlegible Next, Regular 9.45"
|
||||||
|
|
||||||
-- {{{ Colors
|
-- {{{ Colors
|
||||||
theme.fg_normal = "#DCDCCC"
|
theme.fg_normal = "#DCDCCC"
|
||||||
|
|
@ -75,61 +75,61 @@ theme.menu_width = dpi(120)
|
||||||
|
|
||||||
-- {{{ Icons
|
-- {{{ Icons
|
||||||
-- {{{ Taglist
|
-- {{{ Taglist
|
||||||
theme.taglist_squares_sel = themes_path .. "nu/skeuo/taglist/squarefz.png"
|
theme.taglist_squares_sel = themes_path .. "nu/wip/taglist/squarefz.png"
|
||||||
theme.taglist_squares_unsel = themes_path .. "nu/skeuo/taglist/squarez.png"
|
theme.taglist_squares_unsel = themes_path .. "nu/wip/taglist/squarez.png"
|
||||||
--theme.taglist_squares_resize = "false"
|
--theme.taglist_squares_resize = "false"
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Misc
|
-- {{{ Misc
|
||||||
theme.awesome_icon = themes_path .. "nu/skeuo/awesome-icon.png"
|
theme.awesome_icon = themes_path .. "nu/wip/awesome-icon.png"
|
||||||
theme.menu_submenu_icon = themes_path .. "nu/skeuo/submenu.png"
|
theme.menu_submenu_icon = themes_path .. "nu/wip/submenu.png"
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Layout
|
-- {{{ Layout
|
||||||
theme.layout_tile = themes_path .. "nu/skeuo/layouts/tile.png"
|
theme.layout_tile = themes_path .. "nu/wip/layouts/tile.png"
|
||||||
theme.layout_tileleft = themes_path .. "nu/skeuo/layouts/tileleft.png"
|
theme.layout_tileleft = themes_path .. "nu/wip/layouts/tileleft.png"
|
||||||
theme.layout_tilebottom = themes_path .. "nu/skeuo/layouts/tilebottom.png"
|
theme.layout_tilebottom = themes_path .. "nu/wip/layouts/tilebottom.png"
|
||||||
theme.layout_tiletop = themes_path .. "nu/skeuo/layouts/tiletop.png"
|
theme.layout_tiletop = themes_path .. "nu/wip/layouts/tiletop.png"
|
||||||
theme.layout_fairv = themes_path .. "nu/skeuo/layouts/fairv.png"
|
theme.layout_fairv = themes_path .. "nu/wip/layouts/fairv.png"
|
||||||
theme.layout_fairh = themes_path .. "nu/skeuo/layouts/fairh.png"
|
theme.layout_fairh = themes_path .. "nu/wip/layouts/fairh.png"
|
||||||
theme.layout_spiral = themes_path .. "nu/skeuo/layouts/spiral.png"
|
theme.layout_spiral = themes_path .. "nu/wip/layouts/spiral.png"
|
||||||
theme.layout_dwindle = themes_path .. "nu/skeuo/layouts/dwindle.png"
|
theme.layout_dwindle = themes_path .. "nu/wip/layouts/dwindle.png"
|
||||||
theme.layout_max = themes_path .. "nu/skeuo/layouts/max.png"
|
theme.layout_max = themes_path .. "nu/wip/layouts/max.png"
|
||||||
theme.layout_fullscreen = themes_path .. "nu/skeuo/layouts/fullscreen.png"
|
theme.layout_fullscreen = themes_path .. "nu/wip/layouts/fullscreen.png"
|
||||||
theme.layout_magnifier = themes_path .. "nu/skeuo/layouts/magnifier.png"
|
theme.layout_magnifier = themes_path .. "nu/wip/layouts/magnifier.png"
|
||||||
theme.layout_floating = themes_path .. "nu/skeuo/layouts/floating.png"
|
theme.layout_floating = themes_path .. "nu/wip/layouts/floating.png"
|
||||||
theme.layout_cornernw = themes_path .. "nu/skeuo/layouts/cornernw.png"
|
theme.layout_cornernw = themes_path .. "nu/wip/layouts/cornernw.png"
|
||||||
theme.layout_cornerne = themes_path .. "nu/skeuo/layouts/cornerne.png"
|
theme.layout_cornerne = themes_path .. "nu/wip/layouts/cornerne.png"
|
||||||
theme.layout_cornersw = themes_path .. "nu/skeuo/layouts/cornersw.png"
|
theme.layout_cornersw = themes_path .. "nu/wip/layouts/cornersw.png"
|
||||||
theme.layout_cornerse = themes_path .. "nu/skeuo/layouts/cornerse.png"
|
theme.layout_cornerse = themes_path .. "nu/wip/layouts/cornerse.png"
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Titlebar
|
-- {{{ Titlebar
|
||||||
theme.titlebar_close_button_focus = themes_path .. "nu/skeuo/titlebar/close_focus.png"
|
theme.titlebar_close_button_focus = themes_path .. "nu/wip/titlebar/close_focus.png"
|
||||||
theme.titlebar_close_button_normal = themes_path .. "nu/skeuo/titlebar/close_normal.png"
|
theme.titlebar_close_button_normal = themes_path .. "nu/wip/titlebar/close_normal.png"
|
||||||
|
|
||||||
theme.titlebar_minimize_button_normal = themes_path .. "nu/skeuo/titlebar/minimize_normal.png"
|
theme.titlebar_minimize_button_normal = themes_path .. "nu/wip/titlebar/minimize_normal.png"
|
||||||
theme.titlebar_minimize_button_focus = themes_path .. "nu/skeuo/titlebar/minimize_focus.png"
|
theme.titlebar_minimize_button_focus = themes_path .. "nu/wip/titlebar/minimize_focus.png"
|
||||||
|
|
||||||
theme.titlebar_ontop_button_focus_active = themes_path .. "nu/skeuo/titlebar/ontop_focus_active.png"
|
theme.titlebar_ontop_button_focus_active = themes_path .. "nu/wip/titlebar/ontop_focus_active.png"
|
||||||
theme.titlebar_ontop_button_normal_active = themes_path .. "nu/skeuo/titlebar/ontop_normal_active.png"
|
theme.titlebar_ontop_button_normal_active = themes_path .. "nu/wip/titlebar/ontop_normal_active.png"
|
||||||
theme.titlebar_ontop_button_focus_inactive = themes_path .. "nu/skeuo/titlebar/ontop_focus_inactive.png"
|
theme.titlebar_ontop_button_focus_inactive = themes_path .. "nu/wip/titlebar/ontop_focus_inactive.png"
|
||||||
theme.titlebar_ontop_button_normal_inactive = themes_path .. "nu/skeuo/titlebar/ontop_normal_inactive.png"
|
theme.titlebar_ontop_button_normal_inactive = themes_path .. "nu/wip/titlebar/ontop_normal_inactive.png"
|
||||||
|
|
||||||
theme.titlebar_sticky_button_focus_active = themes_path .. "nu/skeuo/titlebar/sticky_focus_active.png"
|
theme.titlebar_sticky_button_focus_active = themes_path .. "nu/wip/titlebar/sticky_focus_active.png"
|
||||||
theme.titlebar_sticky_button_normal_active = themes_path .. "nu/skeuo/titlebar/sticky_normal_active.png"
|
theme.titlebar_sticky_button_normal_active = themes_path .. "nu/wip/titlebar/sticky_normal_active.png"
|
||||||
theme.titlebar_sticky_button_focus_inactive = themes_path .. "nu/skeuo/titlebar/sticky_focus_inactive.png"
|
theme.titlebar_sticky_button_focus_inactive = themes_path .. "nu/wip/titlebar/sticky_focus_inactive.png"
|
||||||
theme.titlebar_sticky_button_normal_inactive = themes_path .. "nu/skeuo/titlebar/sticky_normal_inactive.png"
|
theme.titlebar_sticky_button_normal_inactive = themes_path .. "nu/wip/titlebar/sticky_normal_inactive.png"
|
||||||
|
|
||||||
theme.titlebar_floating_button_focus_active = themes_path .. "nu/skeuo/titlebar/floating_focus_active.png"
|
theme.titlebar_floating_button_focus_active = themes_path .. "nu/wip/titlebar/floating_focus_active.png"
|
||||||
theme.titlebar_floating_button_normal_active = themes_path .. "nu/skeuo/titlebar/floating_normal_active.png"
|
theme.titlebar_floating_button_normal_active = themes_path .. "nu/wip/titlebar/floating_normal_active.png"
|
||||||
theme.titlebar_floating_button_focus_inactive = themes_path .. "nu/skeuo/titlebar/floating_focus_inactive.png"
|
theme.titlebar_floating_button_focus_inactive = themes_path .. "nu/wip/titlebar/floating_focus_inactive.png"
|
||||||
theme.titlebar_floating_button_normal_inactive = themes_path .. "nu/skeuo/titlebar/floating_normal_inactive.png"
|
theme.titlebar_floating_button_normal_inactive = themes_path .. "nu/wip/titlebar/floating_normal_inactive.png"
|
||||||
|
|
||||||
theme.titlebar_maximized_button_focus_active = themes_path .. "nu/skeuo/titlebar/maximized_focus_active.png"
|
theme.titlebar_maximized_button_focus_active = themes_path .. "nu/wip/titlebar/maximized_focus_active.png"
|
||||||
theme.titlebar_maximized_button_normal_active = themes_path .. "nu/skeuo/titlebar/maximized_normal_active.png"
|
theme.titlebar_maximized_button_normal_active = themes_path .. "nu/wip/titlebar/maximized_normal_active.png"
|
||||||
theme.titlebar_maximized_button_focus_inactive = themes_path .. "nu/skeuo/titlebar/maximized_focus_inactive.png"
|
theme.titlebar_maximized_button_focus_inactive = themes_path .. "nu/wip/titlebar/maximized_focus_inactive.png"
|
||||||
theme.titlebar_maximized_button_normal_inactive = themes_path .. "nu/skeuo/titlebar/maximized_normal_inactive.png"
|
theme.titlebar_maximized_button_normal_inactive = themes_path .. "nu/wip/titlebar/maximized_normal_inactive.png"
|
||||||
-- }}}
|
-- }}}
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,43 @@
|
||||||
|
#! /bin/env perl
|
||||||
|
|
||||||
|
use utf8;
|
||||||
|
use warnings;
|
||||||
|
use strict;
|
||||||
|
|
||||||
|
use POSIX qw(strftime);
|
||||||
|
use HTTP::Tiny;
|
||||||
|
use Mojo::DOM;
|
||||||
|
|
||||||
|
# le funy vars
|
||||||
|
my $folder = "/home/nu/.opt/papeswap/img/";
|
||||||
|
my $region = "ca";
|
||||||
|
my $filename = strftime "%Y%m%d", localtime;
|
||||||
|
|
||||||
|
# if today's pape is already downloaded, then die
|
||||||
|
if (-e "$folder$filename.jpg") {
|
||||||
|
`feh --bg-scale $folder$filename.jpg`;
|
||||||
|
die("Today's pape already downloaded");
|
||||||
|
}
|
||||||
|
|
||||||
|
# get the initial page listing bing papes
|
||||||
|
my $page =
|
||||||
|
HTTP::Tiny->new(keep_alive => 0)->get(
|
||||||
|
"https://bing.gifposter.com/" . $region
|
||||||
|
);
|
||||||
|
bless $page;
|
||||||
|
my $pageDom =
|
||||||
|
Mojo::DOM->new->parse(Mojo::Util::decode('UTF-8',
|
||||||
|
$page->{content}));
|
||||||
|
|
||||||
|
# fetch listed URL
|
||||||
|
my $img = $pageDom->find('img.fl')->map(attr => 'src')->first;
|
||||||
|
|
||||||
|
# convert URL to UHD download URL
|
||||||
|
$img =~ s/((1920x1080)\.(jpg_mb))/uhd.jpg/; # this changes
|
||||||
|
$img =~ s/((h2)\.)/bing./;
|
||||||
|
|
||||||
|
# download w/ wget
|
||||||
|
`wget $img -O $folder$filename.jpg`;
|
||||||
|
|
||||||
|
# set as wallpaper
|
||||||
|
`feh --bg-fill $folder$filename.jpg`;
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
/* ==UserStyle==
|
||||||
|
@name jpdb.io IPAexGothic
|
||||||
|
@namespace github.com/openstyles/stylus
|
||||||
|
@version 1.0.0
|
||||||
|
@description A new userstyle
|
||||||
|
@author ngoomie
|
||||||
|
==/UserStyle== */
|
||||||
|
|
||||||
|
@-moz-document domain("jpdb.io") {
|
||||||
|
body, * {
|
||||||
|
font-family: 'IPAexGothic' !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,9 +1,46 @@
|
||||||
https-strict: behind-the-scene false
|
https-strict: behind-the-scene false
|
||||||
matrix-off: 127.0.0.1 true
|
matrix-off: 127.0.0.1 true
|
||||||
matrix-off: about-scheme true
|
matrix-off: about-scheme true
|
||||||
|
matrix-off: absturztau.be true
|
||||||
|
matrix-off: alberta.ca true
|
||||||
|
matrix-off: albertahealthservices.ca true
|
||||||
|
matrix-off: bookcrossing.com true
|
||||||
|
matrix-off: calgary.ca true
|
||||||
|
matrix-off: change.org true
|
||||||
matrix-off: chrome-extension-scheme true
|
matrix-off: chrome-extension-scheme true
|
||||||
matrix-off: chrome-scheme true
|
matrix-off: chrome-scheme true
|
||||||
|
matrix-off: file-scheme true
|
||||||
|
matrix-off: hanjie-star.com true
|
||||||
|
matrix-off: hyperbeam.com true
|
||||||
|
matrix-off: inaturalist.ca true
|
||||||
|
matrix-off: inaturalist.org true
|
||||||
|
matrix-off: interac.ca true
|
||||||
|
matrix-off: itch.io true
|
||||||
|
matrix-off: jpdb.io true
|
||||||
|
matrix-off: lioden.com true
|
||||||
|
matrix-off: lyra.horse true
|
||||||
|
matrix-off: mastodon.bot true
|
||||||
|
matrix-off: mega.nz true
|
||||||
|
matrix-off: minecraft.net true
|
||||||
matrix-off: moz-extension-scheme true
|
matrix-off: moz-extension-scheme true
|
||||||
|
matrix-off: namemc.com true
|
||||||
|
matrix-off: nonogrid.com true
|
||||||
|
matrix-off: paypal.com true
|
||||||
|
matrix-off: pcpartpicker.com true
|
||||||
|
matrix-off: picrew.me true
|
||||||
|
matrix-off: pixiv.net true
|
||||||
|
matrix-off: pokengine.org true
|
||||||
|
matrix-off: porkbun.com true
|
||||||
|
matrix-off: protondb.com true
|
||||||
|
matrix-off: ravelry.com true
|
||||||
|
matrix-off: ronpet.app true
|
||||||
|
matrix-off: saucenao.com true
|
||||||
|
matrix-off: scotiabank.com true
|
||||||
|
matrix-off: shutterstock.com true
|
||||||
|
matrix-off: steamcommunity.com true
|
||||||
|
matrix-off: toggl.com true
|
||||||
|
matrix-off: wealthsimple.com true
|
||||||
|
matrix-off: wetdry.world true
|
||||||
noscript-spoof: * true
|
noscript-spoof: * true
|
||||||
referrer-spoof: * true
|
referrer-spoof: * true
|
||||||
referrer-spoof: behind-the-scene false
|
referrer-spoof: behind-the-scene false
|
||||||
|
|
@ -21,43 +58,327 @@ referrer-spoof: behind-the-scene false
|
||||||
* requestmetrics.com * block
|
* requestmetrics.com * block
|
||||||
* sentry.io * block
|
* sentry.io * block
|
||||||
* yads.c.yimg.jp * block
|
* yads.c.yimg.jp * block
|
||||||
|
10.0.0.167 1st-party script allow
|
||||||
|
10.0.0.167 1st-party xhr allow
|
||||||
|
1337x.to 1st-party script allow
|
||||||
|
1337x.to 1st-party xhr allow
|
||||||
|
2b2t.io 1st-party script allow
|
||||||
|
2b2t.io 1st-party xhr allow
|
||||||
|
2b2t.io highcharts.com script allow
|
||||||
|
2b2t.io jquery.com script allow
|
||||||
|
2b2t.org 1st-party script allow
|
||||||
|
2b2t.org 1st-party xhr allow
|
||||||
|
32bit.cafe 1st-party script allow
|
||||||
|
32bit.cafe 1st-party xhr allow
|
||||||
|
abebooks.com 1st-party script allow
|
||||||
|
abebooks.com 1st-party xhr allow
|
||||||
|
abebooks.com a2z.com script allow
|
||||||
|
abebooks.com abebookscdn.com script allow
|
||||||
|
abebooks.com abebookscdn.com xhr allow
|
||||||
|
alberta.ca 1st-party script allow
|
||||||
|
alberta.ca 1st-party xhr allow
|
||||||
|
albertahistory.org 1st-party script allow
|
||||||
|
albertahistory.org 1st-party xhr allow
|
||||||
|
aliexpress.com 1st-party script allow
|
||||||
|
aliexpress.com 1st-party xhr allow
|
||||||
|
aliexpress.com aliapp.org script allow
|
||||||
|
aliexpress.com aliapp.org xhr allow
|
||||||
|
aliexpress.com alibaba.com script allow
|
||||||
|
aliexpress.com alicdn.com frame allow
|
||||||
|
aliexpress.com alicdn.com script allow
|
||||||
|
aliexpress.com alicdn.com xhr allow
|
||||||
|
aliexpress.com aliexpress-media.com script allow
|
||||||
|
aliexpress.com taobao.com script allow
|
||||||
|
aliexpress.com time-ae.akamaized.net script allow
|
||||||
|
allaboutbirds.org 1st-party script allow
|
||||||
|
allaboutbirds.org 1st-party xhr allow
|
||||||
alternativeto.net 1st-party script allow
|
alternativeto.net 1st-party script allow
|
||||||
alternativeto.net 1st-party xhr allow
|
alternativeto.net 1st-party xhr allow
|
||||||
|
alternativeto.net algolia.net xhr allow
|
||||||
|
alternativeto.net algolianet.com xhr allow
|
||||||
|
amazon.ca 1st-party script allow
|
||||||
|
amazon.ca 1st-party xhr allow
|
||||||
|
amazon.ca media-amazon.com script allow
|
||||||
|
amazon.ca media-amazon.com xhr allow
|
||||||
|
amazon.ca ssl-images-amazon.com script allow
|
||||||
|
amazon.co.jp 1st-party script allow
|
||||||
|
amazon.co.jp 1st-party xhr allow
|
||||||
|
amazon.co.jp media-amazon.com script allow
|
||||||
|
amazon.co.jp ssl-images-amazon.com frame allow
|
||||||
|
amazon.co.jp ssl-images-amazon.com script allow
|
||||||
|
amazon.co.jp ssl-images-amazon.com xhr allow
|
||||||
|
ancestry.com 1st-party script allow
|
||||||
|
ancestry.com 1st-party xhr allow
|
||||||
|
ancestry.com ancestrycdn.com script allow
|
||||||
|
anime-planet.com 1st-party script allow
|
||||||
|
anime-planet.com 1st-party xhr allow
|
||||||
|
anime-planet.com google.com script allow
|
||||||
|
ankiweb.net 1st-party script allow
|
||||||
|
ankiweb.net 1st-party xhr allow
|
||||||
|
annas-archive.org 1st-party script allow
|
||||||
|
annas-archive.org 1st-party xhr allow
|
||||||
|
aquariumbreeder.com 1st-party script allow
|
||||||
|
aquariumbreeder.com 1st-party xhr allow
|
||||||
|
aquariumcoop.com 1st-party script allow
|
||||||
|
aquariumcoop.com 1st-party xhr allow
|
||||||
|
aquariumcoop.com codeblackbelt.com script allow
|
||||||
|
aquariumcoop.com shop.app script allow
|
||||||
|
archipelago.gg 1st-party script allow
|
||||||
|
archipelago.gg 1st-party xhr allow
|
||||||
archive.org 1st-party script allow
|
archive.org 1st-party script allow
|
||||||
archive.org 1st-party xhr allow
|
archive.org 1st-party xhr allow
|
||||||
|
areweanticheatyet.com 1st-party script allow
|
||||||
|
areweanticheatyet.com 1st-party xhr allow
|
||||||
|
areweanticheatyet.com cloudflare.com script allow
|
||||||
|
astro-seek.com 1st-party script allow
|
||||||
|
astro-seek.com 1st-party xhr allow
|
||||||
|
audubon.org 1st-party script allow
|
||||||
|
audubon.org 1st-party xhr allow
|
||||||
|
audubon.org dynamicyield.com script allow
|
||||||
|
audubon.org google.com script allow
|
||||||
|
audubon.org gstatic.com script allow
|
||||||
|
audubon.org mapbox.com xhr allow
|
||||||
|
awesomewm.org 1st-party script allow
|
||||||
|
awesomewm.org 1st-party xhr allow
|
||||||
|
bac-lac.gc.ca 1st-party script allow
|
||||||
|
bac-lac.gc.ca 1st-party xhr allow
|
||||||
|
bac-lac.gc.ca adobedtm.com script allow
|
||||||
|
bac-lac.gc.ca services.gc.ca script allow
|
||||||
backloggery.com 1st-party script allow
|
backloggery.com 1st-party script allow
|
||||||
backloggery.com 1st-party xhr allow
|
backloggery.com 1st-party xhr allow
|
||||||
|
beanstack.com 1st-party script allow
|
||||||
|
beanstack.com 1st-party xhr allow
|
||||||
|
beanstack.com beanstack-cdn.com script allow
|
||||||
|
beanstack.com beanstack-cors-anywhere.herokuapp.com xhr allow
|
||||||
|
beanstack.com cloudflare.com script allow
|
||||||
|
beanstack.com google.com script allow
|
||||||
|
beanstack.com hsappstatic.net script allow
|
||||||
|
beanstack.com hubspot.com script allow
|
||||||
|
beanstack.com hubspot.com xhr allow
|
||||||
|
biblioboard.com 1st-party script allow
|
||||||
|
biblioboard.com 1st-party xhr allow
|
||||||
|
biblioboard.com cloudflare.com script allow
|
||||||
|
biblioboard.com d2wy8f7a9ursnm.cloudfront.net script allow
|
||||||
|
bibliocommons.com 1st-party script allow
|
||||||
|
bibliocommons.com 1st-party xhr allow
|
||||||
|
biodiversitylibrary.org 1st-party script allow
|
||||||
|
biodiversitylibrary.org 1st-party xhr allow
|
||||||
|
biodiversitylibrary.org ajax.googleapis.com script allow
|
||||||
|
biodiversitylibrary.org d1bxh8uas1mnw7.cloudfront.net script allow
|
||||||
|
biologicalsurvey.ca 1st-party script allow
|
||||||
|
biologicalsurvey.ca 1st-party xhr allow
|
||||||
|
birdsoftheworld.org 1st-party script allow
|
||||||
|
birdsoftheworld.org 1st-party xhr allow
|
||||||
blendernpr.org 1st-party script allow
|
blendernpr.org 1st-party script allow
|
||||||
blendernpr.org 1st-party xhr allow
|
blendernpr.org 1st-party xhr allow
|
||||||
blendernpr.org disqus.com script allow
|
blendernpr.org disqus.com script allow
|
||||||
cohost.org 1st-party script allow
|
boardgamearena.com 1st-party script allow
|
||||||
cohost.org 1st-party xhr allow
|
boardgamearena.com 1st-party xhr allow
|
||||||
coolors.co 1st-party script allow
|
boardgamearena.com boardgamearena.net media allow
|
||||||
coolors.co 1st-party xhr allow
|
boardgamearena.com boardgamearena.net script allow
|
||||||
coolors.co cdn-apple.com script allow
|
boardgamearena.com boardgamearena.net xhr allow
|
||||||
coolors.co google.com script allow
|
boardgamearena.com browser-update.org script allow
|
||||||
|
boardgamegeek.com 1st-party script allow
|
||||||
|
boardgamegeek.com 1st-party xhr allow
|
||||||
|
boardgamegeek.com cloudflare.com script allow
|
||||||
|
boardgamegeek.com fontawesome.com script allow
|
||||||
|
boardgamegeek.com fontawesome.com xhr allow
|
||||||
|
boardgamegeek.com geekdo-static.com script allow
|
||||||
|
boardgamegeek.com geekdo.com xhr allow
|
||||||
|
bookcrossing.com 1st-party script allow
|
||||||
|
bookcrossing.com 1st-party xhr allow
|
||||||
|
bookcrossing.com google.com script allow
|
||||||
|
bookcrossing.com jquery.com script allow
|
||||||
|
bookcrossing.com jsdelivr.net script allow
|
||||||
|
bookcrossing.com unpkg.com script allow
|
||||||
|
bookcrossing.myspreadshop.com 1st-party script allow
|
||||||
|
bookcrossing.myspreadshop.com 1st-party xhr allow
|
||||||
|
bowvalleycollege.ca 1st-party script allow
|
||||||
|
bowvalleycollege.ca 1st-party xhr allow
|
||||||
|
bowvalleycollege.ca coveo.com script allow
|
||||||
|
bowvalleycollege.ca maps.googleapis.com script allow
|
||||||
|
bsky.app 1st-party script allow
|
||||||
|
bsky.app 1st-party xhr allow
|
||||||
|
bsky.app bsky.network xhr allow
|
||||||
|
bsky.app bsky.social xhr allow
|
||||||
|
bsky.app statsigapi.net xhr allow
|
||||||
|
bus-stop.net 1st-party script allow
|
||||||
|
bus-stop.net 1st-party xhr allow
|
||||||
|
calgarylibrary.ca 1st-party script allow
|
||||||
|
calgarylibrary.ca 1st-party xhr allow
|
||||||
|
canada.ca 1st-party script allow
|
||||||
|
canada.ca 1st-party xhr allow
|
||||||
|
canada.ca adobedtm.com script allow
|
||||||
|
canada.ca ajax.googleapis.com script allow
|
||||||
|
catbox.moe 1st-party script allow
|
||||||
|
catbox.moe 1st-party xhr allow
|
||||||
|
catppuccin.com 1st-party script allow
|
||||||
|
catppuccin.com 1st-party xhr allow
|
||||||
|
cbc.ca 1st-party script allow
|
||||||
|
cbc.ca 1st-party xhr allow
|
||||||
|
cbsnews.com 1st-party script allow
|
||||||
|
cbsnews.com 1st-party xhr allow
|
||||||
|
collegeofcardinalsreport.com 1st-party script allow
|
||||||
|
collegeofcardinalsreport.com 1st-party xhr allow
|
||||||
|
conworkshop.com * media allow
|
||||||
|
conworkshop.com 1st-party script allow
|
||||||
|
conworkshop.com 1st-party xhr allow
|
||||||
|
conworkshop.com jquery.com script allow
|
||||||
|
ctvnews.ca 1st-party script allow
|
||||||
|
ctvnews.ca 1st-party xhr allow
|
||||||
|
ctvnews.ca adobedtm.com script allow
|
||||||
|
ctvnews.ca tru.am script allow
|
||||||
|
ctvnews.ca viafoura.net script allow
|
||||||
|
curseforge.com 1st-party script allow
|
||||||
|
curseforge.com 1st-party xhr allow
|
||||||
|
dairyqueen.com 1st-party script allow
|
||||||
|
dairyqueen.com 1st-party xhr allow
|
||||||
|
dairyqueen.com cookielaw.org script allow
|
||||||
|
danbooru.me 1st-party script allow
|
||||||
|
danbooru.me 1st-party xhr allow
|
||||||
|
danbooru.me cloudflare.com script allow
|
||||||
deepl.com 1st-party script allow
|
deepl.com 1st-party script allow
|
||||||
deepl.com 1st-party xhr allow
|
deepl.com 1st-party xhr allow
|
||||||
deepl.com errortracking.deepl.com * block
|
deepl.com errortracking.deepl.com * block
|
||||||
deskto.ps 1st-party script allow
|
deskto.ps 1st-party script allow
|
||||||
deskto.ps 1st-party xhr allow
|
deskto.ps 1st-party xhr allow
|
||||||
donmai.us 1st-party script allow
|
deviantart.com 1st-party script allow
|
||||||
donmai.us 1st-party xhr allow
|
deviantart.com 1st-party xhr allow
|
||||||
draculatheme.com 1st-party script allow
|
deviantart.com deviantart.net script allow
|
||||||
draculatheme.com 1st-party xhr allow
|
deviantart.com parastorage.com script allow
|
||||||
embedly.com 1st-party script allow
|
devicefuture.org 1st-party script allow
|
||||||
embedly.com 1st-party xhr allow
|
devicefuture.org 1st-party xhr allow
|
||||||
epsi-rns.github.io 1st-party script allow
|
digitalocean.com 1st-party script allow
|
||||||
epsi-rns.github.io 1st-party xhr allow
|
digitalocean.com 1st-party xhr allow
|
||||||
|
discord.com 1st-party script allow
|
||||||
|
discord.com 1st-party xhr allow
|
||||||
|
dlraw.to 1st-party script allow
|
||||||
|
dlraw.to 1st-party xhr allow
|
||||||
|
dolmods.net 1st-party script allow
|
||||||
|
dolmods.net 1st-party xhr allow
|
||||||
|
duckduckgo.com 1st-party script allow
|
||||||
|
duckduckgo.com 1st-party xhr allow
|
||||||
|
e-hentai.org 1st-party script allow
|
||||||
|
e-hentai.org 1st-party xhr allow
|
||||||
|
ebay.ca 1st-party script allow
|
||||||
|
ebay.ca 1st-party xhr allow
|
||||||
|
ebay.ca ebaystatic.com script allow
|
||||||
|
ebay.com 1st-party script allow
|
||||||
|
ebay.com 1st-party xhr allow
|
||||||
|
ebay.com ebaystatic.com script allow
|
||||||
|
ebird.org * media allow
|
||||||
|
ebird.org 1st-party script allow
|
||||||
|
ebird.org 1st-party xhr allow
|
||||||
|
ebird.org s3.amazonaws.com script allow
|
||||||
|
eckankar.org 1st-party script allow
|
||||||
|
eckankar.org 1st-party xhr allow
|
||||||
|
eckankar.org cloudflare.com script allow
|
||||||
|
eff.org 1st-party script allow
|
||||||
|
eff.org 1st-party xhr allow
|
||||||
|
emojipedia.org 1st-party script allow
|
||||||
|
emojipedia.org 1st-party xhr allow
|
||||||
etsy.com 1st-party script allow
|
etsy.com 1st-party script allow
|
||||||
etsy.com 1st-party xhr allow
|
etsy.com 1st-party xhr allow
|
||||||
|
evga.com 1st-party script allow
|
||||||
|
evga.com 1st-party xhr allow
|
||||||
|
evga.com cookielaw.org script allow
|
||||||
|
evga.com jsdelivr.net script allow
|
||||||
|
fabricmc.net 1st-party script allow
|
||||||
|
fabricmc.net 1st-party xhr allow
|
||||||
|
facebook.com 1st-party script allow
|
||||||
|
facebook.com 1st-party xhr allow
|
||||||
|
facebook.com fbcdn.net script allow
|
||||||
|
familysearch.org 1st-party script allow
|
||||||
|
familysearch.org 1st-party xhr allow
|
||||||
|
familysearch.org dkr0d30ggygt1.cloudfront.net script allow
|
||||||
|
familysearch.org dynatrace.com script allow
|
||||||
|
familysearch.org fscdn.org script allow
|
||||||
|
familysearch.org split.io xhr allow
|
||||||
|
fandom.com 1st-party script allow
|
||||||
|
fandom.com 1st-party xhr allow
|
||||||
|
fandom.com nocookie.net script allow
|
||||||
|
findagrave.com 1st-party script allow
|
||||||
|
findagrave.com 1st-party xhr allow
|
||||||
|
findagrave.com ajax.googleapis.com script allow
|
||||||
|
findagrave.com ancestry.com script allow
|
||||||
|
findagrave.com polyfill.io script allow
|
||||||
|
findagrave.com privacy-mgmt.com script allow
|
||||||
|
findagrave.com privacy-mgmt.com xhr allow
|
||||||
flathub.org 1st-party script allow
|
flathub.org 1st-party script allow
|
||||||
flathub.org 1st-party xhr allow
|
flathub.org 1st-party xhr allow
|
||||||
|
flightrising.com 1st-party script allow
|
||||||
|
flightrising.com 1st-party xhr allow
|
||||||
|
flightrising.com 4dex.io * block
|
||||||
|
flightrising.com a-mo.net * block
|
||||||
|
flightrising.com a-mx.com * block
|
||||||
|
flightrising.com adtrafficquality.google * block
|
||||||
|
flightrising.com bam.nr-data.net * inherit
|
||||||
|
flightrising.com bc-sync.com * block
|
||||||
|
flightrising.com bid.com * block
|
||||||
|
flightrising.com btloader.com * allow
|
||||||
|
flightrising.com btloader.com script allow
|
||||||
|
flightrising.com btloader.com xhr allow
|
||||||
|
flightrising.com clean.gg * block
|
||||||
|
flightrising.com cloudflare.com * allow
|
||||||
|
flightrising.com cloudflare.com script allow
|
||||||
|
flightrising.com cloudflare.com xhr allow
|
||||||
|
flightrising.com createjs.com script allow
|
||||||
|
flightrising.com d37unsldgykj8z.cloudfront.net script allow
|
||||||
|
flightrising.com dns-finder.com * block
|
||||||
|
flightrising.com hb-vntsm-com.global.ssl.fastly.net xhr allow
|
||||||
|
flightrising.com hb.vntsm.com * inherit
|
||||||
|
flightrising.com hiveworkscomics.com * allow
|
||||||
|
flightrising.com hiveworkscomics.com frame allow
|
||||||
|
flightrising.com hiveworkscomics.com script allow
|
||||||
|
flightrising.com hiveworkscomics.com xhr allow
|
||||||
|
flightrising.com ingage.tech xhr allow
|
||||||
|
flightrising.com js-agent.newrelic.com * inherit
|
||||||
|
flightrising.com kueezssp.com * block
|
||||||
|
flightrising.com media-amazon.com * block
|
||||||
|
flightrising.com newrelic.com * allow
|
||||||
|
flightrising.com newrelic.com script allow
|
||||||
|
flightrising.com newrelic.com xhr allow
|
||||||
|
flightrising.com nr-data.net * allow
|
||||||
|
flightrising.com nr-data.net script allow
|
||||||
|
flightrising.com nr-data.net xhr allow
|
||||||
|
flightrising.com vidazoo.com script allow
|
||||||
|
flightrising.com vidazoo.com xhr allow
|
||||||
|
flightrising.com vntsm.com * block
|
||||||
|
flightrising.com vntsm.com script block
|
||||||
|
flightrising.com vntsm.com xhr block
|
||||||
|
forvo.com 1st-party script allow
|
||||||
|
forvo.com 1st-party xhr allow
|
||||||
|
forvo.com ajax.googleapis.com script allow
|
||||||
|
freedomtoread.ca 1st-party script allow
|
||||||
|
freedomtoread.ca 1st-party xhr allow
|
||||||
|
fudawiki.org 1st-party script allow
|
||||||
|
fudawiki.org 1st-party xhr allow
|
||||||
|
gamebanana.com 1st-party script allow
|
||||||
|
gamebanana.com 1st-party xhr allow
|
||||||
|
gamebanana.com ajax.googleapis.com script allow
|
||||||
|
gamebanana.com btloader.com script allow
|
||||||
|
gamersnexus.net 1st-party script allow
|
||||||
|
gamersnexus.net 1st-party xhr allow
|
||||||
|
gamersnexus.net squarespace.com script allow
|
||||||
|
gamersnexus.net typekit.net script allow
|
||||||
|
gbif.org 1st-party script allow
|
||||||
|
gbif.org 1st-party xhr allow
|
||||||
|
gitbook.io 1st-party script allow
|
||||||
|
gitbook.io 1st-party xhr allow
|
||||||
|
gitbook.io gitbook.com script allow
|
||||||
|
gitea.com 1st-party script allow
|
||||||
|
gitea.com 1st-party xhr allow
|
||||||
|
gitea.com discourse-cdn.com script allow
|
||||||
|
gitgud.io 1st-party script allow
|
||||||
|
gitgud.io 1st-party xhr allow
|
||||||
github.com 1st-party script allow
|
github.com 1st-party script allow
|
||||||
github.com 1st-party xhr allow
|
github.com 1st-party xhr allow
|
||||||
github.com githubassets.com script allow
|
github.com githubassets.com script allow
|
||||||
|
github.com raw.githubusercontent.com xhr allow
|
||||||
gitlab.com 1st-party script allow
|
gitlab.com 1st-party script allow
|
||||||
gitlab.com 1st-party xhr allow
|
gitlab.com 1st-party xhr allow
|
||||||
|
globasa.net 1st-party script allow
|
||||||
|
globasa.net 1st-party xhr allow
|
||||||
gnome.org 1st-party script allow
|
gnome.org 1st-party script allow
|
||||||
gnome.org 1st-party xhr allow
|
gnome.org 1st-party xhr allow
|
||||||
gofundme.com 1st-party script allow
|
gofundme.com 1st-party script allow
|
||||||
|
|
@ -66,15 +387,25 @@ goo.ne.jp 1st-party script allow
|
||||||
goo.ne.jp 1st-party xhr allow
|
goo.ne.jp 1st-party xhr allow
|
||||||
goo.ne.jp jsdelivr.net xhr allow
|
goo.ne.jp jsdelivr.net xhr allow
|
||||||
goo.ne.jp xgoo.jp script allow
|
goo.ne.jp xgoo.jp script allow
|
||||||
|
goodreads.com 1st-party script allow
|
||||||
|
goodreads.com 1st-party xhr allow
|
||||||
google.com 1st-party script allow
|
google.com 1st-party script allow
|
||||||
google.com 1st-party xhr allow
|
google.com 1st-party xhr allow
|
||||||
|
google.com fonts.googleapis.com xhr allow
|
||||||
google.com gstatic.com script allow
|
google.com gstatic.com script allow
|
||||||
google.com gstatic.com xhr allow
|
google.com gstatic.com xhr allow
|
||||||
gtkthemingguide.vercel.app 1st-party script allow
|
googleapps.com 1st-party script allow
|
||||||
gtkthemingguide.vercel.app 1st-party xhr allow
|
googleapps.com 1st-party xhr allow
|
||||||
gtkthemingguide.vercel.app unpkg.com script allow
|
googleapps.com gstatic.com script allow
|
||||||
|
gsmarena.com 1st-party script allow
|
||||||
|
gsmarena.com 1st-party xhr allow
|
||||||
|
gsmarena.com uniconsent.com script allow
|
||||||
guessthe.game 1st-party script allow
|
guessthe.game 1st-party script allow
|
||||||
guessthe.game 1st-party xhr allow
|
guessthe.game 1st-party xhr allow
|
||||||
|
gurdyworld.com 1st-party script allow
|
||||||
|
gurdyworld.com 1st-party xhr allow
|
||||||
|
hachyderm.io 1st-party script allow
|
||||||
|
hachyderm.io 1st-party xhr allow
|
||||||
hatena.ne.jp 1st-party script allow
|
hatena.ne.jp 1st-party script allow
|
||||||
hatena.ne.jp 1st-party xhr allow
|
hatena.ne.jp 1st-party xhr allow
|
||||||
hatena.ne.jp ad-hatena.com * block
|
hatena.ne.jp ad-hatena.com * block
|
||||||
|
|
@ -82,27 +413,110 @@ hatena.ne.jp google.com frame allow
|
||||||
hatena.ne.jp google.com script allow
|
hatena.ne.jp google.com script allow
|
||||||
hatena.ne.jp google.com xhr allow
|
hatena.ne.jp google.com xhr allow
|
||||||
hatena.ne.jp gstatic.com script allow
|
hatena.ne.jp gstatic.com script allow
|
||||||
|
haveibeenpwned.com 1st-party script allow
|
||||||
|
haveibeenpwned.com 1st-party xhr allow
|
||||||
|
haveibeenpwned.com cloudflare.com script allow
|
||||||
|
heckscaper.com 1st-party script allow
|
||||||
|
heckscaper.com 1st-party xhr allow
|
||||||
|
heritagecalgary.ca 1st-party script allow
|
||||||
|
heritagecalgary.ca 1st-party xhr allow
|
||||||
|
heritagecalgary.ca squarespace.com script allow
|
||||||
|
heritagecalgary.ca typekit.net script allow
|
||||||
hetzner.cloud 1st-party script allow
|
hetzner.cloud 1st-party script allow
|
||||||
hetzner.cloud 1st-party xhr allow
|
hetzner.cloud 1st-party xhr allow
|
||||||
hetzner.com 1st-party script allow
|
hetzner.com 1st-party script allow
|
||||||
hetzner.com 1st-party xhr allow
|
hetzner.com 1st-party xhr allow
|
||||||
hetzner.com hetzner.cloud xhr allow
|
hetzner.com hetzner.cloud xhr allow
|
||||||
hyperboreal.zone * media allow
|
hiddenpalace.org 1st-party script allow
|
||||||
hyperboreal.zone 1st-party script allow
|
hiddenpalace.org 1st-party xhr allow
|
||||||
hyperboreal.zone 1st-party xhr allow
|
homestuck.com 1st-party script allow
|
||||||
|
homestuck.com 1st-party xhr allow
|
||||||
|
homestuck.com jquery.com script allow
|
||||||
|
howlongtobeat.com 1st-party script allow
|
||||||
|
howlongtobeat.com 1st-party xhr allow
|
||||||
|
howlongtobeat.com ziffstatic.com script allow
|
||||||
|
ibb.co 1st-party script allow
|
||||||
|
ibb.co 1st-party xhr allow
|
||||||
|
ikea.com 1st-party script allow
|
||||||
|
ikea.com 1st-party xhr allow
|
||||||
|
ikea.com cookielaw.org script allow
|
||||||
|
ikea.com sentry-cdn.com script allow
|
||||||
|
imdb.com 1st-party script allow
|
||||||
|
imdb.com 1st-party xhr allow
|
||||||
|
imdb.com db187550c7dkf.cloudfront.net script allow
|
||||||
|
imdb.com dqpnq362acqdi.cloudfront.net script allow
|
||||||
|
imdb.com media-amazon.com script allow
|
||||||
|
imdb.com ssl-images-amazon.com script allow
|
||||||
|
imgur.com 1st-party script allow
|
||||||
|
imgur.com 1st-party xhr allow
|
||||||
|
inaturalist.org 1st-party script allow
|
||||||
|
inaturalist.org 1st-party xhr allow
|
||||||
|
indiegala.com 1st-party script allow
|
||||||
|
indiegala.com 1st-party xhr allow
|
||||||
|
indiegala.com google.com script allow
|
||||||
|
indiegala.com gstatic.com script allow
|
||||||
|
indiegala.com jsdelivr.net script allow
|
||||||
|
indigo.ca 1st-party script allow
|
||||||
|
indigo.ca 1st-party xhr allow
|
||||||
|
indigo.ca ada.support script allow
|
||||||
|
indigo.ca auth0.com script allow
|
||||||
|
indigo.ca cnstrc.com script allow
|
||||||
|
indigo.ca maps.googleapis.com script allow
|
||||||
|
infinitefusiondex.com 1st-party script allow
|
||||||
|
infinitefusiondex.com 1st-party xhr allow
|
||||||
|
invertopodia.com 1st-party script allow
|
||||||
|
invertopodia.com 1st-party xhr allow
|
||||||
|
invertopodia.com squarespace.com script allow
|
||||||
|
iucnredlist.org 1st-party script allow
|
||||||
|
iucnredlist.org 1st-party xhr allow
|
||||||
|
japaneseverbconjugator.com 1st-party script allow
|
||||||
|
japaneseverbconjugator.com 1st-party xhr allow
|
||||||
|
japaneseverbconjugator.com jsdelivr.net script allow
|
||||||
|
japaneseverbconjugator.com responsivevoice.org script allow
|
||||||
|
jellyfin.org 1st-party script allow
|
||||||
|
jellyfin.org 1st-party xhr allow
|
||||||
|
jimaku.cc 1st-party script allow
|
||||||
|
jimaku.cc 1st-party xhr allow
|
||||||
|
jstor.org 1st-party script allow
|
||||||
|
jstor.org 1st-party xhr allow
|
||||||
|
jstor.org cookielaw.org script allow
|
||||||
|
jstor.org cookielaw.org xhr allow
|
||||||
|
jstor.org j-img.org xhr allow
|
||||||
|
kemet.org 1st-party script allow
|
||||||
|
kemet.org 1st-party xhr allow
|
||||||
|
kemet.org ajax.googleapis.com script allow
|
||||||
|
kemet.org bootstrapcdn.com script allow
|
||||||
|
khanacademy.org * media allow
|
||||||
|
khanacademy.org 1st-party script allow
|
||||||
|
khanacademy.org 1st-party xhr allow
|
||||||
|
khanacademy.org kastatic.org script allow
|
||||||
|
kijiji.ca 1st-party script allow
|
||||||
|
kijiji.ca 1st-party xhr allow
|
||||||
|
kijiji.ca chameleon.io script allow
|
||||||
|
kijiji.ca classifiedscloud.io script allow
|
||||||
|
kijiji.ca classifiedscloud.io xhr allow
|
||||||
|
kiwix.org 1st-party script allow
|
||||||
|
kiwix.org 1st-party xhr allow
|
||||||
|
kiwix.org donorbox.org script allow
|
||||||
knockout.chat * frame allow
|
knockout.chat * frame allow
|
||||||
knockout.chat * media allow
|
knockout.chat * media allow
|
||||||
knockout.chat * script allow
|
knockout.chat * script allow
|
||||||
knockout.chat 1st-party script allow
|
knockout.chat 1st-party script allow
|
||||||
knockout.chat 1st-party xhr allow
|
knockout.chat 1st-party xhr allow
|
||||||
|
knockout.chat bsky.app xhr allow
|
||||||
knockout.chat googlevideo.com xhr allow
|
knockout.chat googlevideo.com xhr allow
|
||||||
knockout.chat jnn-pa.googleapis.com xhr allow
|
knockout.chat jnn-pa.googleapis.com xhr allow
|
||||||
|
knockout.chat soundcloud.com xhr allow
|
||||||
|
knockout.chat tech.lgbt xhr allow
|
||||||
knockout.chat twitch.tv frame allow
|
knockout.chat twitch.tv frame allow
|
||||||
knockout.chat twitter.com script allow
|
knockout.chat twitter.com script allow
|
||||||
knockout.chat unpkg.com script allow
|
knockout.chat unpkg.com script allow
|
||||||
knockout.chat youtube.com frame allow
|
knockout.chat youtube.com frame allow
|
||||||
knockout.chat youtube.com script allow
|
knockout.chat youtube.com script allow
|
||||||
knockout.chat youtube.com xhr allow
|
knockout.chat youtube.com xhr allow
|
||||||
|
knowyourmeme.com 1st-party script allow
|
||||||
|
knowyourmeme.com 1st-party xhr allow
|
||||||
|
knowyourmeme.com kym-cdn.com script allow
|
||||||
ko-fi.com 1st-party script allow
|
ko-fi.com 1st-party script allow
|
||||||
ko-fi.com 1st-party xhr allow
|
ko-fi.com 1st-party xhr allow
|
||||||
ko-fi.com cloudflare.com script allow
|
ko-fi.com cloudflare.com script allow
|
||||||
|
|
@ -112,17 +526,83 @@ ko-fi.com stripe.com frame allow
|
||||||
ko-fi.com stripe.com other allow
|
ko-fi.com stripe.com other allow
|
||||||
ko-fi.com stripe.com script allow
|
ko-fi.com stripe.com script allow
|
||||||
ko-fi.com www.gstatic.com script allow
|
ko-fi.com www.gstatic.com script allow
|
||||||
|
konkofaith.org 1st-party script allow
|
||||||
|
konkofaith.org 1st-party xhr allow
|
||||||
|
konkofaith.org parastorage.com frame allow
|
||||||
|
konkofaith.org parastorage.com script allow
|
||||||
|
konkofaith.org parastorage.com xhr allow
|
||||||
|
konkofaith.org sentry-cdn.com script allow
|
||||||
|
konkofaith.org wix.com frame allow
|
||||||
|
konkofaith.org wix.com other allow
|
||||||
|
konkofaith.org wix.com xhr allow
|
||||||
|
learnbyear.io 1st-party script allow
|
||||||
|
learnbyear.io 1st-party xhr allow
|
||||||
|
learnjapanese.moe 1st-party script allow
|
||||||
|
learnjapanese.moe 1st-party xhr allow
|
||||||
letsblock.it 1st-party script allow
|
letsblock.it 1st-party script allow
|
||||||
letsblock.it 1st-party xhr allow
|
letsblock.it 1st-party xhr allow
|
||||||
letterboxd.com 1st-party script allow
|
letterboxd.com 1st-party script allow
|
||||||
letterboxd.com 1st-party xhr allow
|
letterboxd.com 1st-party xhr allow
|
||||||
|
letterboxd.com gravatar.com script allow
|
||||||
|
letterboxd.com hcaptcha.com script allow
|
||||||
|
letterboxd.com intergient.com script allow
|
||||||
letterboxd.com ltrbxd.com script allow
|
letterboxd.com ltrbxd.com script allow
|
||||||
|
lexilogos.com 1st-party script allow
|
||||||
|
lexilogos.com 1st-party xhr allow
|
||||||
|
librarycat.org 1st-party script allow
|
||||||
|
librarycat.org 1st-party xhr allow
|
||||||
|
librarything.com 1st-party script allow
|
||||||
|
librarything.com 1st-party xhr allow
|
||||||
|
librarything.com ajax.googleapis.com script allow
|
||||||
|
librarything.com cloudflare.com frame allow
|
||||||
|
librarything.com cloudflare.com script allow
|
||||||
|
librarything.com cloudflare.com xhr allow
|
||||||
|
librarything.com maps.googleapis.com script allow
|
||||||
|
librarything.com maps.googleapis.com xhr allow
|
||||||
|
lingohut.com 1st-party script allow
|
||||||
|
lingohut.com 1st-party xhr allow
|
||||||
|
linkedin.com 1st-party script allow
|
||||||
|
linkedin.com 1st-party xhr allow
|
||||||
|
linkedin.com licdn.com script allow
|
||||||
linux.org 1st-party script allow
|
linux.org 1st-party script allow
|
||||||
linux.org 1st-party xhr allow
|
linux.org 1st-party xhr allow
|
||||||
|
lioden.com 1st-party script allow
|
||||||
|
lioden.com 1st-party xhr allow
|
||||||
|
lioden.com cloudflare.com script allow
|
||||||
|
lioden.wiki 1st-party script allow
|
||||||
|
lioden.wiki 1st-party xhr allow
|
||||||
|
littlefreelibrary.org 1st-party script allow
|
||||||
|
littlefreelibrary.org 1st-party xhr allow
|
||||||
|
littlefreelibrary.org google.com script allow
|
||||||
|
littlefreelibrary.org wp.com script allow
|
||||||
|
localhost 1st-party script allow
|
||||||
|
localhost 1st-party xhr allow
|
||||||
|
macaulaylibrary.org 1st-party script allow
|
||||||
|
macaulaylibrary.org 1st-party xhr allow
|
||||||
|
macrostrat.org 1st-party script allow
|
||||||
|
macrostrat.org 1st-party xhr allow
|
||||||
|
mametesters.org 1st-party script allow
|
||||||
|
mametesters.org 1st-party xhr allow
|
||||||
|
mametesters.org jquery.com script allow
|
||||||
mdn.github.io 1st-party script allow
|
mdn.github.io 1st-party script allow
|
||||||
mega.nz 1st-party script allow
|
mega.nz 1st-party script allow
|
||||||
mega.nz 1st-party xhr allow
|
mega.nz 1st-party xhr allow
|
||||||
mega.nz mega.co.nz xhr allow
|
mega.nz mega.co.nz xhr allow
|
||||||
|
mermaid.js.org 1st-party script allow
|
||||||
|
mermaid.js.org 1st-party xhr allow
|
||||||
|
mermaid.js.org mermaid.live script allow
|
||||||
|
michaels.com 1st-party script allow
|
||||||
|
michaels.com 1st-party xhr allow
|
||||||
|
michaels.com cookielaw.org script allow
|
||||||
|
michaels.com usablenet.com script allow
|
||||||
|
microsoft.com 1st-party script allow
|
||||||
|
microsoft.com 1st-party xhr allow
|
||||||
|
minecraft.net 1st-party script allow
|
||||||
|
minecraft.net 1st-party xhr allow
|
||||||
|
modrinth.com 1st-party script allow
|
||||||
|
modrinth.com 1st-party xhr allow
|
||||||
|
mojolicious.org 1st-party script allow
|
||||||
|
mojolicious.org 1st-party xhr allow
|
||||||
mozilla.org 1st-party script allow
|
mozilla.org 1st-party script allow
|
||||||
mozilla.org 1st-party xhr allow
|
mozilla.org 1st-party xhr allow
|
||||||
mozilla.org mdn.github.io frame allow
|
mozilla.org mdn.github.io frame allow
|
||||||
|
|
@ -131,23 +611,136 @@ myanimelist.net 1st-party xhr allow
|
||||||
myanimelist.net google.com frame allow
|
myanimelist.net google.com frame allow
|
||||||
myanimelist.net google.com script allow
|
myanimelist.net google.com script allow
|
||||||
myanimelist.net gstatic.com script allow
|
myanimelist.net gstatic.com script allow
|
||||||
paulgo.io 1st-party script allow
|
myfigurecollection.net 1st-party script allow
|
||||||
|
myfigurecollection.net 1st-party xhr allow
|
||||||
|
myfigurecollection.net confiant-integrations.net script allow
|
||||||
|
myfigurecollection.net staticneo.com script allow
|
||||||
|
namemc.com 1st-party script allow
|
||||||
|
namemc.com 1st-party xhr allow
|
||||||
|
namemc.com cloudflare.com script allow
|
||||||
|
namemc.com esm.sh script allow
|
||||||
|
netjer.org 1st-party script allow
|
||||||
|
netjer.org 1st-party xhr allow
|
||||||
|
newegg.ca 1st-party script allow
|
||||||
|
newegg.ca 1st-party xhr allow
|
||||||
|
newegg.ca neweggimages.com script allow
|
||||||
|
nexusmods.com 1st-party script allow
|
||||||
|
nexusmods.com 1st-party xhr allow
|
||||||
|
nexusmods.com anonymised.io script allow
|
||||||
|
nexusmods.com btloader.com script allow
|
||||||
|
nexusmods.com cloudflare.com script allow
|
||||||
|
nitrochiral.com 1st-party script allow
|
||||||
|
nitrochiral.com 1st-party xhr allow
|
||||||
|
nitrochiral.com ajax.googleapis.com script allow
|
||||||
|
notion.so 1st-party script allow
|
||||||
|
notion.so 1st-party xhr allow
|
||||||
|
novascotia.ca 1st-party script allow
|
||||||
|
novascotia.ca 1st-party xhr allow
|
||||||
|
novascotia.ca jsdelivr.net script allow
|
||||||
|
obsidian.md 1st-party script allow
|
||||||
|
obsidian.md 1st-party xhr allow
|
||||||
|
obsidianstats.com 1st-party script allow
|
||||||
|
obsidianstats.com 1st-party xhr allow
|
||||||
|
openstreetmap.org 1st-party script allow
|
||||||
|
openstreetmap.org 1st-party xhr allow
|
||||||
|
osm-boundaries.com 1st-party script allow
|
||||||
|
osm-boundaries.com 1st-party xhr allow
|
||||||
|
osm-boundaries.com bootstrapcdn.com script allow
|
||||||
|
osm-boundaries.com cloudflare.com script allow
|
||||||
|
osm-boundaries.com fontawesome.com script allow
|
||||||
|
osm-boundaries.com google.com script allow
|
||||||
|
osm-boundaries.com jsdelivr.net script allow
|
||||||
|
osm-boundaries.com unpkg.com script allow
|
||||||
|
paperbackswap.com 1st-party script allow
|
||||||
|
paperbackswap.com 1st-party xhr allow
|
||||||
|
paperbackswap.com jquery.com script allow
|
||||||
|
patreon.com 1st-party script allow
|
||||||
|
patreon.com 1st-party xhr allow
|
||||||
|
patreon.com cdn-apple.com script allow
|
||||||
|
patreon.com google.com script allow
|
||||||
|
pawb.social 1st-party script allow
|
||||||
|
pawb.social 1st-party xhr allow
|
||||||
|
paypal.com 1st-party script allow
|
||||||
|
paypal.com 1st-party xhr allow
|
||||||
|
paypal.com paypalobjects.com script allow
|
||||||
|
pcpartpicker.com 1st-party script allow
|
||||||
|
pcpartpicker.com 1st-party xhr allow
|
||||||
|
pcpartpicker.com google.com script allow
|
||||||
|
pcpartpicker.com gstatic.com script allow
|
||||||
|
piscespets.com 1st-party script allow
|
||||||
|
piscespets.com 1st-party xhr allow
|
||||||
|
piscespets.com appstle.com script allow
|
||||||
|
piscespets.com avada.io script allow
|
||||||
|
piscespets.com carecart.io script allow
|
||||||
|
piscespets.com cdn-stamped-io.azureedge.net script allow
|
||||||
|
piscespets.com chimpstatic.com script allow
|
||||||
|
piscespets.com cloudflare.com script allow
|
||||||
|
piscespets.com inffuse-platform.appspot.com script allow
|
||||||
|
piscespets.com rlets.com script allow
|
||||||
|
pixiv.net 1st-party script allow
|
||||||
|
pixiv.net 1st-party xhr allow
|
||||||
|
pixiv.net pximg.net script allow
|
||||||
|
pkgs.org 1st-party script allow
|
||||||
|
pkgs.org 1st-party xhr allow
|
||||||
|
plex.tv 127.0.0.1 xhr allow
|
||||||
|
plex.tv 1st-party script allow
|
||||||
|
plex.tv 1st-party xhr allow
|
||||||
|
plex.tv gstatic.com script allow
|
||||||
|
plex.tv plex.direct xhr allow
|
||||||
|
plex.tv transifex.com script allow
|
||||||
|
pokeclicker.com 1st-party script allow
|
||||||
|
pokeclicker.com 1st-party xhr allow
|
||||||
pokecommunity.com 1st-party script allow
|
pokecommunity.com 1st-party script allow
|
||||||
|
pokefarm.com 1st-party script allow
|
||||||
|
pokefarm.com 1st-party xhr allow
|
||||||
|
pokemon-auto-chess.com 1st-party script allow
|
||||||
|
pokemon-auto-chess.com 1st-party xhr allow
|
||||||
|
pokemon-auto-chess.com bootstrapcdn.com script allow
|
||||||
|
pokemon-auto-chess.com cloudflare.com script allow
|
||||||
|
pokemon-auto-chess.com identitytoolkit.googleapis.com xhr allow
|
||||||
|
pokemon-auto-chess.com jquery.com script allow
|
||||||
|
pokemon-auto-chess.com mxpnl.com script allow
|
||||||
|
pokemondb.net 1st-party script allow
|
||||||
|
pokemondb.net 1st-party xhr allow
|
||||||
|
pokengine.org * media allow
|
||||||
|
pokengine.org 1st-party script allow
|
||||||
|
pokengine.org 1st-party xhr allow
|
||||||
|
pokengine.org dropboxusercontent.com media allow
|
||||||
|
pokengine.org pixijs.download script allow
|
||||||
|
pokexgames.com 1st-party script allow
|
||||||
|
pokexgames.com 1st-party xhr allow
|
||||||
|
porkbun.com 1st-party script allow
|
||||||
|
porkbun.com 1st-party xhr allow
|
||||||
pronouns.page 1st-party script allow
|
pronouns.page 1st-party script allow
|
||||||
pronouns.page 1st-party xhr allow
|
pronouns.page 1st-party xhr allow
|
||||||
pypl.github.io 1st-party script allow
|
proquest.com 1st-party script allow
|
||||||
pypl.github.io 1st-party xhr allow
|
proquest.com 1st-party xhr allow
|
||||||
pypl.github.io ajax.googleapis.com script allow
|
proquest.com cloudflare.com script allow
|
||||||
pypl.github.io bootstrapcdn.com script allow
|
proquest.com cookielaw.org script allow
|
||||||
pypl.github.io google.com script allow
|
proquest.com cookielaw.org xhr allow
|
||||||
pypl.github.io gstatic.com script allow
|
proquest.com googleoptimize.com script allow
|
||||||
pypl.github.io zgo.at script allow
|
proquest.com pendo.io script allow
|
||||||
|
proton.me 1st-party script allow
|
||||||
|
proton.me 1st-party xhr allow
|
||||||
|
protondb.com 1st-party script allow
|
||||||
|
protondb.com 1st-party xhr allow
|
||||||
|
qr-code-generator.com 1st-party script allow
|
||||||
|
qr-code-generator.com 1st-party xhr allow
|
||||||
|
quran.com 1st-party script allow
|
||||||
|
quran.com 1st-party xhr allow
|
||||||
|
quran.com firebase.googleapis.com xhr allow
|
||||||
|
quran.com firebaseinstallations.googleapis.com xhr allow
|
||||||
|
quran.com qurancdn.com xhr allow
|
||||||
|
quran.com quranicaudio.com media allow
|
||||||
|
rateyourmusic.com 1st-party script allow
|
||||||
|
rateyourmusic.com 1st-party xhr allow
|
||||||
ravelry.com 1st-party script allow
|
ravelry.com 1st-party script allow
|
||||||
ravelry.com 1st-party xhr allow
|
ravelry.com 1st-party xhr allow
|
||||||
ravelry.com ravelrycache.com script allow
|
ravelry.com ravelrycache.com script allow
|
||||||
reddit.com * frame allow
|
reddit.com * frame allow
|
||||||
reddit.com 1st-party script allow
|
reddit.com 1st-party script allow
|
||||||
reddit.com 1st-party xhr allow
|
reddit.com 1st-party xhr allow
|
||||||
|
reddit.com cdn-apple.com * block
|
||||||
reddit.com embedly.com frame allow
|
reddit.com embedly.com frame allow
|
||||||
reddit.com redd.it media allow
|
reddit.com redd.it media allow
|
||||||
reddit.com redd.it xhr allow
|
reddit.com redd.it xhr allow
|
||||||
|
|
@ -157,36 +750,189 @@ refold.la 1st-party script allow
|
||||||
refold.la 1st-party xhr allow
|
refold.la 1st-party xhr allow
|
||||||
refold.la splitbee.io script allow
|
refold.la splitbee.io script allow
|
||||||
regex101.com 1st-party script allow
|
regex101.com 1st-party script allow
|
||||||
|
regexr.com 1st-party script allow
|
||||||
|
regexr.com 1st-party xhr allow
|
||||||
|
resumebuilder.com 1st-party script allow
|
||||||
|
resumebuilder.com 1st-party xhr allow
|
||||||
|
retroachievements.org 1st-party script allow
|
||||||
|
retroachievements.org 1st-party xhr allow
|
||||||
|
roblox.com 1st-party script allow
|
||||||
|
roblox.com 1st-party xhr allow
|
||||||
|
roblox.com rbxcdn.com script allow
|
||||||
|
royalbank.com 1st-party script allow
|
||||||
|
royalbank.com 1st-party xhr allow
|
||||||
|
royalbcmuseum.bc.ca 1st-party script allow
|
||||||
|
royalbcmuseum.bc.ca 1st-party xhr allow
|
||||||
|
royalbcmuseum.bc.ca google.com script allow
|
||||||
rule34.xxx 1st-party script allow
|
rule34.xxx 1st-party script allow
|
||||||
rule34.xxx 1st-party xhr allow
|
rule34.xxx 1st-party xhr allow
|
||||||
stackshare.io 1st-party script allow
|
scientificamerican.com 1st-party script allow
|
||||||
stackshare.io 1st-party xhr allow
|
scientificamerican.com 1st-party xhr allow
|
||||||
stackshare.io jsdelivr.net script allow
|
scotiabank.com 1st-party script allow
|
||||||
|
scotiabank.com 1st-party xhr allow
|
||||||
|
songbpm.com 1st-party script allow
|
||||||
|
songbpm.com 1st-party xhr allow
|
||||||
|
spectralhaptics.org 1st-party script allow
|
||||||
|
spectralhaptics.org 1st-party xhr allow
|
||||||
|
spectralhaptics.org cloudflare.com script allow
|
||||||
|
spectralhaptics.org jquery.com script allow
|
||||||
|
spectralhaptics.org npmcdn.com script allow
|
||||||
|
spectralhaptics.org tumblr.com script allow
|
||||||
|
splendid.land 1st-party script allow
|
||||||
|
splendid.land 1st-party xhr allow
|
||||||
|
splendid.land format-assets.com script allow
|
||||||
|
spludlow.co.uk 1st-party script allow
|
||||||
|
spludlow.co.uk 1st-party xhr allow
|
||||||
|
stackexchange.com 1st-party script allow
|
||||||
|
stackexchange.com 1st-party xhr allow
|
||||||
|
stackexchange.com ajax.googleapis.com script allow
|
||||||
|
stackexchange.com sstatic.net script allow
|
||||||
|
stardew.info 1st-party script allow
|
||||||
|
stardew.info 1st-party xhr allow
|
||||||
|
stardewvalley.net 1st-party script allow
|
||||||
|
stardewvalley.net 1st-party xhr allow
|
||||||
|
steamcommunity.com 1st-party script allow
|
||||||
|
steamcommunity.com 1st-party xhr allow
|
||||||
|
steamcommunity.com steamstatic.com script allow
|
||||||
|
steamdb.info 1st-party script allow
|
||||||
|
steamdb.info 1st-party xhr allow
|
||||||
|
steamdb.info cloudflare.com script allow
|
||||||
|
steamgriddb.com 1st-party script allow
|
||||||
|
steamgriddb.com 1st-party xhr allow
|
||||||
steampowered.com 1st-party script allow
|
steampowered.com 1st-party script allow
|
||||||
steampowered.com 1st-party xhr allow
|
steampowered.com 1st-party xhr allow
|
||||||
steampowered.com steamcommunity.com xhr allow
|
steampowered.com steamcommunity.com xhr allow
|
||||||
steampowered.com steamstatic.com media allow
|
steampowered.com steamstatic.com media allow
|
||||||
steampowered.com steamstatic.com script allow
|
steampowered.com steamstatic.com script allow
|
||||||
terminal.sexy 1st-party script allow
|
syndetics.com 1st-party script allow
|
||||||
terminal.sexy 1st-party xhr allow
|
syndetics.com 1st-party xhr allow
|
||||||
|
syndetics.com librarything.com script allow
|
||||||
|
syndetics.com librarything.com xhr allow
|
||||||
|
talpasearch.com 1st-party script allow
|
||||||
|
talpasearch.com 1st-party xhr allow
|
||||||
|
talpasearch.com librarything.com script allow
|
||||||
|
tapatalk.com 1st-party script allow
|
||||||
|
tapatalk.com 1st-party xhr allow
|
||||||
|
tapatalk.com cloudflare.com script allow
|
||||||
|
tapatalk.com pagination.js.org script allow
|
||||||
|
tapatalk.com pbxai.com script allow
|
||||||
|
tapatalk.com pubwise.io script allow
|
||||||
|
tapatalk.com sellwild.com script allow
|
||||||
|
tapatalk.com tapatalk-cdn.com script allow
|
||||||
|
tatoeba.org 1st-party script allow
|
||||||
|
tatoeba.org 1st-party xhr allow
|
||||||
|
tenrikyo.or.jp 1st-party script allow
|
||||||
|
tenrikyo.or.jp 1st-party xhr allow
|
||||||
|
tenrikyo.or.jp ajax.googleapis.com script allow
|
||||||
|
tenrikyo.or.jp cloudflare.com script allow
|
||||||
|
tenrikyo.or.jp doyusha.jp media allow
|
||||||
|
tenrikyo.or.jp google.com frame allow
|
||||||
|
tenrikyo.or.jp google.com script allow
|
||||||
|
tenrikyo.or.jp maps.googleapis.com script allow
|
||||||
|
thepiratebay.org 1st-party script allow
|
||||||
|
thepiratebay.org 1st-party xhr allow
|
||||||
|
thepiratebay.org d1n3aexzs37q4s.cloudfront.net script allow
|
||||||
|
thepiratebay.org iconcardinal.com script allow
|
||||||
|
thepiratebay.org torrindex.net script allow
|
||||||
|
thepiratebay.org wpadmngr.com script allow
|
||||||
|
thriftbooks.com 1st-party script allow
|
||||||
|
thriftbooks.com 1st-party xhr allow
|
||||||
|
thriftbooks.com google.com script allow
|
||||||
|
thriftbooks.com osano.com script allow
|
||||||
timeanddate.com 1st-party script allow
|
timeanddate.com 1st-party script allow
|
||||||
timeanddate.com 1st-party xhr allow
|
timeanddate.com 1st-party xhr allow
|
||||||
timeanddate.com a-mo.net * block
|
timeanddate.com a-mo.net * block
|
||||||
|
timeanddate.com btloader.com script allow
|
||||||
|
timeanddate.com marphezis.com xhr allow
|
||||||
|
timeanddate.com omnitagjs.com frame allow
|
||||||
|
timeanddate.com onetag-sys.com frame allow
|
||||||
|
timeanddate.com tadst.com script allow
|
||||||
|
timeanddate.com yellowblue.io xhr allow
|
||||||
tineye.com 1st-party script allow
|
tineye.com 1st-party script allow
|
||||||
tineye.com 1st-party xhr allow
|
tineye.com 1st-party xhr allow
|
||||||
tinytools.directory 1st-party script allow
|
tinytools.directory 1st-party script allow
|
||||||
tinytools.directory 1st-party xhr allow
|
tinytools.directory 1st-party xhr allow
|
||||||
tinytools.directory google.com xhr allow
|
tinytools.directory google.com xhr allow
|
||||||
tinytools.directory googleusercontent.com xhr allow
|
tinytools.directory googleusercontent.com xhr allow
|
||||||
|
tofugu.com 1st-party script allow
|
||||||
|
tofugu.com 1st-party xhr allow
|
||||||
|
tofugu.com ajax.googleapis.com script allow
|
||||||
|
tofugu.com bootstrapcdn.com script allow
|
||||||
|
toggl.com 1st-party script allow
|
||||||
|
toggl.com 1st-party xhr allow
|
||||||
|
tonedear.com 1st-party script allow
|
||||||
|
tonedear.com 1st-party xhr allow
|
||||||
|
toyhou.se 1st-party script allow
|
||||||
|
toyhou.se 1st-party xhr allow
|
||||||
|
transitviewer.net 1st-party script allow
|
||||||
|
transitviewer.net 1st-party xhr allow
|
||||||
|
trello.com 1st-party script allow
|
||||||
|
trello.com 1st-party xhr allow
|
||||||
|
tricycle.org 1st-party script allow
|
||||||
|
tricycle.org 1st-party xhr allow
|
||||||
|
tricycle.org fontawesome.com script allow
|
||||||
|
tricycle.org google.com script allow
|
||||||
|
tricycle.org gstatic.com script allow
|
||||||
|
tricycle.org mxpnl.com script allow
|
||||||
typingclub.com 1st-party script allow
|
typingclub.com 1st-party script allow
|
||||||
typingclub.com 1st-party xhr allow
|
typingclub.com 1st-party xhr allow
|
||||||
|
ucalgary.ca 1st-party script allow
|
||||||
|
ucalgary.ca 1st-party xhr allow
|
||||||
|
ucalgary.ca ajax.googleapis.com script allow
|
||||||
|
ucalgary.ca bootstrapcdn.com script allow
|
||||||
|
uniuni.com 1st-party script allow
|
||||||
|
uniuni.com 1st-party xhr allow
|
||||||
|
uniuni.com acsbapp.com script allow
|
||||||
|
uniuni.com cloudflare.com script allow
|
||||||
|
uniuni.com jsdelivr.net script allow
|
||||||
|
uniuni.com uniuni.ca xhr allow
|
||||||
vintagestory.at 1st-party script allow
|
vintagestory.at 1st-party script allow
|
||||||
vintagestory.at 1st-party xhr allow
|
vintagestory.at 1st-party xhr allow
|
||||||
vintagestory.at fontawesome.com script allow
|
vintagestory.at fontawesome.com script allow
|
||||||
vintagestory.at invisioncic.com script allow
|
vintagestory.at invisioncic.com script allow
|
||||||
|
vndb.org 1st-party script allow
|
||||||
|
vndb.org 1st-party xhr allow
|
||||||
|
vocadb.net 1st-party script allow
|
||||||
|
vocadb.net 1st-party xhr allow
|
||||||
|
vocadb.net vocadb-analytics.fly.dev script allow
|
||||||
wakatime.com 1st-party script allow
|
wakatime.com 1st-party script allow
|
||||||
wakatime.com 1st-party xhr allow
|
wakatime.com 1st-party xhr allow
|
||||||
|
wealthsimple.com 1st-party script allow
|
||||||
|
wealthsimple.com 1st-party xhr allow
|
||||||
|
wealthsimple.com maps.googleapis.com script allow
|
||||||
|
weatherscan.net 1st-party script allow
|
||||||
|
weatherscan.net 1st-party xhr allow
|
||||||
|
weatherscan.net cloudflare.com script allow
|
||||||
|
whatpulse.org 1st-party xhr allow
|
||||||
|
whatpulse.org famewall.io script allow
|
||||||
|
whatpulse.org tolt.io script allow
|
||||||
|
whoeatswhom.org 1st-party script allow
|
||||||
|
whoeatswhom.org 1st-party xhr allow
|
||||||
|
wikilovesinat.netlify.app 1st-party script allow
|
||||||
|
wikilovesinat.netlify.app 1st-party xhr allow
|
||||||
|
wikimedia.org 1st-party script allow
|
||||||
|
wikimedia.org 1st-party xhr allow
|
||||||
|
wikipedia.org * media allow
|
||||||
wikipedia.org 1st-party script allow
|
wikipedia.org 1st-party script allow
|
||||||
wikipedia.org 1st-party xhr allow
|
wikipedia.org 1st-party xhr allow
|
||||||
|
wikitree.com 1st-party script allow
|
||||||
|
wikitree.com 1st-party xhr allow
|
||||||
|
wikitree.com ajax.googleapis.com script allow
|
||||||
|
wikitree.com google.com script allow
|
||||||
|
wiktionary.org 1st-party script allow
|
||||||
|
wiktionary.org 1st-party xhr allow
|
||||||
|
worldcat.org 1st-party script allow
|
||||||
|
worldcat.org 1st-party xhr allow
|
||||||
|
wsj.com 1st-party script allow
|
||||||
|
wsj.com 1st-party xhr allow
|
||||||
|
wsj.com d3icekm41k795y.cloudfront.net script allow
|
||||||
|
wsj.com google.com script allow
|
||||||
|
wsj.com privacy-mgmt.com script allow
|
||||||
|
wsj.com spot.im xhr allow
|
||||||
|
wsj.com wsj.net xhr allow
|
||||||
|
wurstclient.net 1st-party script allow
|
||||||
|
wurstclient.net 1st-party xhr allow
|
||||||
xe.com 1st-party script allow
|
xe.com 1st-party script allow
|
||||||
xe.com 1st-party xhr allow
|
xe.com 1st-party xhr allow
|
||||||
|
zsa.io 1st-party script allow
|
||||||
|
zsa.io 1st-party xhr allow
|
||||||
|
After Width: | Height: | Size: 4.3 KiB |
|
|
@ -0,0 +1,76 @@
|
||||||
|
// vars
|
||||||
|
@green005: 'https://files.catbox.moe/ehboj8.jpg';
|
||||||
|
@transblack: rgba(0, 0, 0, 0.55);
|
||||||
|
@transblack2: rgba(0, 0, 0, 0.65);
|
||||||
|
@lime: #c8d100;
|
||||||
|
@green: #03A406;
|
||||||
|
@mgreen: #009202;
|
||||||
|
@dgreen: #006100;
|
||||||
|
|
||||||
|
// content
|
||||||
|
body {
|
||||||
|
background-image: url(@green005);
|
||||||
|
}
|
||||||
|
|
||||||
|
nav .top {
|
||||||
|
background-color: @dgreen !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav .links {
|
||||||
|
background-color: @mgreen !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
background-color: @transblack !important;
|
||||||
|
@main-border: 3px solid black;
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
border-left: @main-border; border-right: @main-border; border-bottom: @main-border;
|
||||||
|
border-radius: 0px 0px 5px 5px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: @lime;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact, .url-info, .table-section, .profile-info {
|
||||||
|
background-color: @transblack2;
|
||||||
|
border-color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.heading {
|
||||||
|
background-color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
background: none !important;
|
||||||
|
p {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.profile {
|
||||||
|
.blurbs, .friends {
|
||||||
|
.section h4 {
|
||||||
|
color: @green !important;
|
||||||
|
}
|
||||||
|
.heading {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
.person p {
|
||||||
|
color: @lime !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
span.count {
|
||||||
|
color: @green !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
background-color: @transblack !important;
|
||||||
|
color: white !important;
|
||||||
|
border: 3px solid black;
|
||||||
|
border-radius: 5px;
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
}
|
||||||