From 4f059c2549efcf0863ff6325e7b75dec3424fda0 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 30 Mar 2014 23:32:56 +0200 Subject: [PATCH] Point to browser extension --- couchpotato/core/plugins/userscript/static/userscript.js | 6 +++--- couchpotato/static/scripts/couchpotato.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/couchpotato/core/plugins/userscript/static/userscript.js b/couchpotato/core/plugins/userscript/static/userscript.js index 56cd0d4..e270dc5 100644 --- a/couchpotato/core/plugins/userscript/static/userscript.js +++ b/couchpotato/core/plugins/userscript/static/userscript.js @@ -67,12 +67,12 @@ var UserscriptSettingTab = new Class({ self.settings.createGroup({ 'name': 'userscript', - 'label': 'Install the bookmarklet or userscript', + 'label': 'Install the browser extension or bookmarklet', 'description': 'Easily add movies via imdb.com, appletrailers and more' }).inject(self.settings.tabs.automation.content, 'top').adopt( new Element('a.userscript.button', { - 'text': 'Install userscript', - 'href': Api.createUrl('userscript.get')+randomString()+'/couchpotato.user.js', + 'text': 'Install extension', + 'href': 'https://couchpota.to/extension/', 'target': '_blank' }), new Element('span.or[text=or]'), diff --git a/couchpotato/static/scripts/couchpotato.js b/couchpotato/static/scripts/couchpotato.js index bbaf052..27ae9c0 100644 --- a/couchpotato/static/scripts/couchpotato.js +++ b/couchpotato/static/scripts/couchpotato.js @@ -317,8 +317,8 @@ return new Element('div.group_userscript').adopt( new Element('a.userscript.button', { - 'text': 'Install userscript', - 'href': Api.createUrl('userscript.get')+randomString()+'/couchpotato.user.js', + 'text': 'Install extension', + 'href': 'https://couchpota.to/extension/', 'target': '_blank' }), new Element('span.or[text=or]'),