Skip to content

tag en haut by majorbarnulf

Details

Authormajorbarnulf

LicenseMIT

Categoryassistants.epita.fr

Created

Updated

Size415 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tags at the top of the assistant platform.

Notes

Tags at the top of the assistant platform. For better refresh experience.

Source code

/* ==UserStyle==
@name         tag en haut
@version      20221004.09.53
@namespace    userstyles.world/user/majorbarnulf
@description  Tags at the top of the assistant platform.
@author       majorbarnulf
@license      MIT
==/UserStyle== */

@-moz-document domain("epita.fr") {
div.body > div.stack > div:nth-child(1) {
    order: 2;
}

div.body > div.stack > div:nth-child(2) {
    order: 1;
}

}

Reviews

No reviews yet.