TBD: TorrentBD Theme Engine

Customize the theme/colors of the TorrentBD website. Supports both light mode and dark mode.

Dette er versioner af dette script, hvor koden er blevet opdateret. Vis alle versioner.

  • v1.0.1.7 11.07.2022

    Updated the catfilter css of duckduckgo light theme.

  • v1.0.1.6 11.07.2022

    Added more comments to better define what parts of the script is doing.

  • v1.0.1.5 11.07.2022

    Optimized the styles for the hnr page. It looks more like the seedbonus page's button now.

  • v1.0.1.4 11.07.2022

    Updated a hover background color issue in the hnr page. Added new conditional CSS that only gets inserted in certain pages.

  • v1.0.1.3 09.07.2022

    Using jsdelivr for external resource on the engine station. It's a bit faster than the standard github link.

  • v1.0.1.2 09.07.2022

    Updated some colors for the nat check page.

  • v1.0.1.1 08.07.2022

    Fixed some hover effects for the nat page. Fixed button hover on the media page.

  • v1.0.1.0 07.07.2022

    Fixed a bug that most people would never have seen.

    • What's the bug?
    •• The bug appears when tampermonkey itself is activated with a delay. This can happen if you load the website with tampermonkey disabled and then enable tampermonkey after the page is fully loaded. The script then executes with a fault and some JS elements don't appear, even though the colors change. On Firefox 68, extensions have a short delay before they start working upon first start. So, if you left a tab with torrentbd open, closed the browser, and opened the browser again, this tab will show the same bug, i.e., fault execution of the script. In both cases, a refresh of the page was required for the script to work properly again.

    • What went wrong?
    •• A major part of my script looked for the load status of the page before executing the script. This was done to ensure a quick replacement of the theme, the need for being immersive. So, I'd never considered what would happen if the script was executed on a fully loaded page. There was no instruction for such a situation, which caused this bug to exist.

    • How did I fix it?
    •• I placed new instructions for when the document is fully loaded or interactive at the time of execution. This ensures that the script executes as intended and removes this bug.

  • v1.0.0.19 07.07.2022

    Added light theme based on DuckDuckGo.

  • v1.0.0.18 07.07.2022

    Updated accent colors for github dark.

  • v1.0.0.17 05.07.2022

    Updated some color issues with the torrent table page indicators.

  • v1.0.0.16 05.07.2022

    Added Github inspired dark and light themes to the gallery.

  • v1.0.0.15 05.07.2022

    Updated friend request accepted banner, and the error that appears when request was already accepted.

  • v1.0.0.14 03.07.2022

    Updated some colors in the donation page.

  • v1.0.0.13 28.06.2022

    Updated colors for short link counter and the torrent table sorting buttons.

  • v1.0.0.12 27.06.2022

    Fixed a bug on the torrent filters in the home page. Thanks to shaon21@TorrentBD.

  • v1.0.0.11 27.06.2022

    I need to work on the guideline pages separately. For now, they are excluded from the engine.

  • v1.0.0.10 27.06.2022

    Added color options for the donation confirmed page.

  • v1.0.0.9 26.06.2022

    Updated colors of the forum reputation thingy.

  • v1.0.0.8 25.06.2022

    Fixed a bug in the [turl] bbcode where the link would not open in a new tab.

  • v1.0.0.7 25.06.2022

    Added a light theme based on musixmatch.

  • v1.0.0.6 25.06.2022

    Fixed account button hover issue.

  • v1.0.0.5 25.06.2022

    Fixed a bug with the z-index of torrent details tabs. This bug exists without the script.

  • v1.0.0.4 25.06.2022

    Removed solid colors for ranks. Changed height to max-height for preview of forum posts. Altered the background hover of account buttons to ensure alignment.

  • v1.0.0.3 24.06.2022

    The title in donation form now follows accent color.

  • v1.0.0.2 24.06.2022

    Updated DDG theme. Now the category images are changed as well.

  • v1.0.0.1 24.06.2022

    Added DuckDuckGo Dark theme to the gallery.

  • v1.0.0.0 24.06.2022

    First stable release. There's also an update checker now. Notification for new versions will appear in the gallery page of the engine station.

  • v0.3581 24.06.2022

    Added support thread link.

  • v0.3580 24.06.2022

    Forgot to add changelog, so no changes here, just a changelog.

    Added a new bbcode recognition system. [tlink][\tlink] will now be interpreted as cross-domain links.

  • v0.3579 24.06.2022
  • v0.3578 24.06.2022

    Added the link for the landing page in the station.

  • v0.3577 23.06.2022

    That no-scrolling feature didn't work as intended on phone. Removing it.

  • v0.3576 23.06.2022

    Disabling scrolling of background elements when something is higher in z-index and taking up enough screen space.

  • v0.3575 23.06.2022

    Again.... Yeah, well. The kuddus page is using pseudo alignment and pretending there's 3 objects in the title bar when there are only 2. This could've been done better.

  • v0.3574 23.06.2022

    Reworked the kuddus close button because my phone is bugging out.

  • v0.3573 23.06.2022

    I think I'm dumb sometimes. Fixed a css mistake.

  • v0.3572 23.06.2022

    Updated the kuddus close again.

  • v0.3571 23.06.2022

    Hover effect on kuddus close button. Better alignment on torrent counts in the search result page.

  • v0.3570 23.06.2022

    Updated alignment and logo in khoj the search. Update alignment in website logo. Updated interaction hover/active on the search button.

  • v0.3569 23.06.2022

    Shows the loading time of the website instead of the serving time on the footer.

  • v0.3568 23.06.2022

    Updated a link of in a comment.

  • v0.3567 21.06.2022

    Declaring default colors only once across the script.

  • v0.3566 21.06.2022

    Made the QR image less detailed.

  • v0.3565 20.06.2022

    Updated colors for the three buttons on user profiles that were not touched already.

  • v0.3564 20.06.2022

    Updated the toggle colors for the gallery. Hover effect does not overlap with click effect anymore.

  • v0.3563 20.06.2022

    Placed a user-agent check in engine station. The QR option will not appear under mobile user-agent.

  • v0.3562 20.06.2022

    I seem to be doing this a lot. Nevertheless, optimized station CSS a bit. File is smaller now. QR arrangement updated again.

  • v0.3561 20.06.2022

    Updated the code regarding the qr again. Hopefully it works better this time.

  • v0.3560 20.06.2022

    Updated CSS to add an important tag as the qr button was not hiding on phone.

Vis alle script-versioner