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
| .pulse-fade { | |
| animation-name: pulse; | |
| animation-duration: 2s; | |
| animation-timing-function: ease-in-out; | |
| animation-iteration-count: infinite; | |
| } | |
| .pulse-fade-1 {animation-delay: 0.25s;} | |
| .pulse-fade-2 {animation-delay: 0.5s;} | |
| .pulse-fade-3 {animation-delay: 0.75s;} |
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
| .pulse-fade { | |
| animation-name: pulse; | |
| animation-duration: 2s; | |
| animation-timing-function: ease-in-out; | |
| animation-iteration-count: infinite; | |
| animation-direction: alternate; | |
| } | |
| .pulse-fade-2 {animation-delay: -0.75s;} | |
| .pulse-fade-3 {animation-delay: -0.5s;} |
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
| { | |
| "name": "Ploopy Adept Trackball (Madromys) with RGB Lights", | |
| "vendorProductId": 1346591815, | |
| "firmwareVersion": 0, | |
| "menus": ["qmk_rgblight"], | |
| "keycodes": [], | |
| "customKeycodes": [ | |
| { | |
| "name": "DPI Config", | |
| "title": "DPI Config", |
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
| // ==UserScript== | |
| // @name Sora Quota Checker | |
| // @namespace https://sora.chatgpt.com/ | |
| // @version 0.2.0 | |
| // @description Check Sora request quota and next available time with a small MenuBar UI | |
| // @author [email protected] | |
| // @match https://sora.chatgpt.com/* | |
| // @match *://sora.chatgpt.com/* | |
| // @include https://sora.chatgpt.com/* | |
| // @run-at document-end |
OlderNewer