6 Commits

Author SHA1 Message Date
rebloor
82217a05bc Replace var with let in examples (#484)
* Replace var with let in examples

store-collected-images/webextension-plain/deps/uuidv4.js

* Reverted third–party code
2022-08-11 04:27:28 +12:00
wbamberg
c5d69d15d6 Rewrite examples to use browser.* and promises (#138) 2016-11-15 10:12:55 -08:00
Will Bamberg
bba84627ab Fix review comments: https://github.com/mdn/webextensions-examples/issues/30#issuecomment-172649839
* added README
* moved listeners above addListener calls
2016-01-19 15:30:21 -08:00
Will Bamberg
b636b41f1b added short comments for all JS functions 2016-01-14 15:06:44 -08:00
Mindaugas Jakutis
933d5df99d improve link detection in notify-link-clicks-i18n
Original approach is a bit too naive and misses all links
that contain other elements which can grab mouse clicks.
E. g. simple target checking fails on the grid @ mozilla.org.

Traversing up the tree to look for valid links fixes this problem.
2016-01-06 09:06:02 +02:00
Will Bamberg
908c6be6d3 version of notify-link-clicks with i18n 2015-11-03 14:53:50 -08:00