<!DOCTYPE html>

<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Download Latest Top Torrents in Multiple Categories The RarBg</title>
        
        <!-- Preload critical resources -->
        <link rel="preload" href="/static/rarbg/css/index.css?v=1.06" as="style">
        <link rel="preload" href="/static/vendor/js/jquery.min.js?v=1.05" as="script">
        
        <link rel="preload" href="/static/rarbg/image/therarbg.svg?v=1.05" as="image">
        
        
        <!-- Critical CSS inlined to prevent render blocking -->
        <style>
            body{font:normal normal 400 8pt normal Tahoma,Verdana,Arial,Arial;background-color:black}
            .postBody{background-color:black}
            .postCont{background-color:white;display:inline-block;border-radius:5px;padding:15px;position:relative;text-align:center}
            a{color:#3760bb;text-decoration:none}
            button{background-color:#3760bb;color:white;border-radius:2px;cursor:pointer;height:35px;border:1px solid black;padding-left:5px;padding-right:5px}
            .logo{width:100px;height:auto}
        </style>
        
        <!-- Async CSS loading -->
        <link href="/static/vendor/css/bootstrap.min.css?v=1.05" rel="stylesheet">
        <link rel="stylesheet" href="/static/vendor/css/all.min.css?v=1.05" media="print" onload="this.media='all'">
        <link rel="stylesheet" type="text/css" href="/static/vendor/css/jquery.dataTables.min.css?v=1.05" media="print" onload="this.media='all'">
        <link rel="stylesheet" type="text/css" href="/static/rarbg/css/slick.css?v=1.06" media="print" onload="this.media='all'">
        <link rel="stylesheet" href="/static/rarbg/css/index.css?v=1.06" />
        <link rel="stylesheet" href="/static/rarbg/css/snow.css?v=1.06" media="print" onload="this.media='all'" />

        <meta name="description" content="Download Different Version Quality Or Movie TV Serial, TV Series The RarBg, Torrents, movies, download, music, games, free, XXX, Best Search, The RarBg Torrents, film, download">
        <meta name="keywords" content="Download Different Version Or Movie TV Serial, TV Series The RarBg, Torrents , film , download, The RarBg Torrents , Best Search, XXX, Alternative, film , download, The RarBg Proxy">
        <meta http-equiv="onion-location" content="http://therarbgscpvql6p2e3upz7xyqb4ornupyznim5rlriycjfvcwnz7ayd.onion">
        
        <!-- Favicon with explicit dimensions -->
        
        <link rel="icon" type="image/png" href="/static/rarbg/image/rbg.png?43858?v=1.05">
        <link href="/static/rarbg/image/rbg.png?43858?v=1.05" rel="apple-touch-icon" />
        
        
        <!-- Deferred JavaScript loading -->
        
        
        
        



        
        
    
    
 
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js" type="text/javascript"></script>
        <script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js" type="text/javascript"></script>
        	
<!-- -->



<script type="text/javascript" > 
   $(document).ready(function(){
    if (window.location.pathname == '/'){
      $('.Home').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Movies') != -1){
      $('.Movies').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':TV') != -1){
      $('.TV').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Games') != -1){
      $('.Games').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Music') != -1){
      $('.Music').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Anime') != -1){
      $('.Anime').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Apps') != -1){
      $('.Apps').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Other') != -1){
      $('.Other').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Books') != -1){
      $('.Books').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':XXX') != -1){
      $('.XXX').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search('/christmas/') != -1){
      $('.Christmas').addClass("btn btn-secondary");
    }
    })
</script>

    <script type="text/javascript" > 
        function stoperror() {
            return true;
        }
    //window.onerror = stoperror;
        var category_init = "None"
        if (category_init == 'XXX'){
            category = 'XXX'
        }
        else if (category_init == 'TV'){
            category = 'tv'
        }
        else{
            category = 'Movies'
        }
        var recommendation_url = `/api/v1/recommendation-list/${category}/`
        $( document ).ready(function() {
            $.get(recommendation_url, (data, status) => {
            if (data) {
              allData(data);
            }
        });
        });
       

        function allData(list) {
        let inhtml = "";
        if (list.length > 0) {
          list.map(
            (post) =>
              (inhtml =
                inhtml +
                ` <li class="most-popular-poster">
                    <a  title="${post?.name}" href=${String(post?.url)} tabindex="-1"> 
                        <img style="max-height:180px" src="${post?.thumbnail}" alt="${post?.name}"/>
                      
                      <div class="most-popular-rating ${Number(post?.rating)>=7?'green':'yellow'}"><a href="https://www.imdb.com/title/${String(post?.imdb)}/" target="_blank">${String(post?.rating)}</a></div>  
                    
                    </a>
                  </li>
                `)
          );
          document.getElementById("mySlides1").innerHTML = inhtml;
          $(".movie .slider").slick({
            infinite: true,
            slidesToShow: 8,
            slidesToScroll: 4,
            autoplay: true,
            autoplaySpeed: 8000,
            responsive: [
              {
                breakpoint: 1024,
                settings: {
                  slidesToShow: 6,
                  slidesToScroll: 4,
                },
              },
              {
                breakpoint: 768,
                settings: {
                  slidesToShow: 4,
                  slidesToScroll: 4,
                },
              },
              // You can unslick at a given breakpoint now by adding:
              // settings: "unslick"
              // instead of a settings object
            ],
          });

        }
        }
       

        let blocked = false;
let blockTimeout = null;
let prevDeltaY = 0;

$("#mySlides1").on('mousewheel DOMMouseScroll wheel', (function(e) {
    let deltaY = e.originalEvent.deltaX;
    e.preventDefault();
    e.stopPropagation();

    clearTimeout(blockTimeout);
    blockTimeout = setTimeout(function(){
        blocked = false;
    }, 50);

    
    if (deltaY > 0 && deltaY > prevDeltaY || deltaY < 0 && deltaY < prevDeltaY || !blocked) {
        blocked = true;
        prevDeltaY = deltaY;
        if (deltaY > 0) {
            $(this).slick('slickNext');
        } else {
            $(this).slick('slickPrev');
        }
    }
}));
    </script>


  <script type="text/javascript" > 
    $(document).ready(function () {
      if(localStorage.getItem("adultContentToggle")==="false"){
        document.getElementById("adultContentToggle").checked = false;
        $('.isXXX').css('display', 'none')

      }
      if (localStorage.getItem('filterBtn') == 'open') {
        $('#filterBtn').removeClass('closed');
        $('#filterBtn').addClass('open');
        $('#filterBtn').html('«');
        $('#filterOption').css("display", "grid");
      }
      let chkObj = JSON.parse(localStorage.getItem('checkedSearches'))
      if (chkObj?.movies === "true") {
        document.getElementById("radMovies").checked = true;
      }
      if (chkObj?.tv === "true") {
        document.getElementById("radTV").checked = true;
      }
      if (chkObj?.games === "true") {
        document.getElementById("radGames").checked = true;
      }
      if (chkObj?.music === "true") {
        document.getElementById("radMusic").checked = true;
      }
      if (chkObj?.anime === "true") {
        document.getElementById("radAnime").checked = true;
      }
      if (chkObj?.apps === "true") {
        document.getElementById("radApps").checked = true;
      }
      if (chkObj?.other === "true") {
        document.getElementById("radOther").checked = true;
      }
      if (chkObj?.xxx === "true") {
        document.getElementById("radXXX").checked = true;
      }
      if (chkObj?.sizeMin) {
        document.getElementById("sizeMin").value = chkObj?.sizeMin;
      }
      if (chkObj?.sizeMax) {
        document.getElementById("sizeMax").value = chkObj?.sizeMax;
      }

      $("#form_search").submit(function (event) {
        event.preventDefault(); // <-- add this
        var searchValue = encodeURI(document.getElementById("keywords").value.replace(':', ' '));
        var sizeMinMb = encodeURI(document.getElementById("sizeMin").value);
        var sizeMaxMb = encodeURI(document.getElementById("sizeMax").value);
        var radMovies = encodeURI(document.getElementById("radMovies").checked);
        var radTV = encodeURI(document.getElementById("radTV").checked);
        var radGames = encodeURI(document.getElementById("radGames").checked);
        var radMusic = encodeURI(document.getElementById("radMusic").checked);
        var radAnime = encodeURI(document.getElementById("radAnime").checked);
        var radApps = encodeURI(document.getElementById("radApps").checked);
        var radOther = encodeURI(document.getElementById("radOther").checked);
        var radXXX = encodeURI(document.getElementById("radXXX").checked);

        if (searchValue) {
          let checked = {
            movies: radMovies,
            tv: radTV,
            games: radGames,
            music: radMusic,
            anime: radAnime,
            apps: radApps,
            other: radOther,
            xxx: radXXX,
            sizeMin:sizeMinMb,
            sizeMax:sizeMaxMb,
          }
          localStorage.setItem("checkedSearches", JSON.stringify(checked))
          let showAdultCon = localStorage.getItem("adultContentToggle")||"true";
          document.location =
            "/get-posts/keywords:" +
            searchValue +
            (radMovies === "true" ? `:category:Movies` : "") +
            (radTV === "true" ? `:category:TV` : "") +
            (radGames === "true" ? `:category:Games` : "") +
            (radMusic === "true" ? `:category:Music` : "") +
            (radAnime === "true" ? `:category:Anime` : "") +
            (radApps === "true" ? `:category:Apps` : "") +
            (radOther === "true" ? `:category:Other` : "") +
            (radXXX === "true" ? `:category:XXX` : "") +
            (showAdultCon === "false" ? `:ncategory:XXX` : "") +
            (Number(sizeMinMb) > 0 ? `:size__gte:${Number(sizeMinMb)*1000000}` : "") +
            (Number(sizeMaxMb) > 0 ? `:size__lte:${Number(sizeMaxMb)*1000000}` : "") +
            "/";
        }
      });
      $(".searchTerm").blur(function () {
        $("#search-suggest").slideUp("fast");
      });
      $(".searchTerm").focus(function () {
        $("#search-suggest").slideDown("fast");
      });
      $(".nav-item").click(function () {
        $(".searchTerm").focus();

      });
      $(".searchTerm").val(sessionStorage.getItem("search"));
      $('.sortableTable').DataTable({
        paging: false,
        language: {
          search: "_INPUT_",
          searchPlaceholder: "Search table..."
        }
      });
    });
    function showHide(val, cls) {
      $(cls).css("display", val);
    }
    function fetchData(search) {
      sessionStorage.setItem("search", search);
      $.get(
        `${window.location.origin}/get-posts/keywords:${search}:format:json:ncategory:XXX/`,
        (data, status) => {
          if (data?.results) {
            createHtml(data?.results, search);
          }
        }
      );
    }

    const units = ['bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];

    function niceBytes(x) {

      let l = 0, n = parseInt(x, 10) || 0;

      while (n >= 1024 && ++l) {
        n = n / 1024;
      }

      return (n.toFixed(n < 10 && l > 0 ? 1 : 0) + ' ' + units[l]);
    };

    function createHtml(list, search) {
      let inhtml = ` <a href="/get-posts/keywords:${search}/" class="nav-item nav-bottom">
        View all results<i class="fa fa-angle-right ml-2"></i>
      </a>`;
      if (list.length > 0) {
        list.map((post, index) =>
          index < 5
            ? (inhtml =
              `<a  href="/post-detail/${post.pk}/${String(post.n)
                .replaceAll(" ", ".")
                .replaceAll(".", "-")
                .toLowerCase()}/" class="nav-item">
        <div class="film-poster" bis_skin_checked="1">
          <img
            class="film-poster-img lazyloaded"
            src="${post.t ? post.t : "https://i.therarbg.com/np.jpg"
              }"
          />
        </div>
        <div class="srp-detail" bis_skin_checked="1">
          <p class="film-name" >
            ${post.n}
          </p>

          <div class="alias-name" bis_skin_checked="1">${post.c}</div>

          <div class="film-infor" bis_skin_checked="1">
            <span>Leechers:${post.se}</span> | <span>Seeders:${post.le
              }</span> | <span>Size:${niceBytes(post.s)}</span>
          </div>
        </div>
        <div class="clearfix" bis_skin_checked="1"></div>
      </a>` + inhtml)
            : ""
        );
        document.getElementById("searchList").innerHTML = inhtml;
      } else if (list.length === 0) {
        document.getElementById("searchList").innerHTML = "";
      }
    }
    // Animation
    let i = 0;
    let placeholder = "";
    const txt = document.getElementById("keywords").placeholder;
    const speed = 120;
    function typeAnimation() {
      placeholder += txt.charAt(i);
      document.getElementById("keywords").setAttribute("placeholder", placeholder);
      i++;
      setTimeout(typeAnimation, speed);
    }
    typeAnimation();
  </script>

    <script type="text/javascript" > 
      $.get("/api/v1/recent-search/", (data, status) => {
        RsData(data);
      });
      function RsData(list) {
        let inhtml = "";
        if (list.length > 0) {
          list.map(
            (post) =>
              (inhtml =
                inhtml +
                `<a class="recent-search" href="${'/get-posts/' + post?.search_keywords + '/'}" >${String(post.search_keywords.replace('keywords:','').replace('user', ''))} </a>`)
          );
          document.getElementById("recentSearch").innerHTML = inhtml;

            const fonts = ['Helvetica', 'Arial', 'Verdana', 'Courier', 'Courier New'];
            const elements = document.querySelectorAll('.recent-search');
            Array.from(elements).forEach((element, index) => {
                let s = Math.floor(11 + Math.random() * 8)
                const randomfont = fonts[Math.floor(Math.random() * fonts.length)];
                element.style.fontFamily = randomfont;
                element.style.fontSize = s + 'px'
            });

        }
      }

    </script>


          <script type="text/javascript" > 
            $(document).ready(function() {
             // executes when HTML-Document is loaded and DOM is ready
            
            current_url = window.location.href
            let se = '-a' == '-se'? 'se':'-se';
            let le = '-a' == '-le'? 'le':'-le';
            let a = '-a' == 'a'? '-a':'a';
            let s = '-a' == '-s'? 's':'-s';
              let seedersUrl = current_url.replace(/\/$/, ':order:' + se + '/');
              let leechersUrl = current_url.replace(/\/$/, ':order:' + le + '/');
              let addedUrl = current_url.replace(/\/$/, ':order:' + a +'/');
              let sizeUrl = current_url.replace(/\/$/, ':order:' + s + '/');

              $("#seeders").html('<a href="' + seedersUrl + '"><i class="fa-solid fa-arrow-down"></i>S.</a>');
              $("#leechers").html('<a href="' + leechersUrl + '"><i class="fa-solid fa-arrow-down"></i>L.</a>');
              $("#added").html('<a href="' + addedUrl + '"><i class="fa-solid fa-arrow-down"></i>Added</a>');
              $("#size").html('<a href="' + sizeUrl + '"><i class="fa-solid fa-arrow-down"></i>Size</a>');

              $("#seeders a").css("color", "white");
              $("#leechers a").css("color", "white");
              $("#added a").css("color", "white");
              $("#size a").css("color", "white");

              $('.sortableTable2').DataTable({
               paging: false,
               bFilter: false
              // language: {
              // search: "_INPUT_",
              //  searchPlaceholder: "Search table..."
              //    }
               });
            });
            const images = document.querySelectorAll("img.lazyload");
            images.forEach(img => {
                img.src = img.dataset.src;
            });

            function filter_list2() {
    let input, filter, ul, li, a, i, txtValue;
    let f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12;
    let show, qshow, txtv, do_qshow = 1;
    f1 = '';
    if (document.getElementById('f_720p').checked)
        f2 = '720P';
    else
        f2 = '';
    if (document.getElementById('f_1080p').checked)
        f3 = '1080P';
    else
        f3 = '';
    if (document.getElementById('f_2160p').checked)
        f4 = '2160P';
    else
        f4 = '';
    if (document.getElementById('f_x264').checked)
        f5 = 'X264';
    else
        f5 = '';
    if (document.getElementById('f_h264').checked)
        f6 = 'H264';
    else
        f6 = '';
    if (document.getElementById('f_x265').checked)
        f7 = 'X265';
    else
        f7 = '';
    if (document.getElementById('f_h265').checked)
        f8 = 'H265';
    else
        f8 = '';
    if (document.getElementById('f_hdr').checked)
        f9 = 'HDR ';
    else
        f9 = '';
    if (document.getElementById('f_hevc').checked)
        f10 = 'HEVC';
    else
        f10 = '';
    if (document.getElementById('f_webrip').checked)
        f11 = 'WEBRIP';
    else
        f11 = '';
    if (document.getElementById('f_bluray').checked)
        f12 = 'BLURAY';
    else
        f12 = '';
    if ((f1.length == 0) && (f2.length == 0) && (f3.length == 0) && (f4.length == 0) && (f5.length == 0) && (f6.length == 0) && (f7.length == 0) && (f8.length == 0) && (f9.length == 0) && (f10.length == 0) && (f11.length == 0) && (f12.length == 0))
        do_qshow = 0;
    input = document.getElementById('flist');
    filter = input.value.toUpperCase();
    li = document.getElementsByClassName('list-entry');
    for (i = 0; i < li.length; i++) {
        show = 0;
        qshow = 0;
        a = li[i].getElementsByTagName('td')[1];
        txtv = a.textContent || a.innerText;
        txtValue = txtv.toUpperCase();
        if (do_qshow) {
            if (f1.length > 0)
                if (txtValue.indexOf(f1, 0) !== -1)
                    qshow = 1;
            if (f2.length > 0)
                if (txtValue.indexOf(f2, 0) !== -1)
                    qshow = 1;
            if (f3.length > 0)
                if (txtValue.indexOf(f3, 0) !== -1)
                    qshow = 1;
            if (f4.length > 0)
                if (txtValue.indexOf(f4, 0) !== -1)
                    qshow = 1;
            if (f5.length > 0)
                if (txtValue.indexOf(f5, 0) !== -1)
                    qshow = 1;
            if (f6.length > 0)
                if (txtValue.indexOf(f6, 0) !== -1)
                    qshow = 1;
            if (f7.length > 0)
                if (txtValue.indexOf(f7, 0) !== -1)
                    qshow = 1;
            if (f8.length > 0)
                if (txtValue.indexOf(f8, 0) !== -1)
                    qshow = 1;
            if (f9.length > 0)
                if (txtValue.indexOf(f9, 0) !== -1)
                    qshow = 1;
            if (f10.length > 0)
                if (txtValue.indexOf(f10, 0) !== -1)
                    qshow = 1;
            if (f11.length > 0)
                if (txtValue.indexOf(f11, 0) !== -1)
                    qshow = 1;
            if (f12.length > 0)
                if (txtValue.indexOf(f12, 0) !== -1)
                    qshow = 1;
        } else {
            qshow = 1;
        }
        if (txtValue.indexOf(filter) > -1)
            show = 1
        if ((qshow == 1) && (show == 1)) {
            li[i].style.display = '';
        } else {
            li[i].style.display = 'none';
        }
    }
}

          </script>


       <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" type="text/javascript"></script>
       <script src="/static/rarbg/css/jquery-ui.js?v=1.09" type="text/javascript"></script>
       <script src="/static/rarbg/css/slick.min.js?v=1.09" type="text/javascript"></script>


</head>
    <body class="postBody container">
    <!-- enable in christmas -->
    <!-- <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div> -->
     <div
          style="
            background-image: url(/static/rarbg/image/bknd_body.jpg?042148?042148);
            background-repeat: repeat-x;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            will-change: transform;
          "
        ></div>
       
    

<body>
  <div class="topnav">
    
    <div >
      <a href="/"> 
        <img  class="logo" src="/static/rarbg/image/therarbg.svg?v=1.05" />
      </a>
   
    
    <a href="javascript:void(0);" class="icon showMob  d-block d-md-none" onclick="myFunction()">
      <i class="fa fa-bars"></i>
    </a>
    <div id="myLinks">
<button class="Home"  style="width:100%;"><a href="/"><i class="fas fa-house"></i> Home</a></button>
<button class="Movies" style="width:100%;"><a href="/get-posts/category:Movies:time:10D/"><i class="fa-solid fa-film"></i> Movies</a></button>
<!-- enable in christmas -->
<!-- <button class="Christmas" style="width:100%; background: #B11E31;"><a href="/catalog/movie/christmas/"><i class="fa-solid fa-tree"></i> X-mas</a></button> -->
<button class="TV" style="width:100%;"><a href="/get-posts/category:TV:time:10D/"><i class="fa-solid fa-tv"></i> TV</a></button>
<button class="Games" style="width:100%;"><a href="/get-posts/category:Games:time:10D/"><i class="fa-solid fa-gamepad"></i> Games</a></button>
<button class="Music" style="width:100%;"><a href="/get-posts/category:Music:time:10D/"><i class="fa-solid fa-music"></i> Music</a></button>
<button class="Anime" style="width:100%;"><a href="/get-posts/category:Anime:time:10D/"><i class="fa-solid fa-a"></i> Anime</a></button>
<button class="Apps" style="width:100%;"><a href="/get-posts/category:Apps:time:10D/"><i class="fa-brands fa-app-store-ios"></i> Apps</a></button>
<button class="Other" style="width:100%;"><a href="/get-posts/category:Other:time:10D/"><i class="fa-solid fa-box-open"></i> Other</a></button>
<button class="Books" style="width:100%;"><a href="/get-posts/category:Books:time:10D/"><i class="fa-solid fa-book"></i> Books</a></button>
<button class="XXX isXXX" style="width:100%;"><a href="/get-posts/category:XXX:time:6D/"><i class="fa-solid fa-x"></i> XXX</a></button>
<button class="Pages" style="width:100%;"><a href="/main-page-list/"><i class="fa-solid fa-ghost"></i> Pages</a></button>


</div>
    <div class="postContUp">
      <button id="logi-btn"  ><a href="/auth/login/"> Login</a></button>
      <button id="home-btn"><a href="/">Home</a></button>
      <button id="catalog-btn"><a href="/catalog/">Catalog</a></button>

      <button id="box-office-btn">
        <a href="/box-office/">Box Office</a>
      </button>

      <button id="latest-trailer-btn">
        <a href="/latest-trailer/">New Selection</a>
      </button>

      <button id="latest-100-m-btn">
        <a href="/get-posts/keywords:2160p:category:Movies:time:30D/">4K Movies</a>
      </button>
      <button id="latest-100-xxx-4k-btn" class="isXXX">
        <a href="/top/100/XXX/4K/">4K XXX</a>
      </button>
    </div>
  </div>

  

        
        


    

  

 



    
       
       
</body>

    <div class="row">
        <div class="leftNav d-none d-md-block col-md-3 col-lg-1">
        
<button class="Home"  style="width:100%;"><a href="/"><i class="fas fa-house"></i> Home</a></button>
<button class="Movies" style="width:100%;"><a href="/get-posts/category:Movies:time:10D/"><i class="fa-solid fa-film"></i> Movies</a></button>
<!-- enable in christmas -->
<!-- <button class="Christmas" style="width:100%; background: #B11E31;"><a href="/catalog/movie/christmas/"><i class="fa-solid fa-tree"></i> X-mas</a></button> -->
<button class="TV" style="width:100%;"><a href="/get-posts/category:TV:time:10D/"><i class="fa-solid fa-tv"></i> TV</a></button>
<button class="Games" style="width:100%;"><a href="/get-posts/category:Games:time:10D/"><i class="fa-solid fa-gamepad"></i> Games</a></button>
<button class="Music" style="width:100%;"><a href="/get-posts/category:Music:time:10D/"><i class="fa-solid fa-music"></i> Music</a></button>
<button class="Anime" style="width:100%;"><a href="/get-posts/category:Anime:time:10D/"><i class="fa-solid fa-a"></i> Anime</a></button>
<button class="Apps" style="width:100%;"><a href="/get-posts/category:Apps:time:10D/"><i class="fa-brands fa-app-store-ios"></i> Apps</a></button>
<button class="Other" style="width:100%;"><a href="/get-posts/category:Other:time:10D/"><i class="fa-solid fa-box-open"></i> Other</a></button>
<button class="Books" style="width:100%;"><a href="/get-posts/category:Books:time:10D/"><i class="fa-solid fa-book"></i> Books</a></button>
<button class="XXX isXXX" style="width:100%;"><a href="/get-posts/category:XXX:time:6D/"><i class="fa-solid fa-x"></i> XXX</a></button>
<button class="Pages" style="width:100%;"><a href="/main-page-list/"><i class="fa-solid fa-ghost"></i> Pages</a></button>



        </div>
        <div class="postCont col-12 col-md-9 col-lg-11">
          

                <div class="p-3">
                
    <!-- movies slide -->
   
    <div class="banner-box movie" style="display:none">
        <div class="slider-wrapper">
            <!-- Animated content placeholder (skeleton loader) -->
            <div id="slider-placeholder" class="skeleton-slider-container">
                <!-- Generate 8 skeleton movie posters to match slidesToShow: 8 -->
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
            </div>
            <!-- Actual slider -->
            <ul id="mySlides1" class="slider" style="opacity: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; padding: 0 10px;">
            
            </ul>
        </div>
    </div>
    
    <style>
        /* Skeleton loader styles */
        /* Green and yellow rating colors to match the actual content */
        .green {
            background-color: #5cb85c !important;
        }
        
        .yellow {
            background-color: #f0ad4e !important;
        }
        
        @keyframes pulse {
            0% { opacity: 0.6; }
            50% { opacity: 0.8; }
            100% { opacity: 0.6; }
        }
        
        .slider-wrapper {
            position: relative;
            height: 180px;
            width: 100%;
            overflow: visible; /* Changed from hidden to visible to show the frame */
            padding-bottom: 5px; /* Add padding to ensure frame is visible */
        }
        
        .skeleton-slider-container {
            display: flex;
            overflow-x: hidden;
            gap: 10px;
            height: 180px;
            width: 100%;
            padding: 0 10px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            transition: opacity 0.5s ease;
        }
        
        .skeleton-movie-poster {
            flex: 0 0 auto;
            width: calc(12.5% - 10px); /* 8 items per row (100/8) */
            height: 180px;
            position: relative;
        }
        
        .skeleton-poster-img {
            width: 100%;
            height: 180px;
            background-color: #e0e0e0;
            border-radius: 5px;
        }
        
        .skeleton-rating {
            position: absolute;
            bottom: 4px;
            left: 4px;
            width: 30px;
            height: 20px;
            background-color: #c0c0c0;
            border-radius: 3px;
            z-index: 3;
        }
        
        .pulse {
            animation: pulse 1.5s infinite ease-in-out;
        }
        
        /* Responsive adjustments */
        @media (max-width: 1024px) {
            .skeleton-movie-poster {
                width: calc(16.66% - 10px); /* 6 items per row */
            }
        }
        
        @media (max-width: 768px) {
            .skeleton-movie-poster {
                width: calc(25% - 10px); /* 4 items per row */
            }
        }
        
        /* Ensure consistent slider height */
        .banner-box.movie {
            min-height: 180px;
            position: relative;
            overflow: visible; /* Changed from hidden to visible to show the frame */
            padding-bottom: 5px; /* Add padding to ensure frame is visible */
        }
        
        /* Ensure slider images have consistent dimensions */
        .most-popular-poster img {
            height: 180px;
            width: auto;
            object-fit: cover;
        }
        
        /* Smooth transition for slider */
        .slider {
            transition: opacity 0.5s ease;
        }
    </style>

    


                </div>

                <div class="row justify-content-md-center">
                 
<div class="row" style="text-align: right;">
  <div class="form-check form-switch">
   <label class="form-check-label" for="adultContentToggle" style="margin-right: 10px;">XXX content<input class="form-check-input" type="checkbox" role="switch" onchange="{localStorage.setItem('adultContentToggle',this.checked);(this.checked?$('.isXXX').css?v=1.05('display', 'block'):$('.isXXX').css?v=1.05('display', 'none'))}" id="adultContentToggle" checked></label>
  </div>
 </div>
<div class="searchSec mb-4">
  <form action="/get-posts/" method="GET" id="form_search">
    <div class="search mb-3">
      <input name="keywords" id="keywords" type="text" class="searchTerm" value=""
        placeholder="Search title or IMDB ID like tt27932269 ..."
        onkeyup="fetchData(String(this.value).replaceAll(':',' ').replaceAll(',',' ').replaceAll('.',' ').replaceAll('[',' ').replaceAll(']',' ').replaceAll('(',' ').replaceAll(')',' '))"
        autocomplete="off" />
      <button type="submit" class="searchButton">
        <i class="fa fa-search sIcon" style="display: block"></i>
        <img width="12px" class="lIcon" style="display: none" src="/static/rarbg/image/loader.svg?v=1.05" />
      </button>
      <button id="filterBtn" class="closed filterButton"
        onclick="if(this.classList.contains('closed')){this.innerHTML='«';this.classList.remove('closed');this.classList.add('open');localStorage.setItem('filterBtn', 'open');this.parentElement.nextElementSibling.style.display='grid';}else{this.innerHTML='»';this.classList.remove('open');this.classList.add('closed');localStorage.setItem('filterBtn', 'close');this.parentElement.nextElementSibling.style.display='none';}return false;">
        »
      </button>
    </div>
    <div id="filterOption" style="display: none" class="filtOptn">
      <div>
        <input type="checkbox" name="Movies" id="radMovies" />
        <label for="radMovies" class="one">
          <a href="/get-posts/category:Movies:time:2D/">Movies</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="TV" id="radTV" />
        <label for="radTV" class="one">
          <a href="/get-posts/category:TV:time:2D/">TV-Shows</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="Games" id="radGames" />
        <label for="radGames" class="one">
          <a href="/get-posts/category:Games:time:2D/">Games</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="one" id="radMusic" />
        <label for="radMusic" class="one">
          <a href="/get-posts/category:Music:time:2D/">Music</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="Anime" id="radAnime" />
        <label for="radAnime" class="two">
          <a href="/get-posts/category:Anime:time:2D/">Anime</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="Apps" id="radApps" />
        <label for="radApps" class="two">
          <a href="/get-posts/category:Apps:time:2D/">Apps</a>
        </label>
      </div>
      <div>
        <input type="checkbox" id="radOther" name="Other" />
        <label for="radOther" class="two">
          <a href="/get-posts/category:Other:time:2D/">Other</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="XXX" id="radXXX" />
        <label for="radXXX" class="two">
          <a href="/get-posts/category:XXX:time:2D/">XXX</a>
        </label>
      </div>
      <div>
        <label for="sizeMin" class="two" style="position: relative;display: inline-flex;">
          <span style="position: absolute;top: 2px;left: 2px;color: #3760bb;"> Min</span>
          <input placeholder="size" type="number" name="size" id="sizeMin" style="width: 120px; padding: 0px 25px;">
          <span style="position: absolute;top: 2px;right: 4px;color: #3760bb;"> MB</span>
        </label> 
      </div>
      <div>
        <label for="sizeMax" class="two" style="position: relative;display: inline-flex;">
          <span style="position: absolute;top: 2px;left: 2px;color: #3760bb;"> Max</span>
          <input placeholder="size" type="number" name="size" id="sizeMax" style="width: 120px; padding: 0px 26px;">
          <span style="position: absolute;top: 2px;right: 4px;color: #3760bb;"> MB</span>
        </label> 
      </div>
    </div>
    <div style="margin-top: 10px;text-align: left;">
      <button class="filterButton" type="reset" onclick="{this.parentElement.parentElement.reset();localStorage.removeItem('checkedSearches')}">
        Reset
      </button>
    </div>
  </form>
  <div class="nav search-result-pop" id="search-suggest" style="display: none">
    <!-- <div
      class="loading-relative"
      id="search-loading"
      style="display: none"
      bis_skin_checked="1"
    >
      <div class="loading" bis_skin_checked="1">
        <div class="span1" bis_skin_checked="1"></div>
        <div class="span2" bis_skin_checked="1"></div>
        <div class="span3" bis_skin_checked="1"></div>
      </div>
    </div> -->
    <div class="result" id="searchList"></div>
  </div>
  
</div>

                </div>

                <div class="row justify-content-md-center mb-3">
                  <!-- Tags -->

<div id="searchTags">
      <a href="/top/100/Movies/latest/"><span class='badge rounded-pill bg-info'>Latest 100 Movies</span></a>

      <a href="/trending/10/ALL/1D/"><span class='badge rounded-pill bg-danger'>Trending 10 in all category</span></a>
      <a href="/get-posts/keywords:2160p:category:Movies:time:60D/"><span class='badge rounded-pill bg-info'>4K Movies</span></a>
      <a href="/get-posts/keywords:Remux 2160p:category:Movies:time:60D/"><span class='badge rounded-pill bg-info'>Remux 4K Movies</span></a>
      <a href="/get-posts/keywords:1080p:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>1080p Movies</span></a>
      <a href="/get-posts/keywords:Remux 1080p:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>Remux 1080p Movies</span></a>
      <a href="/get-posts/keywords:720p:category:Movies:time:60D/"><span class='badge rounded-pill bg-info'>720p Movies</span></a>
      <a href="/get-posts/keywords:480p:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>480p Movies</span></a>
      <a href="/get-posts/keywords:x265:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>x265 Movies</span></a>
      <a href="/get-posts/keywords:Remux x265:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>Remux x265 Movies</span></a>
      <a href="/get-posts/keywords:x264:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>x264 Movies</span></a>
      <a href="/get-posts/keywords:Remux Bluray:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>Remux BluRay Movies</span></a>
      <a href="/get-posts/keywords:Bluray:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>BluRay Movies</span></a>
      <a href="/get-posts/keywords:60FPS/"><span class='m-1 badge rounded-pill bg-info'>60FPS</span></a>
      <a href="/trending/100/Movies/3D/"><span class='badge rounded-pill bg-danger'>Trending 100 Movies</span></a>

      <a href="/get-posts/keywords:ita 2160p:category:Movies/"><span class='badge rounded-pill bg-primary'>4K ITA Movies</span></a>
      <a href="/get-posts/keywords:ita 1080p:category:Movies/"><span class='m-1 badge rounded-pill bg-primary'>ITA 1080p Movies</span></a>
      <a href="/get-posts/keywords:ita 720p:category:Movies/"><span class='badge rounded-pill bg-primary'>ITA 720p Movies</span></a>
      <a href="/get-posts/keywords:ita 480p:category:Movies/"><span class='m-1 badge rounded-pill bg-primary'>ITA 480p Movies</span></a>

      <a href="/get-posts/keywords:evilangel:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>EvilAngel XXX</span></a>
      <a href="/get-posts/keywords:26 06 27:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>26 06 27 XXX</span></a>
      <a href="/get-posts/keywords:TonightsGirlfriend:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>TonightsGirlfriend XXX</span></a>
      <a href="/get-posts/keywords:blacked:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>blacked XXX</span></a>
      <a href="/get-posts/keywords:TushyRaw:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>TushyRaw XXX</span></a>
      <a href="/get-posts/keywords:Vixen:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>Vixen XXX</span></a>
      <a href="/trending/100/XXX/3D/"><span class='badge rounded-pill bg-danger'>Trending 100 XXX</span></a>

      <a href="/get-posts/keywords:2160p:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>4K XXX</span></a>
      <a href="/get-posts/keywords:1080p:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>1080p XXX</span></a>
      <a href="/get-posts/keywords:720p:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>720p XXX</span></a>
      <a href="/get-posts/keywords:480p:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>480p XXX</span></a>
      <a href="/get-posts/keywords:x265:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>x265 XXX</span></a>
      <a href="/get-posts/keywords:x264:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>x264 XXX</span></a>

      <a href="/get-posts/keywords:WWE:category:TV:time:90D/"><span class='m-1 badge rounded-pill bg-warning'>WWE TV Show</span></a>
      <a href="/get-posts/keywords:UFC:category:TV:time:90D/"><span class='m-1 badge rounded-pill bg-warning'>UFC TV Show</span></a>
      <a href="/get-posts/keywords:2160p:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>4K TV</span></a>
      <a href="/get-posts/keywords:1080p:category:TV/"><span class='m-1 badge rounded-pill bg-warning'>1080p TV</span></a>
      <a href="/get-posts/keywords:720p:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>720p TV</span></a>
      <a href="/get-posts/keywords:480p:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>480p TV</span></a>
      <a href="/get-posts/keywords:x265:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>x265 TV</span></a>
      <a href="/get-posts/keywords:x264:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>x264 TV</span></a>
      <a href="/get-posts/keywords:Bluray:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>BluRay TV</span></a>
      <a href="/trending/100/TV/3D/"><span class='badge rounded-pill bg-danger'>Trending 100 TV</span></a>

      <a href="/get-posts/keywords:FLAC:category:Music:time:60D/"><span class='m-1 badge rounded-pill bg-success'>FLAC Quality Music</span></a>
      <a href="/get-posts/keywords:320:category:Music:time:60D/"><span class='m-1 badge rounded-pill bg-success'>320kbps Music</span></a>
      <a href="/get-posts/keywords:pop:category:Music:time:60D/"><span class='m-1 badge rounded-pill bg-success'>POP Music</span></a>
      <a href="/trending/100/Music/3D/"><span class='badge rounded-pill bg-danger'>Trending 100 Music</span></a>
</div>

                </div>

                <div class="row justify-content-md-center">
                  
    <!-- Recent searches section -->
    
    <div class="recent-search-wrapper">
        <div class="recent-search-container">
            <!-- Skeleton loader for recent searches -->
            <div id="recent-search-placeholder" style="display:none" class="skeleton-recent-search-container">
                <!-- Generate multiple skeleton recent search items -->
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
            </div>
            
            <!-- Actual recent search content (initially hidden) -->
            <div id="recentSearch" style="opacity: 0; width: 100%;"></div>
        </div>
    </div>
    
    <style>
        /* Skeleton loader styles for recent searches */
        @keyframes pulse {
            0% { opacity: 0.6; }
            50% { opacity: 0.8; }
            100% { opacity: 0.6; }
        }
        
        .recent-search-wrapper {
            position: relative;
            width: 100%;
            margin: 10px 0;
            overflow: visible;
            clear: both; /* Ensure it doesn't affect floating elements */
        }
        
        .recent-search-container {
            position: relative;
            width: 100%;
        }
        
        .skeleton-recent-search-container {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            width: 100%;
            padding: 5px;
            position: static;
            z-index: 2;
            transition: opacity 0.5s ease;
        }
        
        .skeleton-recent-search {
            flex: 0 0 auto;
            height: 14px;
            border-radius: 3px;
            background-color: #e0e0e0;
            margin: 5px;
            width: calc(16.66% - 10px);
        }
        
        /* Varying widths for more realistic appearance */
        .skeleton-recent-search:nth-child(odd) {
            width: calc(12% - 10px);
        }
        
        .skeleton-recent-search:nth-child(3n) {
            width: calc(20% - 10px);
        }
        
        .skeleton-recent-search:nth-child(5n) {
            width: calc(15% - 10px);
        }
        
        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .skeleton-recent-search {
                width: calc(33.33% - 10px) !important;
            }
            
            .skeleton-recent-search:nth-child(odd),
            .skeleton-recent-search:nth-child(3n),
            .skeleton-recent-search:nth-child(5n) {
                width: calc(33.33% - 10px) !important;
            }
        }
        
        @media (max-width: 480px) {
            .skeleton-recent-search {
                width: calc(50% - 10px) !important;
            }
            
            .skeleton-recent-search:nth-child(odd),
            .skeleton-recent-search:nth-child(3n),
            .skeleton-recent-search:nth-child(5n) {
                width: calc(50% - 10px) !important;
            }
        }
        
        .pulse {
            animation: pulse 1.5s infinite ease-in-out;
        }
        
        /* Ensure smooth transition */
        #recentSearch {
            transition: opacity 0.5s ease;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        /* Fix for recent-search links in mobile */
        .recent-search {
            display: inline-block;
            margin: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
        }
        
        /* Additional mobile fixes */
        @media (max-width: 768px) {
            .recent-search-wrapper {
                padding: 0 10px;
            }
        }
    </style>
    

                </div>

                <div class="row pt-5"><h1 style="font-weight: bold;">Top 10 in ALL, by latest</h1></div>
                
                <div class="isMovies">
                    <h2 class="text-start" style="font-weight: bold;">Top Movies Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887733/co-je-ti-holka-kaj-ti-je-deklica-2025-cz-sl-1080p-web-dl-csfd-68/"
            style="font-weight: 700"
            >Co.je.ti,.holka.Kaj.ti.je.deklica.(2025)(CZ.SL)[1080p][WEB-DL].=.CSFD.68%</a>  <a href="/imdb-detail/tt28834646/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/15a84b273489b9cb5d7d.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782588335">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782588335">
        <div style="display: inline-block">
          18 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="4387139268">4.1 GB</td>
      <td style="color: green">1</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887720/masters-of-the-universe-2026-retail-dksubs-1080p-webrip-world/"
            style="font-weight: 700"
            >Masters Of The Universe (2026) RETAIL DKSUBS 1080p WEBRip-WORLD</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782586358">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586358">
        <div style="display: inline-block">
          51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2509822809">2.3 GB</td>
      <td style="color: green">46</td>
      <td style="color: red">46</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88770a/money-2016-m1080p-bluray-x264-genemige/"
            style="font-weight: 700"
            >Money 2016 m1080p BluRay x264-GeneMige</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782586234">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586234">
        <div style="display: inline-block">
          53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1999985298">1.9 GB</td>
      <td style="color: green">5</td>
      <td style="color: red">6</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88770b/money-2016-720p-bluray-x264-genemige/"
            style="font-weight: 700"
            >Money 2016 720p BluRay x264-GeneMige</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782586228">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586228">
        <div style="display: inline-block">
          53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3587232486">3.3 GB</td>
      <td style="color: green">2</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887700/secrets-of-the-mega-resort-2019-1080p-webrip-lama/"
            style="font-weight: 700"
            >Secrets Of The Mega Resort (2019) 1080p WEBRip-LAMA</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782585983">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585983">
        <div style="display: inline-block">
          57 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1199254791">1.1 GB</td>
      <td style="color: green">7</td>
      <td style="color: red">12</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887702/good-luck-have-fun-dont-die-2025-1080p-bluray-dv-hdr10-x265-genemige/"
            style="font-weight: 700"
            >Good Luck Have Fun Dont Die 2025 1080p BluRay DV HDR10 x265-GeneMige</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782585890">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585890">
        <div style="display: inline-block">
          59 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="5635023574">5.2 GB</td>
      <td style="color: green">20</td>
      <td style="color: red">24</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887707/strung-2026-1080p-amzn-web-dl-ddp5-1-atmos-h-264-kitsune/"
            style="font-weight: 700"
            >Strung 2026 1080p AMZN WEB-DL DDP5 1 Atmos H 264-Kitsune</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782585811">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585811">
        <div style="display: inline-block">
          1 hour
        </div>
      </td>
      <td style="text-align: left;" data-order="7748911118">7.2 GB</td>
      <td style="color: green">46</td>
      <td style="color: red">35</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868e8/beast-2026-1080p-bluray-x265-dh/"
            style="font-weight: 700"
            >Beast 2026 1080p BluRay x265-DH</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782585634">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585634">
        <div style="display: inline-block">
          1 hour, 3 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="5727819330">5.3 GB</td>
      <td style="color: green">50</td>
      <td style="color: red">17</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88682b/a-different-man-2024-repack-1080p-bluray-x265-ddp5-1-b3yg1r/"
            style="font-weight: 700"
            >A Different Man 2024 REPACK 1080p BluRay x265 DDP5 1-B3YG1R</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782579223">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782579223">
        <div style="display: inline-block">
          2 hours, 50 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2133322319">2.0 GB</td>
      <td style="color: green">47</td>
      <td style="color: red">40</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88681c/the-last-viking-2025-1080p-ita-dan-eng-multi-webrip-x265-aac-v3sp4ev3r-mkv/"
            style="font-weight: 700"
            >The.Last.Viking.2025.1080p.ITA-DAN-ENG.MULTI.WEBRip.x265.AAC-V3SP4EV3R.mkv</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1782579063">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782579063">
        <div style="display: inline-block">
          2 hours, 52 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2054591996">1.9 GB</td>
      <td style="color: green">24</td>
      <td style="color: red">11</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Movies/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Movies</button></a>
                            <a class="text-start" href="/get-posts/category:Movies:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Movies torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Movies:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Movies</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isXXX">
                    <h2 class="text-start" style="font-weight: bold;">Top XXX Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887716/tomboyz-26-06-27-blake-jones-xxx-720p-mp4-xxx-xc/"
            style="font-weight: 700"
            >Tomboyz 26 06 27 Blake Jones XXX 720p MP4-XXX [XC]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782586256">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586256">
        <div style="display: inline-block">
          53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="728605488">694.9 MB</td>
      <td style="color: green">45</td>
      <td style="color: red">28</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868fc/manyvids-hailey-rose-gigi-dior-my-first-ever-threesome-was-with-his-step-mom/"
            style="font-weight: 700"
            >[ManyVids] Hailey Rose Gigi Dior My First Ever Threesome Was With His Step Mom </a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782585774">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585774">
        <div style="display: inline-block">
          1 hour, 1 minute
        </div>
      </td>
      <td style="text-align: left;" data-order="314728657">300.1 MB</td>
      <td style="color: green">24</td>
      <td style="color: red">41</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868ff/manyvids-audrey-bitoni-the-rimjob-2026-720p-x264-xfans-mp4/"
            style="font-weight: 700"
            >[ManyVids] Audrey Bitoni The Rimjob (2026)[720p][x264][xFans].mp4</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782585734">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585734">
        <div style="display: inline-block">
          1 hour, 1 minute
        </div>
      </td>
      <td style="text-align: left;" data-order="91238408">87.0 MB</td>
      <td style="color: green">37</td>
      <td style="color: red">39</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868f4/manyvids-anal-with-big-dildo-murmuriel-2026-720p-x264-xfans-mp4/"
            style="font-weight: 700"
            >[ManyVids] Anal With Big Dildo Murmuriel (2026)[720p][x264][xFans].mp4</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782585706">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585706">
        <div style="display: inline-block">
          1 hour, 2 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="187399998">178.7 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">84</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868f5/fansly-zoe-grey-and-belle-o-hara-with-shadow-dimitri-2026-720p-x264-xfans-mp4/"
            style="font-weight: 700"
            >[Fansly] Zoe Grey And Belle O Hara With Shadow Dimitri (2026)[720p][x264][xFans]…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782585700">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585700">
        <div style="display: inline-block">
          1 hour, 2 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="466439706">444.8 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">86</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868f6/fansly-syndicete-my-stepsister-snuck-in-to-me-morning-and-got-facial-2026-720p-x264-xfans-mp4/"
            style="font-weight: 700"
            >[Fansly] Syndicete My Stepsister Snuck In To Me Morning And Got Facial (2026)[72…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782585694">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585694">
        <div style="display: inline-block">
          1 hour, 2 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="176352812">168.2 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">87</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868f7/fansly-little-emo-kitten-first-ever-bbc-sucking-2026-720p-x264-xfans-mp4/"
            style="font-weight: 700"
            >[Fansly] Little Emo Kitten First Ever BBC Sucking (2026)[720p][x264][xFans].mp4</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782585639">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585639">
        <div style="display: inline-block">
          1 hour, 3 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="202414602">193.0 MB</td>
      <td style="color: green">22</td>
      <td style="color: red">20</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868e9/fansly-emilywiththejuice-ice-play-2026-720p-x264-xfans-mp4/"
            style="font-weight: 700"
            >[Fansly] Emilywiththejuice Ice Play (2026)[720p][x264][xFans].mp4</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782585629">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585629">
        <div style="display: inline-block">
          1 hour, 3 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="55827215">53.2 MB</td>
      <td style="color: green">41</td>
      <td style="color: red">35</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868eb/clips4sale-sarah-nilson-so-tasty-dick-2026-720p-x264-xfans-mp4/"
            style="font-weight: 700"
            >[Clips4Sale] Sarah Nilson So Tasty Dick (2026)[720p][x264][xFans].mp4</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782585617">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585617">
        <div style="display: inline-block">
          1 hour, 3 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="85399171">81.4 MB</td>
      <td style="color: green">2</td>
      <td style="color: red">47</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868ec/clips4sale-my-store-513049-sex-with-my-secretary-feet-soles-2026-720p-x264-xfans-mp4/"
            style="font-weight: 700"
            >[Clips4Sale] My Store 513049 Sex With My Secretary Feet Soles (2026)[720p][x264]…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1782585611">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585611">
        <div style="display: inline-block">
          1 hour, 3 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="160119158">152.7 MB</td>
      <td style="color: green">2</td>
      <td style="color: red">65</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/XXX/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in XXX</button></a>
                            <a class="text-start" href="/get-posts/category:XXX:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse XXX torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:XXX:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular XXX</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isTV">
                    <h2 class="text-start" style="font-weight: bold;">Top TV Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887734/among-us-s01e09-im-just-venting-720p-amzn-web-dl-ddp5-1-h-264-ntb-eztv/"
            style="font-weight: 700"
            >Among Us S01E09 Im Just Venting 720p AMZN WEB-DL DDP5 1 H 264-NTb EZTV</a>  <a href="/imdb-detail/tt28230655/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/55a2a29b3c31673a475f.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782588044">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782588044">
        <div style="display: inline-block">
          23 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="434026428">413.9 MB</td>
      <td style="color: green">33</td>
      <td style="color: red">28</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887735/camp-snoopy-s02e13-final-multi-1080p-web-h264-amb3r/"
            style="font-weight: 700"
            >Camp.Snoopy.S02E13.FiNAL.MULTi.1080p.WEB.H264-AMB3R</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782588011">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782588011">
        <div style="display: inline-block">
          23 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1733507711">1.6 GB</td>
      <td style="color: green">4</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887736/agent-kim-reactivated-s01e02-1080p-web-h264-trb/"
            style="font-weight: 700"
            >Agent.Kim.Reactivated.S01E02.1080p.WEB.h264-TRB</a>  <a href="/imdb-detail/tt42127457/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/c9e7b1732cbd2403195d.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782587207">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782587207">
        <div style="display: inline-block">
          37 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2823980461">2.6 GB</td>
      <td style="color: green">1</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88772f/camp-snoopy-s01e01-multi-1080p-web-h264-amb3r/"
            style="font-weight: 700"
            >Camp.Snoopy.S01E01.MULTi.1080p.WEB.H264-AMB3R</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782586446">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586446">
        <div style="display: inline-block">
          49 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1740409954">1.6 GB</td>
      <td style="color: green">44</td>
      <td style="color: red">50</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887713/cops-s37e53-1080p-hevc-x265-megusta/"
            style="font-weight: 700"
            >Cops.S37E53.1080p.HEVC.x265-MeGusta</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782586270">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586270">
        <div style="display: inline-block">
          52 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="635899513">606.4 MB</td>
      <td style="color: green">37</td>
      <td style="color: red">38</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887715/the-doomies-s01e01-crepe-day-1080p-dsnp-web-dl-ddp5-1-h-264-ntb/"
            style="font-weight: 700"
            >The Doomies S01E01 Crepe Day 1080p DSNP WEB-DL DDP5 1 H 264-NTb</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782586263">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586263">
        <div style="display: inline-block">
          52 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="770647543">734.9 MB</td>
      <td style="color: green">23</td>
      <td style="color: red">38</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887717/the-doomies-s01e10-knight-terrors-1080p-dsnp-web-dl-ddp5-1-h-264-ntb/"
            style="font-weight: 700"
            >The Doomies S01E10 Knight Terrors 1080p DSNP WEB-DL DDP5 1 H 264-NTb</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782586247">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586247">
        <div style="display: inline-block">
          53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="758662777">723.5 MB</td>
      <td style="color: green">13</td>
      <td style="color: red">29</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887708/agent-kim-reactivated-s01e02-1080p-web-h264-edith-eztv/"
            style="font-weight: 700"
            >Agent Kim Reactivated S01E02 1080p WEB h264-EDITH EZTV</a>  <a href="/imdb-detail/tt42127457/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/8ce7e5d0c5ea5ed245ad.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782586242">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586242">
        <div style="display: inline-block">
          53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2820188545">2.6 GB</td>
      <td style="color: green">44</td>
      <td style="color: red">34</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887709/cops-s37e53-1080p-web-h264-bae/"
            style="font-weight: 700"
            >Cops.S37E53.1080p.WEB.h264-BAE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782586239">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586239">
        <div style="display: inline-block">
          53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="924701534">881.9 MB</td>
      <td style="color: green">8</td>
      <td style="color: red">10</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88770c/formula-1-2026x08-austria-qualifying-skyf1hd-sd/"
            style="font-weight: 700"
            >Formula.1.2026x08.Austria.Qualifying.SkyF1HD.SD</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1782586221">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586221">
        <div style="display: inline-block">
          53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3530156625">3.3 GB</td>
      <td style="color: green">45</td>
      <td style="color: red">175</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/TV/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in TV</button></a>
                            <a class="text-start" href="/get-posts/category:TV:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse TV torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:TV:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular TV</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isMusic">
                    <h2 class="text-start" style="font-weight: bold;">Top Music Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887732/va-roger-shah-magic-island-vol-13-2026-mp3-320kbps/"
            style="font-weight: 700"
            >VA - Roger Shah - Magic Island Vol. 13 (2026) [MP3 320kbps]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/ea1e83595059f52d56c8.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782588763">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782588763">
        <div style="display: inline-block">
          11 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="7098859">6.8 MB</td>
      <td style="color: green">47</td>
      <td style="color: red">34</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887729/doomherre-four_altars_of_sin-24bit-web-flac-2026-trb/"
            style="font-weight: 700"
            >Doomherre-Four_Altars_Of_Sin-24BIT-WEB-FLAC-2026-TRB</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/80d76ac95f17a854fa67.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782587132">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782587132">
        <div style="display: inline-block">
          38 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="518150024">494.1 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88772b/temple_spirit-the_fifth_scroll-24bit-web-flac-2026-trb/"
            style="font-weight: 700"
            >Temple_Spirit-The_Fifth_Scroll-24BIT-WEB-FLAC-2026-TRB</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/19d01582fb45fb3c3075.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782587017">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782587017">
        <div style="display: inline-block">
          40 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="506757938">483.3 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88772c/duran-duran-rio-1982-flac/"
            style="font-weight: 700"
            >Duran Duran - Rio (1982)[FLAC]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/d4b2d442a3a238f95d3a.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782586925">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586925">
        <div style="display: inline-block">
          41 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="322560">315.0 KB</td>
      <td style="color: green">49</td>
      <td style="color: red">35</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88772d/jars-of-clay-drummer-boy-1995-flac/"
            style="font-weight: 700"
            >Jars of Clay - Drummer Boy (1995) (FLAC)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/2b490c0884d1c0e9cc44.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782586872">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586872">
        <div style="display: inline-block">
          42 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="27713863">26.4 MB</td>
      <td style="color: green">41</td>
      <td style="color: red">17</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88772e/gin-lady-toads-diamonds-volume-one-live-in-spain-2026-mp3-320kbps/"
            style="font-weight: 700"
            >Gin Lady - Toads &amp; Diamonds Volume One: Live In Spain (2026) [MP3 320kbps]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/862fb5f13af7ab524442.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782586456">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586456">
        <div style="display: inline-block">
          49 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="13715374">13.1 MB</td>
      <td style="color: green">8</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868ee/willie-nelson-blame-it-on-the-times-flac-tfm/"
            style="font-weight: 700"
            >Willie Nelson - Blame It On The Times - [FLAC]-[TFM]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/d47c83718256d3098cfd.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782584572">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782584572">
        <div style="display: inline-block">
          1 hour, 21 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="922624">901.0 KB</td>
      <td style="color: green">21</td>
      <td style="color: red">34</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868e3/nena-collection-cd-flac-1983-trb/"
            style="font-weight: 700"
            >Nena.-.Collection.[CD.-.FLAC].1983-TRB</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/1ef709df25ac9c26f43a.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782584256">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782584256">
        <div style="display: inline-block">
          1 hour, 26 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="9780673906">9.1 GB</td>
      <td style="color: green">1</td>
      <td style="color: red">3</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868e4/the-offspring-just-the-punk-stuff-2026-flac-sc4r3cr0w/"
            style="font-weight: 700"
            >The Offspring - Just The Punk Stuff [2026] [FLAC]-Sc4r3cr0w</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/7f32e31fb89f11a18643.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782584100">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782584100">
        <div style="display: inline-block">
          1 hour, 28 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="15036579">14.3 MB</td>
      <td style="color: green">17</td>
      <td style="color: red">22</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868e5/some-velvet-sidewalk-critters-encore-2026-flac-24-96/"
            style="font-weight: 700"
            >Some Velvet Sidewalk - Critters Encore (2026) [FLAC 24-96]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/257bad785e3350e98de9.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1782583673">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782583673">
        <div style="display: inline-block">
          1 hour, 36 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="57346621">54.7 MB</td>
      <td style="color: green">18</td>
      <td style="color: red">6</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Music/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Music</button></a>
                            <a class="text-start" href="/get-posts/category:Music:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Music torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Music:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Music</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isBooks">
                    <h2 class="text-start" style="font-weight: bold;">Top Books Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887703/radio-ether-program-2-177-happy-birthday-to-me-ether-5/"
            style="font-weight: 700"
            >RADIO ETHER PROGRAM 2,177 (HAPPY BIRTHDAY TO ME ETHER #5)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782585886">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585886">
        <div style="display: inline-block">
          59 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="409092590">390.1 MB</td>
      <td style="color: green">29</td>
      <td style="color: red">37</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868fd/the-new-york-times-best-sellers-june-28-2026/"
            style="font-weight: 700"
            >The New York Times Best Sellers - June 28, 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782585758">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585758">
        <div style="display: inline-block">
          1 hour, 1 minute
        </div>
      </td>
      <td style="text-align: left;" data-order="16395136">15.6 MB</td>
      <td style="color: green">47</td>
      <td style="color: red">16</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868fe/music-the-definitive-visual-history-dk-smithsonian-epub-nonfiction/"
            style="font-weight: 700"
            >Music, The Definitive Visual History - DK Smithsonian (epub)(Nonfiction)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782585740">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585740">
        <div style="display: inline-block">
          1 hour, 1 minute
        </div>
      </td>
      <td style="text-align: left;" data-order="16395136">15.6 MB</td>
      <td style="color: green">50</td>
      <td style="color: red">14</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868f0/how-to-hack-your-life-with-chatgpt-2026/"
            style="font-weight: 700"
            >How To Hack Your Life With ChatGPT - 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782585729">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585729">
        <div style="display: inline-block">
          1 hour, 1 minute
        </div>
      </td>
      <td style="text-align: left;" data-order="16395136">15.6 MB</td>
      <td style="color: green">18</td>
      <td style="color: red">45</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868f1/chatgpt-made-simple-first-edition-2026/"
            style="font-weight: 700"
            >ChatGPT Made Simple - First Edition (2026)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782585723">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585723">
        <div style="display: inline-block">
          1 hour, 1 minute
        </div>
      </td>
      <td style="text-align: left;" data-order="16395136">15.6 MB</td>
      <td style="color: green">12</td>
      <td style="color: red">5</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868f2/onlyfans-shinaryen-stepmom-helps-stepson-to-cum-vacuglide-2-2026-720p-x264/"
            style="font-weight: 700"
            >[OnlyFans] Shinaryen Stepmom Helps Stepson To Cum VacuGlide 2 (2026)[720p][x264]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782585717">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585717">
        <div style="display: inline-block">
          1 hour, 2 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1311311872">1.2 GB</td>
      <td style="color: green">14</td>
      <td style="color: red">19</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8868f3/onlyfans-alpha-luke-tatum-squirts-fountain-facial-2026-720p-x264-xfans-mp/"
            style="font-weight: 700"
            >[OnlyFans] Alpha Luke Tatum SQUIRTS Fountain FACIAL (2026)[720p][x264][xFans].mp</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782585713">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782585713">
        <div style="display: inline-block">
          1 hour, 2 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1052932608">1004.2 MB</td>
      <td style="color: green">15</td>
      <td style="color: red">16</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88686c/dungeon-crawler-carl-season-3-book-3-audio-immersion-tunnel-full-season-matt-dinniman/"
            style="font-weight: 700"
            >Dungeon Crawler Carl - Season 3 (Book 3) - Audio Immersion Tunnel [Full Season] …</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/edc03284b1b32d6577d0.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782581336">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782581336">
        <div style="display: inline-block">
          2 hours, 15 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="945626808">901.8 MB</td>
      <td style="color: green">0</td>
      <td style="color: red">83</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8869f8/love-immortal-kit-vincent/"
            style="font-weight: 700"
            >Love Immortal - Kit Vincent</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/0a5431dd165660f2396a.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782578626">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782578626">
        <div style="display: inline-block">
          3 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="587234017">560.0 MB</td>
      <td style="color: green">14</td>
      <td style="color: red">12</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8869d3/dungeon-crawler-carl-season-3-book-3-episodes-1-10-chapterised-audio-immersion-tunnel-matt-dinniman/"
            style="font-weight: 700"
            >Dungeon Crawler Carl - Season 3 (Book 3) Episodes 1-10 [Chapterised] - Audio Imm…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1782577742">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782577742">
        <div style="display: inline-block">
          3 hours, 14 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1428076625">1.3 GB</td>
      <td style="color: green">40</td>
      <td style="color: red">8</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Books/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Books</button></a>
                            <a class="text-start" href="/get-posts/category:Books:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Books torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Books:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Books</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isGames">
                    <h2 class="text-start" style="font-weight: bold;">Top Games Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887728/love_and_knights_solitaire_2-trb/"
            style="font-weight: 700"
            >Love_and_Knights_Solitaire_2-TRB</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782587148">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782587148">
        <div style="display: inline-block">
          38 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="252365733">240.7 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88772a/spectra_beneath_the_stain-trb/"
            style="font-weight: 700"
            >Spectra_Beneath_the_Stain-TRB</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782587058">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782587058">
        <div style="display: inline-block">
          39 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="278262377">265.4 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886868/returning-to-mia-v1-2-3-linux-i_know/"
            style="font-weight: 700"
            >Returning.to.Mia.v1.2.3.Linux-I_KnoW</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782581767">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782581767">
        <div style="display: inline-block">
          2 hours, 7 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="18585191628">17.3 GB</td>
      <td style="color: green">1</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886869/returning-to-mia-v1-2-3-i_know/"
            style="font-weight: 700"
            >Returning.to.Mia.v1.2.3-I_KnoW</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782581487">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782581487">
        <div style="display: inline-block">
          2 hours, 12 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="18629887168">17.4 GB</td>
      <td style="color: green">1</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886808/the-mound-omen-of-cthulhu_1-1-5_-71223-_win_gog/"
            style="font-weight: 700"
            >The Mound Omen of Cthulhu_1.1.5_(71223)_win_gog</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782578904">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782578904">
        <div style="display: inline-block">
          2 hours, 55 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="8031589899">7.5 GB</td>
      <td style="color: green">3</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8869a5/snowrunner-premium-edition-v42-0-season-18-patch-power-all-dlcs-bonus-chill-nature-beats-osts-multi13-from-37-2-gb-dodi-repack/"
            style="font-weight: 700"
            >SnowRunner: Premium Edition (v42.0 - Season 18: Patch &amp; Power + All DLCs + Bonus…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/417872daba0f2eb884c7.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782573436">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782573436">
        <div style="display: inline-block">
          4 hours, 26 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="724985446">691.4 MB</td>
      <td style="color: green">31</td>
      <td style="color: red">41</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886950/omen-exitio-hunger-tenoke-portable/"
            style="font-weight: 700"
            >Omen.Exitio.Hunger-TENOKE [PORTABLE]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/e233def47958ae6c8da0.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782571730">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782571730">
        <div style="display: inline-block">
          4 hours, 55 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="4718592">4.5 MB</td>
      <td style="color: green">10</td>
      <td style="color: red">44</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886af4/once-a-pawn-a-king-tenoke-portable/"
            style="font-weight: 700"
            >Once.a.Pawn.a.King-TENOKE [PORTABLE]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/b374b30e445e03ebe6cf.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782569928">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782569928">
        <div style="display: inline-block">
          5 hours, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="352111820">335.8 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886af5/ghost-master-resurrection-between-worlds-rune-portable/"
            style="font-weight: 700"
            >Ghost.Master.Resurrection.Between.Worlds-RUNE [PORTABLE]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/bb41aefd79d37b877fff.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782569774">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782569774">
        <div style="display: inline-block">
          5 hours, 27 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="346112">338.0 KB</td>
      <td style="color: green">43</td>
      <td style="color: red">46</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886ad8/lawn-care-simulator-tenoke-portable/"
            style="font-weight: 700"
            >Lawn.Care.Simulator-TENOKE [PORTABLE]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/2b39c568d0109291c7b0.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1782568189">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782568189">
        <div style="display: inline-block">
          5 hours, 54 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1638">1.6 KB</td>
      <td style="color: green">0</td>
      <td style="color: red">0</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Games/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Games</button></a>
                            <a class="text-start" href="/get-posts/category:Games:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Games torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Games:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Games</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isAnime">
                    <h2 class="text-start" style="font-weight: bold;">Top Anime Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887737/erai-raws-yuusha-no-kuzu-24-1080p-cr-webrip-hevc-aac-multisub-bd41b3c4/"
            style="font-weight: 700"
            >[Erai-raws] Yuusha no Kuzu - 24 [1080p CR WEBRip HEVC AAC][MultiSub][BD41B3C4]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782587169">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782587169">
        <div style="display: inline-block">
          37 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="371091046">353.9 MB</td>
      <td style="color: green">241</td>
      <td style="color: red">71</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887721/lolihouse-mao%E6%91%A9%E7%BB%AA-13-webrip-1080p-hevc-10bit-aac-%E7%AE%80%E7%B9%81%E5%86%85%E5%B0%81%E5%AD%97%E5%B9%95/"
            style="font-weight: 700"
            >[LoliHouse] MAO摩绪 - 13 [WebRip 1080p HEVC-10bit AAC][简繁内封字幕]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782586338">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586338">
        <div style="display: inline-block">
          51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="719427993">686.1 MB</td>
      <td style="color: green">324</td>
      <td style="color: red">74</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887722/subsplease-mata-korosarete-shimatta-no-desu-ne-tantei-sama-01-12-480p-batch/"
            style="font-weight: 700"
            >[SubsPlease] Mata Korosarete Shimatta no desu ne, Tantei-sama (01-12) (480p) [Ba…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782586333">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586333">
        <div style="display: inline-block">
          51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="4724464025">4.4 GB</td>
      <td style="color: green">59</td>
      <td style="color: red">121</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887723/subsplease-mata-korosarete-shimatta-no-desu-ne-tantei-sama-01-12-720p-batch/"
            style="font-weight: 700"
            >[SubsPlease] Mata Korosarete Shimatta no desu ne, Tantei-sama (01-12) (720p) [Ba…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782586330">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586330">
        <div style="display: inline-block">
          51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="9019431321">8.4 GB</td>
      <td style="color: green">125</td>
      <td style="color: red">193</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887724/subsplease-mata-korosarete-shimatta-no-desu-ne-tantei-sama-01-12-1080p-batch/"
            style="font-weight: 700"
            >[SubsPlease] Mata Korosarete Shimatta no desu ne, Tantei-sama (01-12) (1080p) [B…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782586328">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586328">
        <div style="display: inline-block">
          51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="17716740096">16.5 GB</td>
      <td style="color: green">348</td>
      <td style="color: red">529</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887725/shiniori-raws-honzuki-no-gekokujou-s1-s2-s3-bd-1280x720-x264-10bit-aac/"
            style="font-weight: 700"
            >[Shiniori-Raws] Honzuki no Gekokujou S1+S2+S3 (BD 1280x720 x264 10bit AAC)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782586325">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586325">
        <div style="display: inline-block">
          51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="9878424780">9.2 GB</td>
      <td style="color: green">5</td>
      <td style="color: red">162</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887726/shiniori-raws-hitsugi-no-chaika-s1-s2-bd-1280x720-x264-10bit-aac/"
            style="font-weight: 700"
            >[Shiniori-Raws] Hitsugi no Chaika S1+S2 (BD 1280x720 x264 10bit AAC)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782586320">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586320">
        <div style="display: inline-block">
          51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="7086696038">6.6 GB</td>
      <td style="color: green">12</td>
      <td style="color: red">73</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887727/shiniori-raws-himegoto-v2-bd-1280x720-x264-10bit-aac/"
            style="font-weight: 700"
            >[Shiniori-Raws] Himegoto v2 (BD 1280x720 x264 10bit AAC)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782586316">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586316">
        <div style="display: inline-block">
          52 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="697617612">665.3 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">76</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887718/shiniori-raws-hikikomari-kyuuketsuki-no-monmon-v2-bd-1280x720-x264-10bit-aac/"
            style="font-weight: 700"
            >[Shiniori-Raws] Hikikomari Kyuuketsuki no Monmon v2 (BD 1280x720 x264 10bit AAC)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782586312">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586312">
        <div style="display: inline-block">
          52 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3865470566">3.6 GB</td>
      <td style="color: green">1</td>
      <td style="color: red">104</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/887719/shiniori-raws-hiiro-no-kakera-bd-1280x720-x264-10bit-aac/"
            style="font-weight: 700"
            >[Shiniori-Raws] Hiiro no Kakera (BD 1280x720 x264 10bit AAC)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1782586308">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782586308">
        <div style="display: inline-block">
          52 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="10307921510">9.6 GB</td>
      <td style="color: green">0</td>
      <td style="color: red">62</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Anime/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Anime</button></a>
                            <a class="text-start" href="/get-posts/category:Anime:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Anime torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Anime:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Anime</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isDocumentaries">
                    <h2 class="text-start" style="font-weight: bold;">Top Documentaries Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8984f6/commodore-amiga-documentary/"
            style="font-weight: 700"
            >Commodore Amiga Documentary</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/dc2e9ad149b492d0be22.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780940403">
        <div style="display: inline-block">
          2026-06-08
        </div>
      </td>
      <td class="hideCell" data-order="1780940403">
        <div style="display: inline-block">
          2 weeks, 5 days
        </div>
      </td>
      <td style="text-align: left;" data-order="2362232012">2.2 GB</td>
      <td style="color: green">165</td>
      <td style="color: red">167</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/897efb/food-for-profit-german-960x400/"
            style="font-weight: 700"
            >Food For Profit [German 960x400]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780733360">
        <div style="display: inline-block">
          2026-06-06
        </div>
      </td>
      <td class="hideCell" data-order="1780733360">
        <div style="display: inline-block">
          3 weeks
        </div>
      </td>
      <td style="text-align: left;" data-order="523763712">499.5 MB</td>
      <td style="color: green">12</td>
      <td style="color: red">3</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/897efc/mike-adams-bbn-podcast/"
            style="font-weight: 700"
            >Mike Adams BBN Podcast</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/2abdbd353801444e027d.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780733357">
        <div style="display: inline-block">
          2026-06-06
        </div>
      </td>
      <td class="hideCell" data-order="1780733357">
        <div style="display: inline-block">
          3 weeks
        </div>
      </td>
      <td style="text-align: left;" data-order="1503238553">1.4 GB</td>
      <td style="color: green">10</td>
      <td style="color: red">4</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/897efd/alex-jones-show-podcast/"
            style="font-weight: 700"
            >Alex Jones Show Podcast</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/252ebe48251702316bc0.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780733352">
        <div style="display: inline-block">
          2026-06-06
        </div>
      </td>
      <td class="hideCell" data-order="1780733352">
        <div style="display: inline-block">
          3 weeks
        </div>
      </td>
      <td style="text-align: left;" data-order="358508134">341.9 MB</td>
      <td style="color: green">15</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/89670d/my-undesirable-friends-part-i-last-air-in-moscow-2024-1080p-x265-rus-aac-multisub-gelderm/"
            style="font-weight: 700"
            >My undesirable friends: Part I - Last air in Moscow (2024) 1080p x265 RUS AAC Mu…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/eddac15acb3884b3197d.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780480710">
        <div style="display: inline-block">
          2026-06-03
        </div>
      </td>
      <td class="hideCell" data-order="1780480710">
        <div style="display: inline-block">
          3 weeks, 3 days
        </div>
      </td>
      <td style="text-align: left;" data-order="7086696038">6.6 GB</td>
      <td style="color: green">17</td>
      <td style="color: red">3</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/896701/shifty-2025-s01-720p-10bit-webrip-x265-budgetbits/"
            style="font-weight: 700"
            >Shifty 2025 S01 720p.10bit.WEBRip.x265-budgetbits</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/e8b1facc368752bc7836.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780480699">
        <div style="display: inline-block">
          2026-06-03
        </div>
      </td>
      <td class="hideCell" data-order="1780480699">
        <div style="display: inline-block">
          3 weeks, 3 days
        </div>
      </td>
      <td style="text-align: left;" data-order="1610612736">1.5 GB</td>
      <td style="color: green">74</td>
      <td style="color: red">15</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/896703/mike-adams-bbn-podcast/"
            style="font-weight: 700"
            >Mike Adams BBN Podcast</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/172a6ca4996c10e9bac7.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780480693">
        <div style="display: inline-block">
          2026-06-03
        </div>
      </td>
      <td class="hideCell" data-order="1780480693">
        <div style="display: inline-block">
          3 weeks, 3 days
        </div>
      </td>
      <td style="text-align: left;" data-order="1026241331">978.7 MB</td>
      <td style="color: green">48</td>
      <td style="color: red">19</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/896706/mike-adams-bbn-podcast/"
            style="font-weight: 700"
            >Mike Adams BBN Podcast</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/172a6ca4996c10e9bac7.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780480683">
        <div style="display: inline-block">
          2026-06-03
        </div>
      </td>
      <td class="hideCell" data-order="1780480683">
        <div style="display: inline-block">
          3 weeks, 3 days
        </div>
      </td>
      <td style="text-align: left;" data-order="1073741824">1.0 GB</td>
      <td style="color: green">43</td>
      <td style="color: red">12</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/896707/endless-cookie-2025-1080p-x265-eng-aac-multisub-gelderm/"
            style="font-weight: 700"
            >Endless Cookie (2025) 1080p x265 ENG Aac MultiSUB [gelderm]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/976e72a77c96cd1260a8.png?43858?v=1.05" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780480679">
        <div style="display: inline-block">
          2026-06-03
        </div>
      </td>
      <td class="hideCell" data-order="1780480679">
        <div style="display: inline-block">
          3 weeks, 3 days
        </div>
      </td>
      <td style="text-align: left;" data-order="1825361100">1.7 GB</td>
      <td style="color: green">30</td>
      <td style="color: red">25</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8958f8/mike-adams-bnn-podcast/"
            style="font-weight: 700"
            >Mike Adams BNN Podcast</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/8b7b0a22e83d61e28229.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1780480663">
        <div style="display: inline-block">
          2026-06-03
        </div>
      </td>
      <td class="hideCell" data-order="1780480663">
        <div style="display: inline-block">
          3 weeks, 3 days
        </div>
      </td>
      <td style="text-align: left;" data-order="1181116006">1.1 GB</td>
      <td style="color: green">50</td>
      <td style="color: red">36</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Documentaries/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Documentaries</button></a>
                            <a class="text-start" href="/get-posts/category:Documentaries:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Documentaries torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Documentaries:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Documentaries</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isApps">
                    <h2 class="text-start" style="font-weight: bold;">Top Apps Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88680b/minions-amp-monsters-1080p-web-h264-grace/"
            style="font-weight: 700"
            >Minions &amp;amp; Monsters.1080p.WEB.h264-GRACE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782578792">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782578792">
        <div style="display: inline-block">
          2 hours, 57 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1052932608">1004.2 MB</td>
      <td style="color: green">23</td>
      <td style="color: red">26</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886800/dutton-ranch-s01e09-1080p-web-h264-grace/"
            style="font-weight: 700"
            >Dutton.Ranch.S01E09.1080p.WEB.h264-GRACE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782578755">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782578755">
        <div style="display: inline-block">
          2 hours, 58 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1052932608">1004.2 MB</td>
      <td style="color: green">35</td>
      <td style="color: red">31</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8869f2/tominlab-wonderpen-3-2-0-8457-crack/"
            style="font-weight: 700"
            >TominLab WonderPen 3.2.0.8457 + Crack</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782578521">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782578521">
        <div style="display: inline-block">
          3 hours, 1 minute
        </div>
      </td>
      <td style="text-align: left;" data-order="237481204">226.5 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">6</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8869f5/on1-resize-ai-2026-4-v20-4-1-18862-x64-multilingual-crack/"
            style="font-weight: 700"
            > ON1 Resize AI 2026.4 v20.4.1.18862 (x64) Multilingual + Crack</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782578423">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782578423">
        <div style="display: inline-block">
          3 hours, 3 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="219739648">209.6 MB</td>
      <td style="color: green">16</td>
      <td style="color: red">47</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8869f6/coolutils-total-excel-converter-7-1-0-135-multilingual-crack/"
            style="font-weight: 700"
            > Coolutils Total Excel Converter 7.1.0.135 Multilingual + Crack</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782578416">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782578416">
        <div style="display: inline-block">
          3 hours, 3 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="129154000">123.2 MB</td>
      <td style="color: green">47</td>
      <td style="color: red">26</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886991/pdf-shaper-ultimate-15-6-x64-ml-full-portable/"
            style="font-weight: 700"
            >PDF Shaper Ultimate 15.6 (x64)[ML][Full] + Portable</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782572667">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782572667">
        <div style="display: inline-block">
          4 hours, 39 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="36263457">34.6 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886952/steinberg-cubase-pro-2024-v15-2-23-x64-multilingual-crack-new-2024/"
            style="font-weight: 700"
            >Steinberg Cubase Pro 2024 v15.2.23 (x64) Multilingual + Crack [New 2024]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782571653">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782571653">
        <div style="display: inline-block">
          4 hours, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="526129505">501.8 MB</td>
      <td style="color: green">9641</td>
      <td style="color: red">6421</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886953/minitool-partition-wizard-technician-v14-10-2-pre-activated-new-2024/"
            style="font-weight: 700"
            >MiniTool Partition Wizard Technician v14.10.2 + (Pre-Activated) - [New 2024]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782571649">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782571649">
        <div style="display: inline-block">
          4 hours, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="123964302">118.2 MB</td>
      <td style="color: green">9554</td>
      <td style="color: red">6366</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886954/revo-uninstaller-pro-v7-4-4-final-crack/"
            style="font-weight: 700"
            >Revo Uninstaller Pro v7.4.4 FINAL + Crack</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782571643">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782571643">
        <div style="display: inline-block">
          4 hours, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="13348642">12.7 MB</td>
      <td style="color: green">9279</td>
      <td style="color: red">6188</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/886955/microsoft-office-2021-ltsc-v2110-build-14334-20584-x64-pre-cracked/"
            style="font-weight: 700"
            >Microsoft Office 2021 LTSC V2110 Build 14334.20584 (x64) Pre-Cracked</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1782571638">
        <div style="display: inline-block">
          2026-06-27
        </div>
      </td>
      <td class="hideCell" data-order="1782571638">
        <div style="display: inline-block">
          4 hours, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1499112563">1.4 GB</td>
      <td style="color: green">9558</td>
      <td style="color: red">6373</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Apps/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Apps</button></a>
                            <a class="text-start" href="/get-posts/category:Apps:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Apps torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Apps:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Apps</button>
                                </a>
                        </div>
                  </div>
                
           
               
            
        </div>
    </div>
    <div class="adCont row">
        <div class="me-auto text-center">
            

        <div>
    </div>
    

       
       
       
       

            
        


    

  

 



    
       
       
</body>
       
       
        
       

            <footer class="row align-center">
                    <div style="text-align: center; color: white;margin-top: 20px;">
        <a
        class="anal tdlinkfull"
        href="/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >Home</a
      >
      |
      <a
        class="anal tdlinkfull"
        href="/about-us/"
        style="color: white; text-decoration: underline"
        >About us</a
      >

      |
      <a
        class="anal tdlinkfull"
        href="/latest/rss/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >RSS</a
      >
      
      |
      <a
        class="anal tdlinkfull"
        href="rarbg.torrentbay.st"
        target="_blank"
        style="color: white; text-decoration: underline"
        >RARBG Proxy</a
      >
      


      
      |
      <a
        class="anal tdlinkfull"
        href="https://thepiratebay.torrentbay.st/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >TPB Proxy</a
      >
      |
      <a
        class="anal tdlinkfull"
        href="https://rarbg.torrentbay.st/discord/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >Discord</a
      >
      |
      <a
        class="anal tdlinkfull"
        href="https://www.reddit.com/r/TheRarBg/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >Reddit</a
      >
      

      <br />
    </div>
    <br />

    <div style="text-align: center; color: white; font-size: 11px;">
      Donation ETH Address: 0x5C8Ba662A48811B52D8A24074569A10B03245bf9
    </div>
    <br />
    <div style="text-align: center; color: white">
        <p> &copy; 2025 The RarBg. All rights reserved.</p>
    </div>

            <script src="https://whistledwifeeverywhere.com/19/f3/b5/19f3b56acc51c60e0be4ac6dc2ec121b.js"></script>

<script src="https://whistledwifeeverywhere.com/36/41/0c/36410c2fe8ad9a96e6c0fe4e9da43c98.js"></script>
</footer>
       
</html>