diff --git a/README.md b/README.md new file mode 100644 index 0000000..5776f8d --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# infohash ↔ base64 tool + +You can check the tool at + (requires javascript) + +This tool was made to work with +[an suggestion posted by @toxictenement@lemmy.dbzer0.com](https://lemmy.dbzer0.com/post/1009713) +by [magmaus3](https://magmaus3.eu.org). + +You can check the source code by downloading the page +(everything is stored in a single html file), +by going to your browser's devtools or on [Codeberg](https://codeberg.org/magmaus3/infohash2base64). diff --git a/index.html b/index.html index 1fc530c..d61da1f 100644 --- a/index.html +++ b/index.html @@ -1,74 +1,55 @@ - + infohash ↔ base64

infohash ↔ base64

-
Encode
+
Encode
Decode
-
About
+
About
@@ -192,18 +196,39 @@
- -

About

-

- This tool was made to work with an suggestion posted by @toxictenement@lemmy.dbzer0.com - by magmaus3. -

-

- You can check the source code by downloading the page (everything is stored in a single html file), - by going to your browser's devtools or on codeberg. -

- -
+

About

+

+ This tool was made to work with an suggestion posted by @toxictenement@lemmy.dbzer0.com + by magmaus3. +

+

+ You can check the source code by downloading the page (everything is stored in a single html file), + by going to your browser's devtools or on Codeberg. +

+

License

+

Copyright © 2023 magmaus3 <magmaus3@disroot.org>

+

This work is free. You can redistribute it and/or modify it under the + terms of the Do What The Fuck You Want To Public License, Version 2, + as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

+

How to copy

+
    +
  • + On Firefox/Chromium: +
      +
    1. Right-click on the page
    2. +
    3. Select Save Page as... or Save as... (or simillar option)
    4. +
    5. Choose file type as HTML Only
    6. +
    7. Profit!
    8. +
    +
  • +
  • + Using git: +
      +
    1. git clone https://codeberg.org/magmaus3/infohash2base64
    2. +
    3. Profit!
    4. +
    +
  • +