mruac

Results 13 comments of mruac

@guldor12 R-18 works are now supported if you follow the bridge specific documentation when hosting rss-bridge yourself. Re: the bridge for `https://www.pixiv.net/bookmark_new_illust.php` You are still able to follow each user...

try this maybe? ```javascript const container = document.querySelector('div'); panzoom.showRectangle(container.getBoundingClientRect()); panzoom.moveBy(0,0); //required to set the css transforms, as the last command only sets it internally. ```

Huh, TIL. You are probably referring to the [RSS ``](https://www.rssboard.org/rss-weblog-comments-use-case) element? RSS-Bridge currently supports the following feed formats: Media RSS, Atom, [JSON Feed](https://www.jsonfeed.org) and [sfeed](https://git.codemadness.org/sfeed/). Since this is only specific...