Skip to content

Instantly share code, notes, and snippets.

@ailispaw
Last active January 6, 2020 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ailispaw/7cebac28ca695f4fe3312a5cbfed9162 to your computer and use it in GitHub Desktop.
Save ailispaw/7cebac28ca695f4fe3312a5cbfed9162 to your computer and use it in GitHub Desktop.
Replace bit.ly API Key
// ==Taberareloo==
// {
// "name" : "Replace bit.ly API Key"
// , "description" : "Replace bit.ly API_KEY and USER with own ones"
// , "include" : ["background"]
// , "version" : "0.1.0"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/7cebac28ca695f4fe3312a5cbfed9162/raw/patch.replace.bitly.apikey.tbrl.js"
// }
// ==/Taberareloo==
(function() {
Models['bit.ly'].API_KEY = "<Your Own bit.ly API Key>";
Models['bit.ly'].USER = "<Your bit.ly User Name>";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment