mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-20 14:27:20 -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); }); ```