Size
311 B
Version
1.0.0
Created
Nov 27, 2025
Updated
15 days ago
1// ==UserScript==
2// @name Extension for news.ycombinator.com
3// @description A new userscript
4// @version 1.0.0
5// @match https://*.news.ycombinator.com/*
6// @icon https://news.ycombinator.com/y18.svg
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();