Skip to content

Commit

Permalink
Website updated
Browse files Browse the repository at this point in the history
  • Loading branch information
manojVivek committed May 25, 2021
1 parent 2109827 commit 9a6f203
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"overrides": [
{
"files": [".prettierrc", ".babelrc", ".eslintrc", ".stylelintrc"],
"options": {
"parser": "json"
}
}
],
"singleQuote": true,
"bracketSpacing": false,
"trailingComma": "es5"
}
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"https://levelupprogramming.net/*",
"https://betterhumans.pub/*",
"https://betterprogramming.pub/*",
"https://pub.towardsai.net/",
"https://bettermarketing.pub/",
"https://pub.towardsai.net/*",
"https://bettermarketing.pub/*",
"https://themakingofamillionaire.com/*",
"https://medium.datadriveninvestor.com/*",
"https://bootcamp.uxdesign.cc/*",
Expand Down Expand Up @@ -138,8 +138,8 @@
"https://levelupprogramming.net/*",
"https://betterhumans.pub/*",
"https://betterprogramming.pub/*",
"https://pub.towardsai.net/",
"https://bettermarketing.pub/",
"https://pub.towardsai.net/*",
"https://bettermarketing.pub/*",
"https://themakingofamillionaire.com/*",
"https://medium.datadriveninvestor.com/*",
"https://bootcamp.uxdesign.cc/*",
Expand Down
4 changes: 2 additions & 2 deletions src/request_interceptors.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const urlsList = [
'https://levelupprogramming.net/*',
'https://betterhumans.pub/*',
'https://betterprogramming.pub/*',
'https://pub.towardsai.net/',
'https://bettermarketing.pub/',
'https://pub.towardsai.net/*',
'https://bettermarketing.pub/*',
'https://themakingofamillionaire.com/*',
'https://medium.datadriveninvestor.com/*',
'https://bootcamp.uxdesign.cc/*',
Expand Down
8 changes: 8 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ <h2 style="text-align:center">The browser extension/addon to access the medium.c
<li>https://techuisite.com</li>
<li>https://levelupprogramming.net</li>
<li>https://betterhumans.pub</li>
<li>https://betterprogramming.pub</li>
<li>https://pub.towardsai.net</li>
<li>https://bettermarketing.pub</li>
<li>https://themakingofamillionaire.com</li>
<li>https://medium.datadriveninvestor.com</li>
<li>https://bootcamp.uxdesign.cc</li>
<li>https://*.baos.pub</li>
<li>https://www.inbitcoinwetrust.net</li>
</ul>
<p>Please get in touch if you need any other custom medium domain supported.</p>

Expand Down

0 comments on commit 9a6f203

Please sign in to comment.