mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-02 12:54:39 +00:00
Update fisher, more JS whitelist
This commit is contained in:
parent
8dad3db661
commit
ca2ab1351e
|
@ -36,4 +36,4 @@ SETUVAR fish_pager_color_completion:\x1d
|
|||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR pure_version:2\x2e1\x2e4
|
||||
SETUVAR pure_version:2\x2e1\x2e5
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
rafaelrinaldi/pure
|
||||
jethrokuan/z
|
||||
jorgebucaran/fish-bax
|
||||
|
|
|
@ -118,16 +118,33 @@ settings:
|
|||
global: null
|
||||
content.host_blocking.enabled:
|
||||
global: true
|
||||
content.host_blocking.whitelist:
|
||||
global: null
|
||||
content.hyperlink_auditing:
|
||||
global: false
|
||||
content.images:
|
||||
global: true
|
||||
content.javascript.alert:
|
||||
global: true
|
||||
content.javascript.can_open_tabs_automatically:
|
||||
global: false
|
||||
content.javascript.enabled:
|
||||
'*://*.classroom.google.com/*': true
|
||||
'*://*.discordapp.com/*': true
|
||||
'*://*.docs.google.com/*': true
|
||||
'*://*.duckduckgo.com/*': true
|
||||
'*://*.github.com/*': true
|
||||
'*://*.horriblesubs.info/*': true
|
||||
'*://*.keep.google.com/*': true
|
||||
'*://*.mail.tutanota.com/*': true
|
||||
'*://*.mangadex.org/*': true
|
||||
'*://*.nyaa.si/*': true
|
||||
'*://*.old.reddit.com/*': true
|
||||
'*://*.www.twitch.tv/*': true
|
||||
'*://*.www.youtube.com/*': true
|
||||
'*://docs.google.com/*': false
|
||||
'*://drive.google.com/*': true
|
||||
'*://photos.google.com/*': true
|
||||
global: false
|
||||
content.plugins:
|
||||
global: false
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
discord https://discordapp.com/channels/@me
|
||||
docs https://docs.google.com/document/u/1/?tgif=c
|
||||
docs https://docs.google.com/document/u/1/
|
||||
hs https://horriblesubs.info/
|
||||
class https://classroom.google.com/u/1/h
|
||||
drive https://drive.google.com/drive/u/1/my-drive
|
||||
class https://classroom.google.com/u/1/
|
||||
drive https://drive.google.com/drive/u/1/
|
||||
photos https://photos.google.com/
|
||||
keep https://keep.google.com/u/0/
|
||||
tuta https://mail.tutanota.com/mail/LISEQyp-0V-0
|
||||
keep https://keep.google.com/
|
||||
tuta https://mail.tutanota.com/
|
||||
timer https://duckduckgo.com/?q=20+min+timer&ia=answer
|
||||
dw https://distrowatch.com/
|
||||
curse https://minecraft.curseforge.com/mc-mods/fabric?filter-sort=2
|
||||
|
|
Loading…
Reference in a new issue