Update LICENSE, Webpage's links and its README's preview

This commit is contained in:
Taevas 2025-04-20 17:45:44 +02:00
parent ba6856287b
commit c4aa18968a
Signed by: Taevas
SSH key fingerprint: SHA256:Y5Hv18xwPvUKSlgkx1sPnRO3L2mc03ehC7BzrnZVEyY
4 changed files with 35 additions and 24 deletions

View file

@ -4,7 +4,7 @@ This version of Website-Finder differs a lot from the scripts available in this
The reason why is because this version is geared towards people who just want something cool-looking that does something cool, without the hassle of installing a new programming language
![website-finder](https://user-images.githubusercontent.com/67872932/223705587-cc434c4b-9458-48fe-ae53-46f1aaf8f2bc.gif)
![Check out the preview video!](preview.mp4)
## HOW TO RUN
@ -19,7 +19,7 @@ Do note that using arguments and launching the search is done through the HTML,
# Linux
$ xdg-open index.html
# Windows 10
# Windows
$ explorer index.html
# macOS
@ -30,11 +30,11 @@ $ open index.html
Your web browser should be unable to create files on your computer, so unlike other scripts, no report in json is made
Instead, a report is created in real time within the HTML, and some logging is done by the browser in its development tools
Instead, a report is created in real time within the HTML, and some logging is done in the browser console
## REGARDING ARGUMENTS
If the page is served to you through HTTPS, you won't be able to use the HTTP application protocol due to [Mixed Content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content)
If the page is served to you through HTTPS, you likely won't be able to use the HTTP application protocol due to [Mixed Content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content)
The default arguments do not match the ones specified in [defaults.json](../defaults.json)

View file

@ -17,12 +17,12 @@
<h1>Website-Finder</h1>
<p>Also available in:</p>
<nav class="nav nav-pills nav-fill">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/C%23">C#</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Crystal">Crystal</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Go">Go</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Node.js">Node.js</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Python">Python</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://github.com/TTTaevas/Website-Finder/tree/master/Ruby">Ruby</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/C%23">C#</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Crystal">Crystal</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Go">Go</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Node.js">Node.js</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Python">Python</a>
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="https://kitsunes.dev/Taevas/Website-Finder/src/branch/master/Ruby">Ruby</a>
</nav>
</div>
<div id="finder">
@ -76,6 +76,6 @@
</ul>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>

BIN
Webpage/preview.mp4 Normal file

Binary file not shown.