Demo system plugin ttrss-no-url-hashes fails

Installed it, enabled it, still uses feed and category parameters in the address bar.

I’ll try to take a look when I have some time.

I’m not sure how or why it works, but commenting this line in feeds.js cleans up the address bar urls nicely.

window.requestIdleCallback(() => {
// App.Hash.set({f: id, c: is_cat ? 1 : 0});

I’ll try to make that change with a plugin.

this plugin needs to be updated, it should override this function (App.Hash.set) instead of no longer existing hash_set().

you shouldn’t need to tinker with the core code then, i think.

https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-no-url-hashes/-/commit/385829b274080806a19bf7c65c0270a1561a36fb this should fix it