Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

update domains #195

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified designs/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,14 @@
"https://*.baos.pub/*",
"https://www.inbitcoinwetrust.net/*",
"https://blog.prototypr.io/*",
"https://blog.devgenius.io/*"
"https://blog.devgenius.io/*",
"https://faun.pub/*",
"https://betterprogramming.pub/*",
"https://infosecwriteups.com/*",
"https://theproducttriangle.com/*",
"https://uxplanet.org/*",
"https://medium.datadriveninvestor.com/*",
"https://bootcamp.uxdesign.cc/*"
],
"js": ["main.bundle.js"]
}
Expand Down Expand Up @@ -155,7 +162,14 @@
"https://*.baos.pub/*",
"https://www.inbitcoinwetrust.net/*",
"https://blog.prototypr.io/*",
"https://blog.devgenius.io/*"
"https://blog.devgenius.io/*",
"https://faun.pub/*",
"https://betterprogramming.pub/*",
"https://infosecwriteups.com/*",
"https://theproducttriangle.com/*",
"https://uxplanet.org/*",
"https://medium.datadriveninvestor.com/*",
"https://bootcamp.uxdesign.cc/*"
],
"web_accessible_resources": ["static/*"]
}
9 changes: 8 additions & 1 deletion src/request_interceptors.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@ const urlsList = [
'https://*.baos.pub/*',
'https://www.inbitcoinwetrust.net/*',
'https://blog.prototypr.io/*',
'https://blog.devgenius.io/*'
'https://blog.devgenius.io/*',
'https://faun.pub/*',
'https://betterprogramming.pub/*',
'https://infosecwriteups.com/*',
'https://theproducttriangle.com/*',
'https://uxplanet.org/*',
'https://medium.datadriveninvestor.com/*',
'https://bootcamp.uxdesign.cc/*'
];

export default function intercept() {
Expand Down
Binary file modified static/floating_button_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/logo_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/logo_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/_includes/icon-github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/_includes/icon-twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,14 @@ <h2 style="text-align:center">The browser extension/addon to access the medium.c
<li>https://*.baos.pub</li>
<li>https://www.inbitcoinwetrust.net</li>
<li>https://blog.prototypr.io</li>
<li>https://blog.devgenius.io/</li>
<li>https://blog.devgenius.io</li>
<li>https://faun.pub</li>
<li>https://betterprogramming.pub</li>
<li>https://infosecwriteups.com</li>
<li>https://theproducttriangle.com</li>
<li>https://uxplanet.org</li>
<li>https://medium.datadriveninvestor.com</li>
<li>https://bootcamp.uxdesign.cc</li>
</ul>
<p>Please get in touch if you need any other custom medium domain supported.</p>

Expand Down