contrib/notification: update the screenshot procedure

This commit is contained in:
Christian Hesse 2023-05-26 10:07:37 +02:00
parent 73564c74c0
commit 51a7453e6c
2 changed files with 2 additions and 5 deletions

View file

@ -34,7 +34,3 @@ pre {
span.link {
color: #863600;
}
span.tag {
font-family: fira-mono, monospace;
background-color: #e6e6e6;
}

View file

@ -28,7 +28,8 @@
<p><input type="checkbox" onclick="visible(this, 'queued')"> Queued since <input type="text" value="oct/18/2022 18:30:48" onchange="update(this, 'queued-since')"></p>
<p><input type="checkbox" onclick="visible(this, 'cut')"> Cut-off with <input type="number" min=1 max=99 value=13 onchange="update(this, 'cut-percent')"> percent</p>
<p> Open the inspector, select the <span class="tag">div</span> element, right click and select "<i>Screenshot Node</i>"!</p>
<p>Then right-click, click "<i>Take Screenshot</i>" and finally select the
notification and download it.</p>
</body>
</html>