mywot / chrome

WOT's Chrome extension
http://www.mywot.com/wiki/Chrome
GNU General Public License v3.0
8 stars 7 forks source link

Don't show the FBL immediately when the user first visits a site #115

Closed samitolvanen closed 11 years ago

samitolvanen commented 11 years ago

If there's a question for a popular website, don't show the FBL unless it's been N minutes since the user's first visit to the site. This way, we don't ask about the site until the user has had a chance to look at it. This approach may not be feasible for sites that the user never again visits though.

sorgoz commented 11 years ago

If we'll keep the last visits+time in local storage, it might clutter it. Also it is not in sync between devices.

I vote for server-side implementation :)

sorgoz commented 11 years ago

obsolete.