Skip to content

testet primeiro script by wellbritto98

Details

Authorwellbritto98

LicenseNo License

Categorytest

Created

Updated

Size840 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

testes

Notes

Userstyle doesn't have notes.

Source code

// ==UserScript==
// @name         teste
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  teste
// @author       Você
// @match        https://www.google.com/jogador/*
// @grant        none
// @require      https://cdn.jsdelivr.net/npm/sweetalert2@11
// @require      https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
// @resource     https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css
// @require      https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js
// ==/UserScript==
@-moz-document domain("userstyles.world") {
    * {
        color: crimson;
    }
}

@-moz-document url-prefix("https://userstyles.world/docs/") {
    h1, h2, h3 {
        color: tan;
    }
}
(function () {
    'use strict';
  console.log("teste"
})();

Reviews

No reviews yet.