This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #reportlistcard .x-grid3-row { | |
| height: 2em; | |
| overflow: hidden; | |
| } | |
| .x-menu-floating .x-menu-list { | |
| overflow: scroll; | |
| } | |
| /* uniform height rows */ |
OlderNewer