Tag: activation
-
Bulk Registering Steam Keys
in GamesDue to the crazy good deals that Humble provides, I discovered that I had hundreds of Steam keys that I haven’t registered. After spending way too long exporting all of my keys from the Humble site, via some JS console trickery, I ended up with a spreadsheet of 1,285 unique Steam keys. Unfortunately, I’ve randomly…
-
Disabling plugin deactivation in WordPress
The problem came up recently about how to make sure plugins activated in the WordPress plugin UI don’t get deactivated if they are necessary for a site to function. I thought that was an interesting thought puzzle worth spending 15 minutes on, so I came up with this function as a solution: Which can be…