MARKETPLACE
PLUGINS
BNS - READABILITY
BNS - Readability logo

BNS - Readability

Published September 2022
   •    Updated December 2025

Plugin details

Adaptation as a Bubble plugin of the Readability library, a standalone version of the readability library used for Firefox Reader View.
"Reader View is a Firefox feature that strips away clutter like buttons, ads, background images, and videos [...]" (https://support.mozilla.org/en-US/kb/firefox-reader-view-clutter-free-web-pages)

(See there for code : https://github.com/mozilla/readability)

DEMO EDITOR: https://bubble.io/page?id=plugin-demos-1&tab=Design&name=bns-readability&type=page

DEMO PAGE: http://plugin-demos-1.bubbleapps.io/version-test/bns-readability

Rapid Dev Products & Services:
GOT STUCK ON BUBBLE.IO. REMOVE ROADBLOCKS WITH BUBBLE COACHING! BOOST YOUR BUBBLE SKILLS WITHIN OUR RD LABS!

HIRE BUBBLE’S GOLD AGENCY PARTNER TO CUSTOMIZE YOUR APPLICATION.

NEED HELP? HAVE A QUESTION OR SUGGESTION? Mail us at [email protected]

Free

For everyone

5.0 stars   •   1 ratings
28 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web & Native mobile

Contributor details

RapidDev logo
RapidDev
Joined 2020   •   115 Plugins
View contributor profile

Instructions

=== SETUP === Drop the element on your page

2 actions are available from the plugin :

---
Parse :
This actions take a HTML string as parameter. It then parses the string to remove all the HTML not necessary to read its main content (buttons, ads, background images, and videos)
To get the result, use the Element Event "Parsed" to access the following results :

- title : title of the web page
- content : HTML content of the parsed web page
- text : text content of the parsed webpage (stripped from HTML tags)
- length : length in caracters of the text
- excerpt : Text description or short excerpt from the text (from web page metadata)
- author metadata : author metadata (from web page metadata)
- siteName : web site name
- lang : Language of the text

---
Parse URL :
This actions take an URL string as parameter.
It returns the 'html_body' of the URL.
You can then use this result in the "Parse" action above to get its content.

Types

This plugin can be found under the following types:
Element   •   Event   •   Action

Categories

This plugin can be found under the following categories:
Productivity   •   Technical   •   Blog   •   Web Scraping   •   Containers   •   Visual Elements

Resources

Support contact
Documentation
Tutorial

Rating and reviews

Average rating (5.0)

Love it
November 4th, 2022
Thanks a lot for bringing this to Bubble!
Bubble