This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { useEffect, useMemo, useState } from "react"; | |
import { loadAll } from "@tsparticles/all"; // if you are going to use `loadAll`, install the "@tsparticles/all" package too. | |
import { type Container, type ISourceOptions } from "@tsparticles/engine"; | |
import Particles, { initParticlesEngine } from "@tsparticles/react"; | |
export function Confetti() { | |
const [init, setInit] = useState(false); | |
useEffect(() => { | |
initParticlesEngine(async (engine) => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! MIT License | |
* Copyright (c) 2018 GitHub Inc. | |
* https://github.com/primer/primitives/blob/main/LICENSE | |
*/ | |
main { | |
--color-prettylights-syntax-comment: #6e7781; | |
--color-prettylights-syntax-constant: #0550ae; | |
--color-prettylights-syntax-entity: #8250df; | |
--color-prettylights-syntax-storage-modifier-import: #24292f; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!==============> YOUTUBE (DESKTOP) | |
! HOMEPAGE | |
! feed | |
!youtube.com##ytd-browse[page-subtype="home"] | |
!youtube.com##ytd-guide-entry-renderer > a[title="Home"] | |
! sections | |
youtube.com##span:has-text(/Shorts/):upward(ytd-rich-section-renderer) | |
youtube.com##span:has-text(/Breaking news/):upward(ytd-rich-section-renderer) |