mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-29 00:07:21 -04:00
* Add a JavaScript event when opening an article https://framagit.org/nicofrand/xextension-threepanesview/issues/4 ```javascript document.body.addEventListener('freshrss:openArticle', function (e) { console.log('freshrss:openArticle'); console.log(e.target); }); ```