GChristensen / scrapyard

Bookmark heavy lifting
GNU General Public License v2.0
73 stars 8 forks source link

Dark background in full-text search #45

Closed Xiomber closed 3 years ago

Xiomber commented 3 years ago

Hello. When using full-text search on saved sites Envato Market, https://themeforest.net etc, a dark background appears, obscuring the text content of almost the entire page. It can be fixed?

GChristensen commented 3 years ago

Can not reproduce this issue for this link, but full-text search for the sites from the earlier issue does not work, probably due to the insufficient stack size of regular expression engine (CSS/scripts used by them and the size of images are enormous; because the page needed to be stored in a DB record, they are completely included into it). Nothing could be done, since there are fundamental limits of what JS regex engine can handle. A possible workaround is to use sidebar filter instead of full-text search.