Skip to content

Instantly share code, notes, and snippets.

View aeongdesu's full-sized avatar
🍔

aeongdesu

🍔
View GitHub Profile
@aeongdesu
aeongdesu / time.md
Last active February 23, 2024 04:07
fossabot time cmd with arg support

copy 🔽

$(eval "let u={'$(time ROK)':['mx','shige'],'$(time US/Pacific)':['yerin'],'$(time Europe/London)':['myon'],'$(time CET)':['clearlake','metal','furina']},n='$(index1)',t,tz;for(tz in u)if(u[tz].includes(n)){t=tz;break}void 0===t&&(t='$(time ROK)',n='aeong');`It's currently ${t} for ${n}`")

Explanation

  • user format (u)
@aeongdesu
aeongdesu / osu-alsr.reg
Created November 8, 2023 03:08
If osu requires ASLR but you don't want to enable Windows Defender, you can use this registry file to fix the issue. (from ReviOS discord, not mine!)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\osu!.exe]
"MitigationOptions"=hex:00,00,21,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00
"MitigationAuditOptions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00
"EAFModules"=""
@aeongdesu
aeongdesu / script.js
Created September 21, 2023 03:07
prevent colab inactive session (from ai hub)
function ClickConnect() {
console.log("Working")
document.querySelector("#top-toolbar > colab-connect-button").shadowRoot.querySelector("#connect").click()
}
setInterval(ClickConnect, 60000)
// Run this function to prevent the robot prompt when it appears
function preventRobotPrompt() {
// Disable the robot prompt function
@aeongdesu
aeongdesu / safetyonlyup.md
Created July 7, 2023 16:43
안전하게 온리업 파트 스킵하기

안전하게 온리업 파트 스킵하기

  • 풍차 스킵

https://youtu.be/t0S_M5kjLSc

머리위로 날개 지나가면 침대점프, 슬로우써서 정확도 높히기

  • 트램펄린 & 침대 스킵

ver: 1.141.82, 1.186.727
browser: browser, firefox, chrome
product: www, cws

login UUID format: user-uuid-<lowercase hex, no hyphens>

get key

https://client.hola.org/client_cgi/background_init?ext_ver=&browser=&product=&uuid=
@aeongdesu
aeongdesu / toonation-alertbox-twip-skin.md
Last active May 4, 2024 02:29
투네이션 알림창 트윕 스킨(?)


상단 - 투네이션 | 하단 - 트윕

투네 알림창 트윕 스킨(?)

하시기 전

  • 폰트 제주 고딕
  • 시스템 텍스트 크기: 45px
  • 후원 내용 텍스트 크기 24px
  • 사이즈 1920x150
@aeongdesu
aeongdesu / giscus.css
Last active May 23, 2021 03:49
Remove giscus white box
.giscus, .giscus-frame {
width: 100%;
border: none;
}
@aeongdesu
aeongdesu / .md
Created April 14, 2021 01:22
네이버 카페 댓글 자동삭제 스크립트 아카이브

출처 : https://blog.naver.com/ybshin5657/222029658106

혹시 몰라 아카이브 해둡니다

댓글 삭제

function deleteComment2() 
{
	const x = document.getElementById('cafe_main').contentWindow.document.getElementById('innerNetwork').contentWindow
	var arr = [];
@aeongdesu
aeongdesu / - README.md
Created April 10, 2021 13:15
Archive coin mining github actions file