On Tue, Mar 24, 2015 at 12:12 AM, Apurva Jalit <[email protected]> wrote:
> Hello, > I am creating a chrome extension for myself to take notes of things while > studying through web pages. To do this, after any page in chrome is loaded, > I call the annotator function on the body of the page through content > scripts. > > Most of the times there is no problem, but since this is done for all the > pages, I face problems loading gmail or google maps in the browser. I don't > want to annotate these pages but the function gets called irrespective of > the page loaded and these pages for some reason just do not load. Is there > a known behavior around this? > This sounds like something your extension might need to resolve for itself, since it is about the decision whether to add Annotator. Or are you asking whether something can be done so that the button to add an annotation doesn't appear in certain places?
_______________________________________________ annotator-dev mailing list [email protected] https://lists.okfn.org/mailman/listinfo/annotator-dev Unsubscribe: https://lists.okfn.org/mailman/options/annotator-dev
