// ==UserScript== // @name NamuLink // @encoding utf-8 // @namespace https://github.com/List-KR/NamuLink // @homepageURL https://github.com/List-KR/NamuLink // @supportURL https://github.com/List-KR/NamuLink/issues // @updateURL https://cdn.jsdelivr.net/npm/@list-kr/namulink@latest/dist/NamuLink.user.js // @downloadURL https://cdn.jsdelivr.net/npm/@list-kr/namulink@latest/dist/NamuLink.user.js // @license MIT // // @version 4.0.12 // @author PiQuark6046 and contributors // // @match https://namu.wiki/* // // @description NamuLink blocks the license-abused PowerLink advertisement on NamuWiki. // @description:ko NamuLink는 나무위키에 있는 라이선스를 위반한 파워링크 광고를 차단합니다. // // @grant unsafeWindow // @run-at document-start // @inject-into page // ==/UserScript==