I hereby claim:
- I am Nessworthy on github.
- I am nessworthy (https://keybase.io/nessworthy) on keybase.
- I have a public key whose fingerprint is 0565 0E82 7DCE 3A2A C4CA 3E6C 6C0F A150 8924 4A85
To claim this, I am signing this object:
AbortDocumentVersionUpload | |
AbortEnvironmentUpdate | |
AbortMultipartUpload | |
AbortVaultLock | |
AcceptAccountMapping | |
AcceptCertificateTransfer | |
AcceptDelegate | |
AcceptDirectConnectGatewayAssociationProposal | |
AcceptFxPaymentCurrencyTermsAndConditions | |
AcceptHandshake |
I hereby claim:
To claim this, I am signing this object:
/** | |
* Run this in your console, close your console and hit "Start". Refresh the page afterwards. | |
*/ | |
setInterval(function() { | |
var colors = {}; | |
$('#box').children().each(function() { | |
var t = $(this); | |
var x = t.css('background-color'); |
/** | |
* Must be viewing the media library of a WP install. | |
* Media library must be in list view. | |
* Will highlight checked items in yellow. PLEASE CHECK TO MAKE SURE THAT THOSE ARE THE ONES YOU WANT. | |
*/ | |
var $ = jQuery; | |
$('#the-list') | |
.children('tr') | |
.filter(function(){ |