Skip to content

Instantly share code, notes, and snippets.

View Werner1201's full-sized avatar
🎯
Focusing

WernerRomling Werner1201

🎯
Focusing
  • Rio de Janeiro, Brazil
View GitHub Profile
@Werner1201
Werner1201 / README.md
Created July 16, 2020 18:58 — forked from astamicu/Remove videos from Youtube Watch Later playlist.md
Script to remove all videos from Youtube Watch Later playlist

UPDATE 17.10.2019

Only works on old youtube skin.

//added "&disable_polymer=true" after playlist link

Also, saw this now, there is a "remove watched" button.

  1. Open your watch later playlist on youtube.
  2. Open the development console for your browser ( Ctrl+Shift+J for chrome, Ctrl+Shift+K for firefox )
/*
* ALPS touchpad PS/2 mouse driver
*
* Copyright (c) 2003 Neil Brown <neilb@cse.unsw.edu.au>
* Copyright (c) 2003-2005 Peter Osterlund <petero2@telia.com>
* Copyright (c) 2004 Dmitry Torokhov <dtor@mail.ru>
* Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz>
* Copyright (c) 2009 Sebastian Kapfer <sebastian_kapfer@gmx.net>
*
* 2012: A large number of contributors have added to this driver
@Werner1201
Werner1201 / .zshrc
Created May 14, 2020 18:04
Configuracoes do Meu Zsh
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
#installation via script from github
#export ZSH="/home/$USER/.oh-my-zsh"
#installation via yay -S oh-my-zsh-git
export ZSH=/usr/share/oh-my-zsh/
# Set name of the theme to load --- if set to "random", it will
@Werner1201
Werner1201 / .vimrc
Created May 14, 2020 17:37
Minhas Configurações do Vim
syntax enable
set laststatus=2
set wildmenu
set hlsearch
set ignorecase
set number
set title
set showcmd
set showmode
set showmatch
@Werner1201
Werner1201 / .vimrc.plug
Last active May 14, 2020 17:33
plugins que uso no vim
"Meus Plugins"
call plug#begin('~/.vim/plugged')
"Light Bar"
Plug 'vim-airline/vim-airline'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-surround'
Plug 'davidhalter/jedi-vim'
Plug 'valloric/youcompleteme'
Plug 'mattn/emmet-vim'
@Werner1201
Werner1201 / settings.json
Last active July 28, 2020 01:50
My VsCode Settings
{
//"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
//"terminal.integrated.shellArgs.windows": ["-i", "-c", "zsh"],
//"terminal.integrated.fontFamily": "Anonymous Pro for Powerline",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"terminal.integrated.windowsEnableConpty": true,
"terminal.integrated.fontSize": 14,
"files.autoSave": "onWindowChange",
"window.zoomLevel": 0,
"workbench.colorTheme": "Dracula",