Chrome always shows the Bookmarks Bar in a new tab — overriding any user toggle or shortcut.
| Method | Why it fails |
|---|
| export PATH="/opt/homebrew/bin:$PATH" | |
| FILES=("$@") | |
| COUNT=${#FILES[@]} | |
| for INPUT in "${FILES[@]}"; do | |
| [[ "$INPUT" = *.webp ]] && continue | |
| BASENAME="${INPUT%.*}" | |
| OUTPUT="${BASENAME}.webp" |
| // ==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/* | |
| // @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:
Participated in an engineering internship at Planetarium, a startup developing the decentralized open-source online game “Nine Chronicles”.
| #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"> |