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