Skip to content

asset.party hidden invite codes by vandercat

Screenshot of asset.party hidden invite codes

Details

Authorvandercat

LicenseCC0

Categoryasset.party

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

now you can show the tab without accidentally leaking all your codes

Notes

shotout to GreenMan36

Source code

/* ==UserStyle==
@name         asset.party blured invite codes
@version      20230701.13.08
@namespace    userstyles.world/user/vandercat
@description  now you can show the tab without accidentally leaking all your codes
@author       vandercat
@license      CC0
==/UserStyle== */

@-moz-document regexp("https?://(www\\.)?asset\\.party/.*") {
/*thx GreenMan36*/
table.table>tbody>tr>td>code:not(:hover) {
    background-color: black;
    color: black;
}
table.table>tbody>tr>td>code:not(:hover)::-moz-selection {
    background-color: black;
    color: black;
}

table.table>tbody>tr>td>code:not(:hover)::selection {
    background-color: rgba(0,0,0,.99);
    color: black;
}

table.table>tbody>tr>td>code::-moz-selection {
    transition: background-color 0.15s ease-in, color 0.15s ease-in;
    background-color: #0000ff8f;
}
table.table>tbody>tr>td>code::selection {
    transition: background-color 0.15s ease-in, color 0.15s ease-in;
    background-color: #0000ff8f;
}
table.table>tbody>tr>td>code {
    transition: background-color 0.15s ease-in, color 0.15s ease-in;
}
}

Reviews

No reviews yet.