CopperBadger / fastyle

Chrome Extension to Restyle FurAffinity.net using Bootstrap
GNU General Public License v2.0
20 stars 2 forks source link

Detect and embed FurAffinity submission links in comments #40

Closed CopperBadger closed 9 years ago

CopperBadger commented 9 years ago

Going to hold off on this one, it could introduce undue server load if the feature triggers automatically.

kobitate commented 9 years ago

Could do it lazy load style. Essentially once you scroll to it, load the thumbnail. On Jan 28, 2015 10:48 AM, "Copper Badger" notifications@github.com wrote:

Going to hold off on this one, it could introduce undue server load if the feature triggers automatically.

— Reply to this email directly or view it on GitHub https://github.com/CopperBadger/fastyle/issues/40#issuecomment-71856968.

CopperBadger commented 9 years ago

That would be better for the servers however it may result in jumping page content if the user scrolls past a bunch of linked images. I was thinking we could put a little "(Show)" button after each link

kobitate commented 9 years ago

Could we possibly do a Bootstrap popover preview? Grab it with AJAX when the user clicks the link. Sort of like this (click on the red text, positioning acting a little funny).

CopperBadger commented 9 years ago

Oh yeah, definitely-- that would be even better ^^

kobitate commented 9 years ago

I may go ahead and do this then. Just busy during the week because college. May at least write the AJAX request tonight.