Chrome always shows the Bookmarks Bar in a new tab โ overriding any user toggle or shortcut.
| Method | Why it fails |
|---|
| // ==UserScript== | |
| // @name GitHub Copy Issue | |
| // @namespace https://github.com/AdguardTeam/ | |
| // @version 1.0.0 | |
| // @description Adds Copy Fix / Copy Upd buttons to GitHub issue pages | |
| // @author Mu-Hun | |
| // @match https://github.com/AdguardTeam/AdguardFilters/issues/* | |
| // @match https://github.com/issues/assigned?issue=AdguardTeam%7CAdguardFilters%7C* | |
| // @run-at document-start | |
| // @downloadURL https://gist.githubusercontent.com/mu-hun/eb5fd44a3f72f49cefc825f65c444c55/raw/github-copy-issue.js |
| ||amazon.com/rd/uedata | |
| ||ara.paa-reporting-advertising.amazon^ | |
| ||fls-na.amazon.com/1/batch/ | |
| ||m.media-amazon.com/images/G/*/msa/vowels/metrics | |
| ||m.media-amazon.com/images/I/*.js?AUIClients/AmazonLightsaberPageAssets | |
| ||m.media-amazon.com/images/I/*.js?AUIClients/ARARegisterTriggerSubAssets | |
| ||m.media-amazon.com/images/I/*.js?AUIClients/GWMMetricsJS | |
| ||m.media-amazon.com/images/S/sash/*.js?csm_attribution= |
| // ==UserScript== | |
| // @name Blur media elements | |
| // @match *://*/* | |
| // @run-at document-start | |
| // ==/UserScript== | |
| const MEDIA_RE = /thumb|preview|photo|image|img|pic|video|media/i; | |
| const URL_RE = /url\(["']?(.*?)["']?\)/; | |
| const style = document.createElement('style'); |
I have reviewed the following documentation in the AdGuard public Knowledge Base: https://adguard.com/kb
I have not yet reviewed the AdGuard DNS KB. However, I previously attempted to contribute to the List-KR repository by blocking KakaoTalk in-app advertising domains:
I started building small web tools as a hobby to improve usability issues I personally experienced while using university web services. Many of these projects began as minimal solutions and evolved through real usage and long-term maintenance.
| #include <Fuzzy.h> // Please install eFLL (Embedded Fuzzy Logic Library) from https://github.com/alvesoaj/eFLL | |
| // Fuzzy | |
| Fuzzy *fuzzy = new Fuzzy(); | |
| // FuzzyInput Temperature | |
| FuzzySet *VeryCold = new FuzzySet(0, 0, 10, 20); | |
| FuzzySet *Cold = new FuzzySet(10, 20, 20, 30); | |
| FuzzySet *Good = new FuzzySet(20, 30, 30, 40); | |
| FuzzySet *Hot = new FuzzySet(30, 40, 50, 50); |
Senior Computer Engineering student graduating in Feb 2026, with three years of hands-on frontend engineering experience across multiple startups.
I joined as a contract frontend engineer three months before the launch of
| [InternetShortcut] | |
| URL=data:text/html,<input type="color" onchange="document.bgColor=this.value"> |
์๋ ์ธ์ฉ ์ํฐํด์ ์์ ๋ฒ์ ๋ฐ
nvshare๋ฐ๋ชจ: https://youtu.be/9n-5sc5AICY
I've written a Medium article on the challenges of GPU sharing on Kubernetes, it's worth a read.[^medium]