qute: bump

This commit is contained in:
lelgenio 2019-11-22 22:22:13 -03:00
parent d780b1484b
commit cf70307a1f
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
https://swaywm.org/ Sway
https://www.youtube.com/ YouTube
https://raw.githubusercontent.com/slashbeast/conf-mgmt/master/roles/home_files/files/DOTzshrc https://raw.githubusercontent.com/slashbeast/conf-mgmt/master/roles/home_files/files/DOTzshrc
https://github.com/unixorn/awesome-zsh-plugins GitHub - unixorn/awesome-zsh-plugins: A collection of ZSH frameworks, plugins & themes inspired by the various awesome list collections out there.
https://www.qutebrowser.org/quickstart.html qutebrowser quickstart | qutebrowser
https://web.whatsapp.com/ WhatsApp Web
https://github.com/jakehamilton/dotfiles/blob/master/neovim/init.vim dotfiles/init.vim at master · jakehamilton/dotfiles
https://pt.symbolab.com/ Solucionador matemático Symbolab - calculadora passo a passo
https://www.invidio.us/ Invidious

View file

@ -90,21 +90,21 @@ const config = GM_config([
key: 'secWaitBanner',
label: 'Banner ad close delay (seconds)',
type: 'number',
default: 0,
default: 1,
min: 0
},
{
key: 'secWaitVideo',
label: 'Video ad skip delay (seconds)',
type: 'number',
default: 0,
default: 1,
min: 0
},
{
key: 'minAdLengthForSkip',
label: 'Dont skip video shorter than this (seconds)',
type: 'number',
default: 0,
default: 1,
min: 0
},
{