Skip to content

Instantly share code, notes, and snippets.

View benmarks's full-sized avatar
🏠
Working from home

Ben Marks benmarks

🏠
Working from home
View GitHub Profile
@benmarks
benmarks / gist:b2159213116a236fd1267aa69dabc39f
Last active December 30, 2016 14:57
Bulk accept LinkedIn invites
// Bulk accept LinkedIn invites - good as of 30 Dec 2016
// Visit https://www.linkedin.com/people/pymk/hub?ref=global-nav&trk=nav_utilities_invites_header
var acceptButtons = document.getElementsByClassName("bt-invite-accept");
for (var i = acceptButtons.length - 1, acceptButton; acceptButton = acceptButtons[i]; i--) {
acceptButton.click();
}
#reportlistcard .x-grid3-row {
height: 2em;
overflow: hidden;
}
.x-menu-floating .x-menu-list {
overflow: scroll;
}
/* uniform height rows */