mirror of
https://github.com/c0de-archive/Fox.ci_Chrome_Extension.git
synced 2025-08-13 18:18:43 +00:00
12
Fox.ci_Chrome_Extension/src/background.html
Normal file
12
Fox.ci_Chrome_Extension/src/background.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>fox.ci background</title>
|
||||||
|
<script src="js/background.js"></script>
|
||||||
|
<script src="js/contextmenu.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<textarea id="clipboard"></textarea>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Reference in New Issue
Block a user