File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class ArchiveNow extends LitElement {
74
74
< p >
75
75
When you’re done, click the
76
76
< strong
77
- class ="cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700 "
77
+ class ="plausible-event-name=fake+finish+button cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700 "
78
78
> Finish</ strong
79
79
>
80
80
button.
@@ -89,7 +89,7 @@ class ArchiveNow extends LitElement {
89
89
< p >
90
90
Click
91
91
< strong
92
- class ="cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700 "
92
+ class ="plausible-event-name=fake+finish+button cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700 "
93
93
> Finish</ strong
94
94
>
95
95
to finalize your archive.
@@ -350,7 +350,7 @@ class ArchiveNow extends LitElement {
350
350
> .
351
351
</ p >
352
352
< sl-button
353
- class ="block w-full "
353
+ class ="plausible-event-name=download+archive block w-full "
354
354
href ="${ this . downloadUrl } "
355
355
target ="_blank "
356
356
size ="large "
@@ -526,7 +526,7 @@ class ArchiveNow extends LitElement {
526
526
play
527
527
>
528
528
< button
529
- class ="pointer-events-auto relative z-10 origin-bottom transition-transform hover:-rotate-3 hover:skew-x-3 "
529
+ class ="plausible-event-name=linky+toggle pointer-events-auto relative z-10 origin-bottom transition-transform hover:-rotate-3 hover:skew-x-3 "
530
530
@click =${ ( ) => ( this . showHint = ! this . showHint ) }
531
531
title ="Toggle Linky's hint"
532
532
>
Original file line number Diff line number Diff line change 31
31
<meta name =" theme-color" content =" #4d7c0f" />
32
32
33
33
<script src =" awp-ui.js" ></script >
34
+ <script defer data-domain =" create.webrecorder.net"
35
+ src =" https://stats.browsertrix.com/js/script.file-downloads.hash.outbound-links.tagged-events.js" ></script >
34
36
</head >
35
37
36
38
<body >
You can’t perform that action at this time.
0 commit comments