1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/app-clipper/content_scripts
2022-07-23 09:31:32 +02:00
..
.gitignore All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
index.js Chore: Add eslint rule to enforce strict equality (eqeqeq) 2022-07-23 09:31:32 +02: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: Resolves #4785: Updated Readability library to v0.4.1 2021-06-23 12:16:07 +01:00
Readability.js Clipper: Resolves #4785: Updated Readability library to v0.4.1 2021-06-23 12:16:07 +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.