mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
Only display 250 notifications for one type
More will be counted but not rendered. Fixes #234.
This commit is contained in:
parent
9a7d3d4230
commit
40677bd2c6
5 changed files with 46 additions and 22 deletions
|
@ -1,24 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>CanvasBlocker page action</title>
|
||||
<head>
|
||||
<title>CanvasBlocker page action</title>
|
||||
<link href="pageAction.css" rel="stylesheet" type="text/css">
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
</head>
|
||||
<body>
|
||||
<div id="globalActions"></div>
|
||||
</head>
|
||||
<body>
|
||||
<div id="globalActions"></div>
|
||||
<ul id="prints">
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<script src="../lib/require.js"></script>
|
||||
<script src="../lib/settingDefinitions.js"></script>
|
||||
<script src="../lib/settings.js"></script>
|
||||
<script src="../lib/require.js"></script>
|
||||
<script src="../lib/settingDefinitions.js"></script>
|
||||
<script src="../lib/settings.js"></script>
|
||||
<script src="../lib/logging.js"></script>
|
||||
<script src="../lib/lists.js"></script>
|
||||
<script src="../lib/callingStack.js"></script>
|
||||
<script src="gui.js"></script>
|
||||
<script src="domainNotification.js"></script>
|
||||
<script src="notification.js"></script>
|
||||
<script src="pageAction.js"></script>
|
||||
</body>
|
||||
<script src="../lib/lists.js"></script>
|
||||
<script src="../lib/callingStack.js"></script>
|
||||
<script src="gui.js"></script>
|
||||
<script src="domainNotification.js"></script>
|
||||
<script src="notification.js"></script>
|
||||
<script src="pageAction.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue