Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibit-to authored Apr 11, 2019
1 parent 700a706 commit 99bd693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down
2 changes: 1 addition & 1 deletion extension/u.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 99bd693

Please sign in to comment.