Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khiemdoan committed Jun 29, 2021
1 parent 0d69a02 commit a30c78d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"https://bootcamp.uxdesign.cc/*",
"https://*.baos.pub/*",
"https://www.inbitcoinwetrust.net/*",
"https://blog.prototypr.io/*"
"https://blog.prototypr.io/*",
"https://blog.devgenius.io/*"
],
"js": ["main.bundle.js"]
}
Expand Down
1 change: 1 addition & 0 deletions src/request_interceptors.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const urlsList = [
'https://*.baos.pub/*',
'https://www.inbitcoinwetrust.net/*',
'https://blog.prototypr.io/*',
'https://blog.devgenius.io/',
];

export default function intercept() {
Expand Down
1 change: 1 addition & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ <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>
</ul>
<p>Please get in touch if you need any other custom medium domain supported.</p>

Expand Down

0 comments on commit a30c78d

Please sign in to comment.