Skip to content

Pixelmaster Theme For Pixelplanet.fun by PixelMasteruei

Details

AuthorPixelMasteruei

LicenseNo License

Categoryuser styles

Created

Updated

Size638 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Pixelmaster Theme For Pixelplanet.fun by Pixel Master

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           pixelplanet.fun green tema
@version        1.0.0
@description    green tema for pixelplanet
@namespace      none
@author         Pixel Master
==/UserStyle== */
@-moz-document domain("https://pixelplanet.fun/*") {

// CSS dosyasını indirin.
import { fetch } from 'stylus/lib/fetch';

// CSS dosyasını yükleyin.
const green = await fetch('https://github.com/PixelMasteruei/Pixelmaster-Theme-For-Pixelplanet.fun/blob/main/grren.css');

// CSS dosyasını Stylus stillerine dönüştürün.
const styles = green.text.then(css => css.parse());

// Stilleri uygulayın.
apply(styles);
}

Reviews

No reviews yet.