Skip to content

Commit

Permalink
Change to API Gateway url
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfontanella committed Sep 8, 2019
1 parent 9e98043 commit 8bb09de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict"
console.log("Loaded HideHN")

const root = "https://4hou.se/"
const root = "https://eutpj14kkj.execute-api.us-west-2.amazonaws.com/prod/"

const getTitle = (athing) => {
return athing.querySelector(".title>a").innerHTML
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Hide HN",
"version": "0.1",
"version": "0.2",

"description": "Hide negative posts from Hacker News",

Expand All @@ -14,6 +14,6 @@
],

"permissions": [
"https://4hou.se"
"https://eutpj14kkj.execute-api.us-west-2.amazonaws.com/prod"
]
}

0 comments on commit 8bb09de

Please sign in to comment.