1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/app-clipper/content_scripts
2023-10-13 17:31:13 +03:00
..
.gitignore
clipperUtils.js Chore: Move useful clipper logic to the lib package to be used in other places (#9053) 2023-10-13 17:31:13 +03:00
index.js Chore: Move useful clipper logic to the lib package to be used in other places (#9053) 2023-10-13 17:31:13 +03:00
JSDOMParser.js Clipper: Resolves #4785: Updated Readability library to v0.4.1 2021-06-23 12:16:07 +01:00
Readability-readerable.js Clipper: Update library used to clip simplified pages 2023-09-25 15:29:42 +01:00
Readability.js Clipper: Update library used to clip simplified pages 2023-09-25 15:29:42 +01:00
README.md Clipper: Resolves #4785: Updated Readability library to v0.4.1 2021-06-23 12:16:07 +01:00

Updating Readability

Because of the way content scripts are loaded, we need to manually copy the whole Readability files here. That should be fine since they rarely change.

The files to update are:

  • Readability.js
  • Readability-readerable.js (for the function isProbablyReaderable)
  • JSDOMParser.js

When updating, make sure you add the commit and version number at the top of each file.