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>Hard Return Remover</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap" rel="stylesheet">
<style>
// ==UserScript==
// @name 선택 영역 환율, 단위 변환기 (Alt+Z)
// @namespace http://tampermonkey.net/
// @version 5.8.4
// @description 텍스트 선택 후 Alt+Z 로 환율, 단위 변환 결과를 팝업 표시
// @author Gemini & lunamoth
// @match *://*/*
// @grant GM_addStyle
// @grant GM_xmlhttpRequest
// @connect api.frankfurter.app
<!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.4
// @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.7 (Refactored)
// @name:ko 치지직 팔로잉 라이브 시청자 순 자동 정렬 v1.7 (리팩토링)
// @namespace http://tampermonkey.net/
// @version 1.7
// @description Automatically sorts by "Most Viewers" on Chzzk Following Live page, hiding the dropdown flicker.
// @description:ko 치지직 팔로잉 라이브 페이지의 정렬 순서를 '시청자 많은 순'으로 자동 변경하고, 드롭다운 깜빡임을 숨깁니다.
// @author Your Name (or AI Refactored)
// @match https://chzzk.naver.com/following?tab=LIVE
// @grant GM_addStyle
C=chrome,r=C.runtime,T=C.tabs,T?r.onMessage.addListener((e,{tab:t})=>T[["create","remove","goBack","goForward"][e]](e?t.id:{})):(e=addEventListener,e("mousedown",e=>e.button-2||(t=1,n=e.x,o=e.y)),e("mousemove",e=>t-1||99<(e.x-n)**2+(e.y-o)**2&&++t),e("mouseup",e=>t-2||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)),e("contextmenu",e=>(t-2||e.preventDefault(),t=0)),e("blur",_=>t=0))
{
"manifest_version": 3,
"name": "맞",
"version": "4.2",
"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==