mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
parent
5a355284f3
commit
069165e8d6
@ -4,6 +4,7 @@
|
|||||||
<title>CanvasBlocker browser action</title>
|
<title>CanvasBlocker browser action</title>
|
||||||
<link href="browserAction.css" rel="stylesheet" type="text/css">
|
<link href="browserAction.css" rel="stylesheet" type="text/css">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="actions" class="stackedInputs"></div>
|
<div id="actions" class="stackedInputs"></div>
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<link href="../icons/icon.svg" type="image/svg" rel="icon">
|
<link href="../icons/icon.svg" type="image/svg" rel="icon">
|
||||||
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
|
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<textarea id="settings"></textarea>
|
<textarea id="settings"></textarea>
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<link href="../icons/icon.svg" type="image/svg" rel="icon">
|
<link href="../icons/icon.svg" type="image/svg" rel="icon">
|
||||||
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
|
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="../lib/require.js"></script>
|
<script src="../lib/require.js"></script>
|
||||||
|
@ -13,3 +13,7 @@
|
|||||||
.complaint.low {
|
.complaint.low {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
padding-left: 1.2em;
|
||||||
|
}
|
@ -6,6 +6,7 @@
|
|||||||
<link href="../icons/icon.svg" type="image/svg" rel="icon">
|
<link href="../icons/icon.svg" type="image/svg" rel="icon">
|
||||||
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
|
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="../lib/require.js"></script>
|
<script src="../lib/require.js"></script>
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<link href="../icons/icon.svg" type="image/svg" rel="icon">
|
<link href="../icons/icon.svg" type="image/svg" rel="icon">
|
||||||
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
|
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="../lib/require.js"></script>
|
<script src="../lib/require.js"></script>
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<title>CanvasBlocker page action</title>
|
<title>CanvasBlocker page action</title>
|
||||||
<link href="pageAction.css" rel="stylesheet" type="text/css">
|
<link href="pageAction.css" rel="stylesheet" type="text/css">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="globalActions"></div>
|
<div id="globalActions"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user