mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
8 lines
No EOL
369 B
JavaScript
8 lines
No EOL
369 B
JavaScript
// Change this to your own client ID: https://www.reddit.com/prefs/apps
|
|
// Guide about it here: https://github.com/JubbeArt/removeddit#the-i-just-want-to-get-this-shit-running-guide
|
|
// NOTE: The app NEEDS TO BE an installed app and NOT a web apps
|
|
var clientID = "";
|
|
|
|
if(clientID === "") {
|
|
alert("Missing client-ID for Reddit API. See the file \"static/js/id.js\"");
|
|
} |