mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
8 lines
191 B
HTML
8 lines
191 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<body>
|
|
<div id="outputStatus">
|
|
Open a menu in the current tab and right-click on the "Remove element" option.
|
|
</div>
|
|
<script src="popup.js"></script>
|