kgn / Rededit

A Safari extension that adds features to the Reddit website, and a bar which provides Reddit information about the active webpage.
http://inscopeapps.com/#rededit
MIT License
0 stars 0 forks source link

Extension bar updating #2

Open kgn opened 14 years ago

kgn commented 14 years ago

The extension bar only updates when a page is loaded or refreshed, or when a new browser window is opened. The only way to fix this is to add a timer to the global page and tell the bars to update every x seconds if they need to.

kgn commented 14 years ago

The basics of this are now implemented, the feature needs to be refined with better caching and an update of all extension bars every 10 minutes.