1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/app-clipper/content_scripts
2024-03-14 18:38:20 +00:00
..
.gitignore Chore: Webclipper: Migrate build system to Webpack 5 (#9670) 2024-01-06 12:15:10 +00:00
index.js Clipper: Improve support for future versions of Chrome (upgrade to manifest version 3) (#10109) 2024-03-14 18:38:20 +00: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
setUpEnvironment.js Chore: Webclipper: Migrate build system to Webpack 5 (#9670) 2024-01-06 12:15:10 +00: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.