Skip to content

Instantly share code, notes, and snippets.

View supersloth's full-sized avatar

Joshua Rivera supersloth

View GitHub Profile
// this will run based on what's viewable in your browser, so you may have to do it a few times (if you try and do a whole bunch at once it will fail, i found the sweet spot to be 50-80 loaded on the page at a time
// visit your likes page: https://www.facebook.com/thejoshuarivera/likes (your userid not mine)
// open the console
// run the commands one by one
var buttons = document.getElementsByClassName('PageLikedButton');
for(let button of buttons){button.click();};
var unlikes = document.getElementsByClassName('itemLabel');

Keybase proof

I hereby claim:

  • I am supersloth on github.
  • I am supersloth (https://keybase.io/supersloth) on keybase.
  • I have a public key ASDwsYOW7tTl_0xHEB2vXcENf9voFDc5voz1xeRjkVMqCQo

To claim this, I am signing this object:

{
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36",
"lighthouseVersion": "2.9.1",
"generatedTime": "2018-08-10T16:41:09.209Z",
"initialUrl": "http://localhost:8080/quiz-select",
"url": "http://localhost:8080/quiz-select",
"runWarnings": [],
"audits": {
"accesskeys": {
"score": false,
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script language="JavaScript" type="text/javascript">
function getUrlValue(varSearch) {
var searchString = window.location.search.substring(1);
var variableArray = searchString.split('&');
for (var i = 0; i < variableArray.length; i++) {
var keyValuePair = variableArray[i].split('=');
if (keyValuePair[0] == varSearch) {
return keyValuePair[1];
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\monokai]
"Colour21"="255,255,255"
"Colour20"="245,222,179"
"Colour19"="200,240,240"
"Colour18"="0,217,217"
"Colour17"="179,146,239"
"Colour16"="174,129,255"
"Colour15"="122,204,218"