I hereby claim:
- I am item4 on github.
- I am item4 (https://keybase.io/item4) on keybase.
- I have a public key ASBOuLJaLMgYJInhmh9XQ3Dmxc544erEsPTxI0LUK-SchQo
To claim this, I am signing this object:
// add this to your bookmark | |
javascript:(() => { | |
const events = ['contextmenu', 'drag', 'dragstart', 'selectstart', 'copy', 'cut']; | |
const styles = ['user-select', '-webkit-user-select', '-moz-user-select', '-ms-user-select', 'pointer-events', '-webkit-pointer-events', '-moz-pointer-events', '-ms-pointer-events']; | |
events.forEach(event => { window.addEventListener(event, e => {e.stopImmediatePropagation();}, true) }); | |
document.querySelectorAll('body, body *').forEach(el => { styles.forEach(style => { el.style[style] = 'auto !important'; }); }); | |
})(); |
I hereby claim:
To claim this, I am signing this object:
<!doctype html> | |
<html> | |
<script> | |
window.location.replace(atob(decodeURIComponent(window.location.search.split('=', 2)[1]).replace(/_/g, '/').replace(/-/g, '+'))); | |
</script> | |
</html> |
""" | |
a = 1 | |
b = 1 | |
i = 2 | |
n = 10 | |
while i < n | |
c = a + b | |
a = b | |
b = c | |
i = i + 1 |
# add it yourself | |
my_man2() { | |
man -t $1 | open -f -a /Applications/Preview.app | |
} | |
alias man2=my_man2 |