1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00

Add elemhide

This commit is contained in:
Stian
2025-08-30 12:34:08 +02:00
parent afe7696aac
commit 736c65c74e
2 changed files with 22 additions and 1 deletions

20
test/elemhide/index.html Executable file
View File

@@ -0,0 +1,20 @@
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
<style>tag, tag2, shreddit-comment {background: red;}</style>
</head>
<body>
<h3>Test Page</h3>
<h4>tag + class</h4>
<tag class="class">If this is showing it's not working</tag>
<h4>tag + attribute</h4>
<tag2 attrib="attrib">If this is showing it's not working</tag2>
<h4>shreddit-comment + attribute</h4>
<shreddit-comment author="AutoModerator">If this is showing it's not working</shreddit-comment>
</body>
</html>

View File

@@ -33,6 +33,7 @@
[&nbsp;&nbsp;&nbsp;0&nbsp;Jun&nbsp;&nbsp;1&nbsp;11:35]&nbsp;&nbsp;<a class="DIR" href="./autofill/">autofill</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;&nbsp;2025]&nbsp;&nbsp;<a class="DIR" href="./bookmark-title/">bookmark-title</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;&nbsp;2025]&nbsp;&nbsp;<a class="DIR" href="./cache/">cache</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Aug&nbsp;30&nbsp;12:33]&nbsp;&nbsp;<a class="DIR" href="./elemhide/">elemhide</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;May&nbsp;14&nbsp;19:06]&nbsp;&nbsp;<a class="DIR" href="./enumerate-devices/">enumerate-devices</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;&nbsp;2025]&nbsp;&nbsp;<a class="DIR" href="./fastforward/">fastforward</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;&nbsp;2025]&nbsp;&nbsp;<a class="DIR" href="./favicon-cors/">favicon-cors</a><br>
@@ -63,7 +64,7 @@
</p>
<p>
28 directories, 2 files
29 directories, 2 files
<br><br>
</p>
</html>