Added button action menu

This commit is contained in:
Lexi / Zoe 2018-10-10 01:22:14 +02:00
parent ac71dcc580
commit 0b15c878c7
4 changed files with 38 additions and 6 deletions

View file

@ -0,0 +1,4 @@
// Example code, taken from
// https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension
document.body.style.border = "5px solid red";