ushnisha / tranquility-reader-webextensions

Tranquility Reader rewritten using Webextensions API
GNU General Public License v3.0
118 stars 14 forks source link

Problem website... #21

Open ushnisha opened 4 years ago

ushnisha commented 4 years ago

http://samlib.ru/s/smekalin_d_o/bojarin.shtml

The main content is specified entirely within DD tags which are currently deleted by the extension. Find if there is a way to support such websites.

In the past this tag was encountered in either specification of ads, or in page layout in the form of headers/footers/sidebars etc. So, it was removed/not-supported.

One idea is to see if a majority % of the text content of the page is within such tags, in which case they are not deleted. This logic may be applicable to a wide range of tags, although at this time it is not clear how many other users' experience will deteriorate by allowing this tag.