Mercurial > ec-userscripts
diff hulotte-misc-fixes.user.js @ 146:f17f349234cb
Add comments
author | nanaya <me@nanaya.net> |
---|---|
date | Sat, 27 Sep 2025 14:57:25 +0900 |
parents | eca476484f36 |
children |
line wrap: on
line diff
--- a/hulotte-misc-fixes.user.js Sat Sep 27 14:53:17 2025 +0900 +++ b/hulotte-misc-fixes.user.js Sat Sep 27 14:57:25 2025 +0900 @@ -1,7 +1,7 @@ // ==UserScript== // @name Hulotte misc fixes // @namespace https://nanaya.net -// @version 1.1.0 +// @version 1.1.1 // @description Misc fixes // @author nanaya // @match https://hulotte.jp/product/* @@ -13,6 +13,9 @@ 'use strict'; +// the jquery require above is for yomeyaba + +// this one is for atropos document.addEventListener('DOMContentLoaded', function () { const el = document.createElement('link'); el.rel = 'stylesheet';