Skip to content

Polygon zero g training mode by unexp

Details

Authorunexp

LicenseNo License

Categorypolygon.pizzaboxer.xyz

Created

Updated

Size796 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Crazy.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Polygon zero g training mode
@version      20210921.11.39
@namespace    userstyles.world/user/unexp
@description  Crazy.
@author       unexp
@license      No License
==/UserStyle== */
@-moz-document domain("polygon.pizzaboxer.xyz") {
    @keyframes RunNow {
        from {
            rotate: 0deg;
        }
        to {
            rotate: 360deg;
        }
    }
    img,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    span,
    .card,
    .nav-item,
    .navbar-brand,
    .nav-link,
    .navbar-button-container,
    .btn,
    input,
    label,
    a,
    small,
    td,
    th {
        animation-name: RunNow;
        animation-duration: 0.000000009s;
        animation-iteration-count: infinite;
    }
}

Reviews

No reviews yet.