Skip to content

Commit a9f1068

Browse files
save file
1 parent 75caa06 commit a9f1068

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

utils/github/search-for-a-file-across-all-github-repos/search-for-a-file-across-all-github-repos.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767

6868

6969
menu = menumod();
70+
71+
mod.base.add({ext,$,datatype,keydown,menu,menumod});
72+
7073

7174
hdr = mod['github-hdr'];
7275
log = mod['log-mod'];
@@ -200,6 +203,12 @@
200203
{font-size:16px;padding:5px 10px}
201204
[type=button],[type=checkbox]
202205
{cursor:pointer}
206+
207+
208+
.visually-hidden
209+
{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;
210+
clip:rect(0 0 0 0) !important;white-space:nowrap !important;border:0 !important}
211+
203212

204213
</style>
205214

@@ -211,7 +220,10 @@
211220

212221

213222
<github-hdr component=grp>
214-
<img style='top:0px;height:50px' class=title src='images/github-file-search-2.png'>
223+
<h1 class=visually-hidden>
224+
Download Github Directory
225+
</h1>
226+
<img style='top:0px;height:50px' class=title src='images/github-file-search-2.png' alt='Search For A File Across Github Repos'>
215227
<time slot=date datetime=2025-10-31>31 Oct 2025</time>
216228
</github-hdr>
217229

0 commit comments

Comments
 (0)