mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-20 16:22:52 +02:00
add in a theme switching example (#228)
* add in a theme switching example * remove background script * filter out non-themes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="switcher.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>Choose a Firefox theme:</p>
|
||||
<select name="theme" id="theme-list">
|
||||
</select>
|
||||
<script src="switcher.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user