DitherSky
DitherSky
Comment out or remove this block in injected script `includes/AutoPatchWork.js` to fix it: ``` javascript if (location.host==='matome.naver.jp') { var _get_next = get_next; get_next = function(doc) { var next = _get_next(doc);...
How about allowing users to add whatever tags they want to their scripts which will be shown only on the script's page using suggestions from pre-existing groups and make script...
This reader list is from the companion extension that adds feed icon to address bar (formerly), i.e. from rss-detector.
Found it. It's probably because [ItemView.js#L108](https://github.com/BS-Harou/Smart-RSS/blob/6d27bd4f626da05f164667ce943ceb8b506d9dfb/scripts/app/views/ItemView.js#L108) prerenders item without `invisible` class that's removed on real rendering making them visible without content all the way until it's actually added.