I hereby claim:
- I am ginoclement on github.
- I am ginoclement (https://keybase.io/ginoclement) on keybase.
- I have a public key ASAAPELt4kHEwm9bkGZ55M57VvTtL5ZOu1PscpmrjJN54go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| wget https://aur.archlinux.org/cgit/aur.git/snapshot/spotify.tar.gz && tar -zxvf spotify.tar.gz && cd spotify && makepkg -s | |
| pacman -U spotify<TAB><ENTER> |
| /* | |
| The old Facebook like bomb doesn't work anymore | |
| http://feross.org/like-everything-on-facebook/ | |
| I wrote this a while back, I believe it still works but I'm not going to run this again. | |
| It needs an interval, otherwise Facebook will block you very quickly. | |
| I chose 1250 milliseconds because I thought it seemed like a reasonable wait. | |
| */ | |
| var links = document.getElementsByClassName('UFILikeLink'); | |
| var i = 0; |
| /* | |
| Remove any Facebook posts that contain hashtags. | |
| Only reason for this was to see how easy it would be. | |
| Facebook does not use jQuery so it would have to be loaded. | |
| */ | |
| //Pure Javascript | |
| function removeHashtags(){ | |
| temp = document.getElementsByClassName("_58cl"); | |
| for(var i = 0; i < temp.length; i++){ |