From 99bd693b73b86c50973a2cc8c73a26261636d4d5 Mon Sep 17 00:00:00 2001 From: ibit <48777551+Ibit-to@users.noreply.github.com> Date: Thu, 11 Apr 2019 03:10:39 +0200 Subject: [PATCH] Add files via upload --- extension/manifest.json | 2 +- extension/u.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 29b22f4..416d7a6 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -402,7 +402,7 @@ "*://www.google.cat/*" ], "name": "Google Unlocked", - "version": "1.2", + "version": "1.3", "homepage_url": "http://ibit.ws/post/google-unlocked/", "manifest_version": 2, "content_security_policy": "script-src 'self' ; object-src 'self'" diff --git a/extension/u.js b/extension/u.js index 4bd4d4c..f9f4bf4 100644 --- a/extension/u.js +++ b/extension/u.js @@ -11,7 +11,7 @@ $(function () { var id = a.href.replace(/https?:\/\/www\.chillingeffects\.org\/notice.cgi\?sID=/, '') var url = 'https://www.lumendatabase.org/notices/' + id if (navigator.userAgent.toLowerCase().indexOf('firefox') === -1) { - url = 'https://secret-ocean-49799.herokuapp.com/' + url + url = 'https://cors-anywhere.herokuapp.com/' + url } $.ajax({ type: 'GET',