Skip to content

Instantly share code, notes, and snippets.

View Xnkr's full-sized avatar
😀

Shankaranarayanan K R Xnkr

😀
  • Zoho
  • India
View GitHub Profile
@Xnkr
Xnkr / unlike.js
Created August 11, 2019 01:15
Unlike facebook likes
// Facebook -> Profile -> More dropdown -> Likes
var buttons = document.getElementsByClassName('PageLikedButton');
for(let button of buttons){button.click();};
var unlikes = document.getElementsByClassName('itemLabel');
for(let unlike of unlikes){unlike.click();}

I bundled these up into groups and wrote some thoughts about why I ask them!

If these helped you, I'd love to hear about it!! I'm on twitter @vcarl_ or send me an email carl.vitullo@gmail.com

Onboarding and the workplace

https://medium.com/@cvitullo/questions-to-ask-your-interviewer-82a26e67ce6c

  • How long will it take to deploy my first change? To become productive? To understand the codebase?
  • What kind of equipment will I be provided? Will the company pay/reimburse me if I want something specific?