Compare commits
No commits in common. "a5c1ad6af08478352ec285af92b763d6318c9393" and "dfbd109c6e7c2dacdc7933fa0cfe9b27b37b6663" have entirely different histories.
a5c1ad6af0
...
dfbd109c6e
@ -281,10 +281,13 @@ set save_tabs_on_exit false
|
|||||||
# Enable scroll wrapping - moving down while on the last item will wrap around to
|
# Enable scroll wrapping - moving down while on the last item will wrap around to
|
||||||
# the top and vice versa.
|
# the top and vice versa.
|
||||||
set wrap_scroll false
|
set wrap_scroll false
|
||||||
# go to path in clipboard (command: xclip -selection clipboard -o)
|
map grm cd ~/eth/hrm
|
||||||
map gd eval fm.cd(os.popen('xclip -selection clipboard -o').read().strip())
|
map gpm cd ~/eth/pm
|
||||||
# go to path of file in clipboard
|
map gre cd ~/eth/recht
|
||||||
map gp eval fm.cd(os.path.dirname(os.popen('xclip -selection clipboard -o').read().strip()))
|
map grt cd ~/eth/rt2
|
||||||
|
map gvl cd vl
|
||||||
|
map gus cd üs
|
||||||
|
map gz cd zsf
|
||||||
|
|
||||||
|
|
||||||
map glb cd ~/.local/bin
|
map glb cd ~/.local/bin
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Auto Remove Ads
|
// @name Auto Remove Ads
|
||||||
// @version 1.0.2
|
// @version 1.0.1
|
||||||
// @description Autoremove static ads
|
// @description Autoremove static ads
|
||||||
// @author Alexander Bocken
|
// @author Alexander Bocken
|
||||||
// @match *://*.youtube.com/*
|
// @match *://*.youtube.com/*
|
||||||
@ -11,5 +11,4 @@ setInterval(() => {
|
|||||||
el => {
|
el => {
|
||||||
el.remove();
|
el.remove();
|
||||||
})
|
})
|
||||||
document.querySelectorAll('[aria-label="Not interested"]').forEach(el => { el.click() })
|
|
||||||
}, 50)
|
}, 50)
|
||||||
|
Loading…
Reference in New Issue
Block a user