joplin/packages/app-clipper/content_scripts
Laurent Cozic dc9bb26c1a Clipper: Resolves #4785: Updated Readability library to v0.4.1 2021-06-23 12:16:07 +01:00
..
.gitignore All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
JSDOMParser.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
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
index.js Desktop, Clipper: Web Clipper now must request authorisation before accessing the application data 2021-06-22 19:57:04 +01:00

README.md

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.