22< html lang ="en ">
33< head >
44 < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
56 < title > Link Extractor</ title >
67 < link rel ="icon " href ="../images/logo16.png " sizes ="any ">
78 < link rel ="stylesheet " type ="text/css " href ="../dist/bootstrap/bootstrap.min.css ">
1415</ head >
1516< body >
1617
17- < div id ="floating-links " class ="position-fixed top-0 end-0 user-select-none ">
18+ < div id ="floating-links " class ="position-fixed top-0 end-0 mt-1 me-2 user-select-none ">
1819 < div class ="row g-1 links d-none ">
1920 < div class ="col ">
2021 < a href ="#links "> < span class ="badge text-bg-success w-100 "> Links</ span > </ a >
@@ -40,49 +41,60 @@ <h2 id="loading-message" class="user-select-none d-none">Loading...</h2>
4041 < div class ="links d-none ">
4142 < div class ="user-select-none ">
4243 < h2 id ="links "> Links < span class ="badge bg-success-subtle "> < span id ="links-count "> 0</ span > /< span id ="links-total "> </ span > </ span > </ h2 >
43- < button id ="copy-links " class ="btn btn-sm btn-success me-1 mb-2 copy-links " type ="button ">
44+ < div class ="mb-1 ">
45+ < button id ="copy-links " class ="btn btn-sm btn-success mb-1 me-1 copy-links " type ="button ">
4446 Copy Links < i class ="fa-solid fa-copy ms-1 "> </ i > </ button >
45- < button id ="down-links " class ="btn btn-sm btn-outline-info download-file me -1 mb-2 " type ="button " data-target ="#links-body " data-filename ="links.txt ">
46- Download < i class ="fa-solid fa-download m -1 "> </ i > </ button >
47- < button id ="open-links " class ="btn btn-sm btn-outline-warning open-in-tabs position-relative me-2 mb -2 " type ="button " data-target ="#links-body ">
47+ < button id ="down-links " class ="btn btn-sm btn-outline-info download-file mb -1 me-1 " type ="button " data-target ="#links-body " data-filename ="links.txt ">
48+ Download < i class ="fa-solid fa-download ms -1 "> </ i > </ button >
49+ < button id ="open-links " class ="btn btn-sm btn-outline-warning open-in-tabs position-relative mb-1 me -2 " type ="button " data-target ="#links-body ">
4850 Open < i class ="fa-solid fa-up-right-from-square ms-1 "> </ i > </ button >
49- < span class ="d-inline-block me-1 mb-2 ">
50- < kbd > C</ kbd > < i class ="fa-regular fa-keyboard "> </ i > < kbd > L</ kbd > to Copy Links.</ span >
51- < span class ="d-inline-block me-1 mt-md-1 float-end ">
52- < kbd > K</ kbd > < i class ="fa-regular fa-keyboard "> </ i > < kbd > Z</ kbd > Keyboard Shortcuts.
53- </ span >
51+ </ div >
52+ < div class ="row keyboard ">
53+ < div class ="col-12 col-sm-6 ">
54+ < kbd > C</ kbd > < i class ="fa-regular fa-keyboard "> </ i > < kbd > L</ kbd > to Copy Links.
55+ </ div >
56+ < div class ="col-12 col-sm-6 text-sm-end ">
57+ < kbd > K</ kbd > < i class ="fa-regular fa-keyboard "> </ i > < kbd > Z</ kbd > Keyboard Shortcuts.
58+ </ div >
59+ </ div >
5460 </ div > <!-- links-buttons -->
55- < table id ="links-table " class ="table table-sm table-striped table-hover table-responsive small " data-counter ="links-count " style ="width:100% ">
56- < thead class ="">
57- < tr >
58- < th > Link</ th >
59- < th > Text</ th >
60- < th > Title</ th >
61- < th > Label</ th >
62- < th > Rel</ th >
63- < th > Target</ th >
64- </ tr >
65- </ thead >
66- < tbody id ="links-body "> </ tbody >
67- </ table > <!-- links-table -->
61+ < div class ="table-wrapper ">
62+ < table id ="links-table " class ="table table-sm table-striped table-hover small w-100 " data-counter ="links-count ">
63+ < thead class ="">
64+ < tr >
65+ < th > Link</ th >
66+ < th > Text</ th >
67+ < th > Title</ th >
68+ < th > Label</ th >
69+ < th > Rel</ th >
70+ < th > Target</ th >
71+ </ tr >
72+ </ thead >
73+ < tbody id ="links-body "> </ tbody >
74+ </ table > <!-- links-table -->
75+ </ div > <!-- table-wrapper -->
6876 </ div > <!-- links -->
6977
70- < div class ="domains d-none ">
78+ < div class ="domains pt-2 d-none ">
7179 < div class ="user-select-none ">
7280 < h2 id ="domains "> Domains < span class ="badge bg-primary-subtle "> < span id ="domains-count "> 0</ span > /< span id ="domains-total "> </ span > </ span > </ h2 >
73- < button id ="copy-domains " class ="btn btn-sm btn-primary clip me-1 mb-2 " type ="button " data-clipboard-target ="#domains-body " data-toast ="Copied Domains ">
81+
82+ < button id ="copy-domains " class ="btn btn-sm btn-primary clip mb-1 me-1 " type ="button " data-clipboard-target ="#domains-body " data-toast ="Copied Domains ">
7483 Copy Domains < i class ="fa-solid fa-copy ms-1 "> </ i > </ button >
75- < button id ="down-domains " class ="btn btn-sm btn-outline-info download-file me -1 mb-2 " type ="button " data-target ="#domains-body " data-filename ="domains.txt ">
84+ < button id ="down-domains " class ="btn btn-sm btn-outline-info download-file mb -1 me-1 " type ="button " data-target ="#domains-body " data-filename ="domains.txt ">
7685 Download < i class ="fa-solid fa-download ms-1 "> </ i > </ button >
77- < button id ="open-domains " class ="btn btn-sm btn-outline-warning open-in-tabs position-relative me-2 mb -2 " type ="button " data-target ="#domains-body ">
86+ < button id ="open-domains " class ="btn btn-sm btn-outline-warning open-in-tabs position-relative mb-1 me -2 " type ="button " data-target ="#domains-body ">
7887 Open < i class ="fa-solid fa-up-right-from-square ms-1 "> </ i > </ button >
79- < span class ="d-inline-block me-1 mb-2 ">
88+
89+ < span class ="d-inline-block me-1 keyboard ">
8090 < kbd > D</ kbd > < i class ="fa-regular fa-keyboard "> </ i > < kbd > M</ kbd > to Copy Domains.</ span >
8191 </ div > <!-- domains-buttons -->
82- < table id ="domains-table " class ="table table-sm table-striped table-hover table-responsive small " data-counter ="domains-count " style ="width:100% ">
83- < thead class =""> < tr > < th > Domain</ th > </ tr > </ thead >
84- < tbody id ="domains-body "> </ tbody >
85- </ table > <!-- domains-table -->
92+ < div class ="table-wrapper ">
93+ < table id ="domains-table " class ="table table-sm table-striped table-hover small w-100 " data-counter ="domains-count ">
94+ < thead class =""> < tr > < th > Domain</ th > </ tr > </ thead >
95+ < tbody id ="domains-body "> </ tbody >
96+ </ table > <!-- domains-table -->
97+ </ div > <!-- table-wrapper -->
8698 </ div > <!-- domains -->
8799</ div > <!-- container-fluid -->
88100
0 commit comments