TBD: TorrentBD Ratio Guard

Warns you if you're trying to download a torrent that will push your ratio into the danger zone.

코드가 바뀐 버전들입니다. 모든 버전 보기

  • v0.10 2023-11-23

    Added prefix.

  • v0.9 2023-05-21

    Added a try block for the material fonts css update.

  • v0.8 2022-11-20

    Pushed a bug by mistake. Removed the matching check. Return is already closing all arguments when it matches.

  • v0.7 2022-11-20

    Needed to rearrange some things as B is also present in KiB, GiB, etc. So, the check for B needs to be at the end. Added a new flag to stop checking if an existing one has matched. So, if GiB matches, it will not check if B also matches.

  • v0.6 2022-11-20

    Changed (Bytes > B) as I've seen that unit being used.

  • v0.5 2022-11-15

    Interchanged position of critical with fatal.

  • v0.4 2022-11-15

    Detects freeleech and says "safe, no change to ratio".
    You will now receive a status check in text (safe, dangerous, risky, etc.) in the button.
    Clicking on this button will reveal the expected future ratio after downloading.
    Clicking again will go back to the previous text.

  • v0.3 2022-11-14

    Organized stuff a bit.

  • v0.2 2022-11-14

    The core functionality done and the script may be considered complete.

  • v0.1 2022-11-14