mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-04 14:04:17 +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_description:B3A06D\x1eyellow
|
||||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
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
|
rafaelrinaldi/pure
|
||||||
jethrokuan/z
|
jethrokuan/z
|
||||||
|
jorgebucaran/fish-bax
|
||||||
|
|
|
@ -118,16 +118,33 @@ settings:
|
||||||
global: null
|
global: null
|
||||||
content.host_blocking.enabled:
|
content.host_blocking.enabled:
|
||||||
global: true
|
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:
|
content.javascript.can_open_tabs_automatically:
|
||||||
global: false
|
global: false
|
||||||
content.javascript.enabled:
|
content.javascript.enabled:
|
||||||
|
'*://*.classroom.google.com/*': true
|
||||||
'*://*.discordapp.com/*': true
|
'*://*.discordapp.com/*': true
|
||||||
|
'*://*.docs.google.com/*': true
|
||||||
'*://*.duckduckgo.com/*': true
|
'*://*.duckduckgo.com/*': true
|
||||||
'*://*.github.com/*': true
|
'*://*.github.com/*': true
|
||||||
|
'*://*.horriblesubs.info/*': true
|
||||||
|
'*://*.keep.google.com/*': true
|
||||||
|
'*://*.mail.tutanota.com/*': true
|
||||||
'*://*.mangadex.org/*': true
|
'*://*.mangadex.org/*': true
|
||||||
'*://*.nyaa.si/*': true
|
'*://*.nyaa.si/*': true
|
||||||
'*://*.old.reddit.com/*': true
|
'*://*.old.reddit.com/*': true
|
||||||
|
'*://*.www.twitch.tv/*': true
|
||||||
'*://*.www.youtube.com/*': true
|
'*://*.www.youtube.com/*': true
|
||||||
|
'*://docs.google.com/*': false
|
||||||
|
'*://drive.google.com/*': true
|
||||||
|
'*://photos.google.com/*': true
|
||||||
global: false
|
global: false
|
||||||
content.plugins:
|
content.plugins:
|
||||||
global: false
|
global: false
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
discord https://discordapp.com/channels/@me
|
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/
|
hs https://horriblesubs.info/
|
||||||
class https://classroom.google.com/u/1/h
|
class https://classroom.google.com/u/1/
|
||||||
drive https://drive.google.com/drive/u/1/my-drive
|
drive https://drive.google.com/drive/u/1/
|
||||||
photos https://photos.google.com/
|
photos https://photos.google.com/
|
||||||
keep https://keep.google.com/u/0/
|
keep https://keep.google.com/
|
||||||
tuta https://mail.tutanota.com/mail/LISEQyp-0V-0
|
tuta https://mail.tutanota.com/
|
||||||
timer https://duckduckgo.com/?q=20+min+timer&ia=answer
|
timer https://duckduckgo.com/?q=20+min+timer&ia=answer
|
||||||
dw https://distrowatch.com/
|
dw https://distrowatch.com/
|
||||||
curse https://minecraft.curseforge.com/mc-mods/fabric?filter-sort=2
|
curse https://minecraft.curseforge.com/mc-mods/fabric?filter-sort=2
|
||||||
|
|
Loading…
Reference in a new issue