Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🌟 BeOS 스타일 나만의 일기장</title>
<style>
:root {
--beos-bg: #D4D0C8;
--beos-window-bg: #C0C0C0;
// ==UserScript==
// @name Google AI Studio - 사이드바 자동 숨김 (v2.3 - 사용자 설정)
// @namespace http://tampermonkey.net/
// @version 2.3
// @description Google AI Studio 자동 숨김. 사용자가 직접 열었을 때 유지 시간 설정 가능.
// @author Gemini
// @match https://aistudio.google.com/*
// @grant none
// @run-at document-idle
// ==/UserScript==
// ==UserScript==
// @name Chzzk Sort by Viewers (Following Live) v1.6
// @name:ko 치지직 팔로잉 라이브 시청자 순 자동 정렬 v1.6
// @namespace http://tampermonkey.net/
// @version 1.6
// @description Automatically sorts by "Most Viewers" on Chzzk Following Live page, hiding the dropdown flicker.
// @description:ko 치지직 팔로잉 라이브 페이지의 정렬 순서를 '시청자 많은 순'으로 자동 변경하고, 드롭다운 깜빡임을 숨깁니다.
// @author Your Name (or AI)
// @match https://chzzk.naver.com/following?tab=LIVE
// @grant GM_addStyle
C=chrome,r=C.runtime,C.tabs?(a=C.tabs,r.onMessage.addListener((e,{tab:t})=>[a.create,a.remove,a.goBack,a.goForward][e](e?t.id:{index:++t.index}))):(e=addEventListener,e("mousedown",e=>2&e.button&&(t=1,n=e.x,o=e.y,s=0)),e("mousemove",e=>t&&!s&&99<(e.x-n)**2+(e.y-o)**2&&(s=1)),e("mouseup",e=>t&&(2&e.button?624<(X=e.x-n)*X+(Y=e.y-o)*Y&&r.sendMessage(Y*Y>X*X?Y<0^1:2|X>0):t=s=0)),e("contextmenu",e=>(s&&e.preventDefault(),t=s=0)),e("blur",_=>t=0))
{
"manifest_version": 3,
"name": "",
"version": "4.1",
"description": "마우스 오른쪽 버튼 제스처로 새 탭, 탭 닫기, 이전/다음 페이지 이동",
"permissions": [
"tabs"
],
"background": {
"service_worker": "gestures.js"
// ==UserScript==
// @name Video Sound Booster (영상 사운드 증폭기)
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Boosts the volume of HTML5 videos and allows hiding the controls. 페이지의 HTML5 영상 사운드를 증폭시키고 컨트롤러를 숨길 수 있습니다.
// @author Gemini
// @match *://*/*
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_setValue
# Insert your preferred key mappings here.
map 1 previousTab
map 2 scrollToTop
map 3 nextTab
map c copyCurrentUrl
map C copyCurrentUrl
map d removeTab
map D removeTab
map e goForward
map E goForward
// ==UserScript==
// @name 후잉 입력 자동 포커스
// @namespace http://tampermonkey.net/
// @version 0.2
// @description 후잉 입력 페이지에서 아이템 입력 필드에 자동으로 커서를 위치시킵니다.
// @author You
// @match https://whooing.com/*
// @grant none
// @run-at document-start // document-start로 변경
// ==/UserScript==

Nate the Hate와 Modern Vintage Gamer가 진행하는 YouTube 동영상 “Nintendo 2025 예측: Switch 2가 공개될 때와 주요 타사 지원, 3D Mario 등”은 2025년 닌텐도 스위치에 관한 다양한 예측과 추측을 다루고 있으며, 주로 닌텐도 스위치 2의 출시를 예상하고 있습니다.

Switch 1 2025년 예측

  • 새로운 하드웨어의 출시가 임박했음에도 불구하고, 호스트들은 오리지널 스위치에 대한 지원이 2025년 내내, 그리고 2026년까지 계속될 것으로 예상하고 있습니다. 그들은 닌텐도가 스위치와 스위치 2 모두를 위한 소프트웨어를 출시하는 “세대 간 전환기”를 예상하고 있으며, 기존 스위치 소유자들을 위해 소규모 IP, 포트, 리마스터에 초점을 맞출 것으로 예상하고 있습니다.

  • 이 호스트들은 2025년에도 스위치 플레이어들의 관심을 끌기 위해서는 닌텐도가 강력한 게임 라인업을 갖추어야 한다고 예측합니다. 그들은 2월에 있을 닌텐도 다이렉트에서 더 많은 스위치 게임이 공개될 것으로 예상합니다.

  • 2025년 스위치 출시 예정작 1:

<!DOCTYPE html>
<html>
<head>
<title>2025년 챌린지</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--border-color: #ddd;
--header-bg: #f0f0f0;