mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add simple plugin to prevent tt-rss tab flashing on new articles
This commit is contained in:
5
plugins/no_title_counters/init.js
Normal file
5
plugins/no_title_counters/init.js
Normal file
@@ -0,0 +1,5 @@
|
||||
dojo.addOnLoad(function() {
|
||||
updateTitle = function() {
|
||||
document.title = "Tiny Tiny RSS";
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user