🕊️
THINKING
- United States
Pinned Loading
-
Created Retired tag, hide sold-out p...
Created Retired tag, hide sold-out products, except on Retired category page. 1window.onload = function () {
2var divsToHide = document.getElementsByClassName("ProductList-item sold-out");
3for(var i = 0; i < divsToHide.length; i++){
4if(window.location.href.indexOf("Retired") > -1) {
5return;
-
GroupStageWithEqualQualityGroups.php
GroupStageWithEqualQualityGroups.php 1<?php
23/**
4* Pool 1: Rank 1, 8, 9, 16, 17
5* Pool 2: Rank 2, 7, 10, 15
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.