Skip to content

Instantly share code, notes, and snippets.

View nathan-roberts's full-sized avatar
💭
Building

Nathan Roberts nathan-roberts

💭
Building
View GitHub Profile
@cdsalmons
cdsalmons / create-spcm-admin.php
Created August 27, 2015 03:05
Create WordPress Admin User Script
<?php
// ADD NEW ADMIN USER TO WORDPRESS
// ----------------------------------
// Put this file in your Wordpress root directory and run it from your browser.
// Delete it when you're done.
require_once('wp-blog-header.php');
require_once('wp-includes/registration.php');
// ----------------------------------------------------
// CONFIG VARIABLES
// Make sure that you set these before running the file.
@theimerj
theimerj / README.md
Last active June 11, 2024 07:31
How to open ClickUp links in the ClickUp app instead of the browser

How to open ClickUp links in ClickUp app instead of the browser

  1. Install Finicky
  1. Save this Finicky config to your home root directory as follows: ~/.finicky.js. Please change your default browser to your browser of choice.
module.exports = {
    // Possible options: ["Google Chrome", "Safari", "Firefox", ...]