Skip to content

Commit d6af36b

Browse files
committed
fix medium
1 parent d25039f commit d6af36b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

scripts/medium_readFullArticle.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// javascript:window.open("https://freedium.cfd/"+encodeURIComponent(window.location))
2-
31
export default {
42
icon: "https://cdn-icons-png.flaticon.com/512/5968/5968906.png",
53
name: {
@@ -20,7 +18,8 @@ export default {
2018
url = prompt("Nhập link medium:", url);
2119

2220
if (url) {
23-
window.open("https://freedium.cfd/" + url);
21+
window.open("https://readmedium.com/" + url);
22+
// window.open("https://freedium.cfd/" + url);
2423
}
2524
},
2625
},

working_note.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 01/07/2024 - ?
44

5+
- [ ] good feature - medium unlock <https://readmedium.com/> <https://chromewebstore.google.com/detail/medium-unlock/babnnfmbjokkeieobamoifmeapbbfhje>
6+
7+
- [ ] good feature - facebook adblocker (SEEM broken) <https://chromewebstore.google.com/detail/esuit-ad-blocker-for-face/jkbklfkombochacjoeagggbiohipcbaj>
8+
59
- [ ] take a look at <https://www.npmjs.com/package/memory-fs>
610

711
- [ ] ffmpeg in browser <https://github.com/ffmpegwasm/ffmpeg.wasm>

0 commit comments

Comments
 (0)