Skip to content
View Cleanse's full-sized avatar
🕊️
THINKING
🕊️
THINKING

Organizations

@pvpaissa
Block or Report

Block or report Cleanse

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Created Retired tag, hide sold-out p... Created Retired tag, hide sold-out products, except on Retired category page.
    1
    window.onload = function () {
    2
        var divsToHide = document.getElementsByClassName("ProductList-item sold-out");
    3
        for(var i = 0; i < divsToHide.length; i++){
    4
            if(window.location.href.indexOf("Retired") > -1) {
    5
                return;
  2. GroupStageWithEqualQualityGroups.php GroupStageWithEqualQualityGroups.php
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Pool 1: Rank 1, 8, 9, 16, 17
    5
     * Pool 2: Rank 2, 7, 10, 15