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:
20
test/elemhide/index.html
Executable file
20
test/elemhide/index.html
Executable 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>
|
||||
@@ -33,6 +33,7 @@
|
||||
[ 0 Jun 1 11:35] <a class="DIR" href="./autofill/">autofill</a><br>
|
||||
[ 0 Jan 6 2025] <a class="DIR" href="./bookmark-title/">bookmark-title</a><br>
|
||||
[ 0 Jan 6 2025] <a class="DIR" href="./cache/">cache</a><br>
|
||||
[ 0 Aug 30 12:33] <a class="DIR" href="./elemhide/">elemhide</a><br>
|
||||
[ 0 May 14 19:06] <a class="DIR" href="./enumerate-devices/">enumerate-devices</a><br>
|
||||
[ 0 Jan 6 2025] <a class="DIR" href="./fastforward/">fastforward</a><br>
|
||||
[ 0 Jan 6 2025] <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>
|
||||
|
||||
Reference in New Issue
Block a user