Skip to content

Instantly share code, notes, and snippets.

View NiceAesth's full-sized avatar
💤

Andrei Baciu NiceAesth

💤
View GitHub Profile

Keybase proof

I hereby claim:

  • I am niceaesth on github.
  • I am niceaesth (https://keybase.io/niceaesth) on keybase.
  • I have a public key ASBjIEQtVvVL-cJBGYncC-UP_XSjPZ7nmhuyCS_A5o7l1wo

To claim this, I am signing this object:

@NiceAesth
NiceAesth / ildasmoldnewoldreturnchresource.cpp
Created November 13, 2022 22:07
Microsoft .NET ILAsm Return ""True"" ©
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
return
(int) //Cast to integer
/** increase precision **/ (double)
(float) // Cast to float for precision
!
!~~// 8==D
! /** not **/ (
!!main - true)
@NiceAesth
NiceAesth / ro.txt
Last active August 13, 2022 12:58
Lets_Do_This=Hai să-ncepem!
General_Cancel=Anulare
General_Confirm=Să-ncepem!
General_Back=Înapoi
General_Never=Niciodată
General_Always=Întotdeauna
Options_Audio_Effect=Efect
Options_Audio_Master=Total
Options_Audio_Music=Muzică
Options_Audio_Offset=Ajustare Offset
// ==UserScript==
// @name osuAvatarOpen
// @namespace https://aesth.dev/
// @version 0.3
// @updateURL https://gist.githubusercontent.com/NiceAesth/1ff313dc60bec626bceffecc9c509382/raw
// @downloadURL https://gist.githubusercontent.com/NiceAesth/1ff313dc60bec626bceffecc9c509382/raw
// @description Opens a user's osu! avatar on click
// @author NiceAesth
// @match https://osu.ppy.sh/users/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
@NiceAesth
NiceAesth / waitForKeyElements.js
Created January 13, 2022 14:42 — forked from BrockA/waitForKeyElements.js
A utility function, for Greasemonkey scripts, that detects and handles AJAXed content.
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);
@NiceAesth
NiceAesth / blueuserpage.js
Created May 31, 2021 11:29
Makes osu! user profiles blue instead of pink
// ==UserScript==
// @name BlueUserpage
// @version 1
// @grant none
// @include https://osu.ppy.sh/users/*
// ==/UserScript==
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
@NiceAesth
NiceAesth / osustyle.js
Last active April 9, 2021 15:20 — forked from iptq/README.md
// ==UserScript==
// @name OsuStyle
// @version 1
// @grant none
// @include https://osu.ppy.sh/*
// ==/UserScript==
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
List of supported emojis in the game client:
1. 😃 U+1F603 9. 😛 U+1F61B 18. 😥 U+1F625
2. 😊 U+1F60A 10. 😎 U+1F60E 19. 😭 U+1F62D
3. 👎 U+1F44E 11. 😏 U+1F60F 20. 😈 U+1F608
3. 👍 U+1F44D 12. 😑 U+1F611 21. ✋ U+270B
4. 😀 U+1F600 13. 😠 U+1F620 22. 👼 U+1F47C
5. 😬 U+1F62C 14. 😡 U+1F621 23. ☠️ U+2620
6. 😆 U+1F606 15. 😖 U+1F616 24. ☝ U+261D
7. 😍 U+1F60D 16. 😮 U+1F62E