Last active
January 6, 2020 13:11
-
-
Save ailispaw/7cebac28ca695f4fe3312a5cbfed9162 to your computer and use it in GitHub Desktop.
Replace bit.ly API Key
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
// ==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