Files
webextensions-examples/menu-remove-element/popup.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>