Skip to content

Instantly share code, notes, and snippets.

View ParthS007's full-sized avatar
🎯
Focusing

Parth Shandilya ParthS007

🎯
Focusing
View GitHub Profile
@brunolemos
brunolemos / linkedin-unfollow-everyone.js
Last active December 23, 2024 12:51
Unfollow everyone on Linkedin
(() => {
let count = 0;
function getAllButtons() {
return document.querySelectorAll('button.is-following') || [];
}
async function unfollowAll() {
const buttons = getAllButtons();
@ParthS007
ParthS007 / codeheat2017-18_work_product.md
Last active October 9, 2018 21:24
Codeheat 2017-18 Work Product | Parth Shandilya | FOSSASIA

Codeheat 2017

Codeheat 2017-2018 | Work Report

Parth Shandilya | FOSSASIA

Introduction

I am a developer, participant in Codeheat 2017-2018 & Google Code-In Mentor 2017-18. I have been active in FOSSASIA since August 2017.I contributed to various projects. I was a part of them from the very start.

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by