fluks / redirect-link

A browser addon to redirect a link to somewhere else.
GNU General Public License v3.0
22 stars 2 forks source link

Ditch innerHTML #4

Closed fluks closed 7 years ago

fluks commented 7 years ago

Using innerHTML can be dangerous. It's used in options.js. Currently it's safe, but the reviewer at AMO told that while it's now safe, it can change and I and the reviewers need to make sure it every time I upload a new version.