# HG changeset patch # User nanaya # Date 1737463653 -32400 # Node ID b4bb74b34ae9c120b422f74a26990b5efdac2ed3 # Parent 9a32063353d45484a5ea805963232aa7dd84694f Rename diff -r 9a32063353d4 -r b4bb74b34ae9 cabbage-soft-image-rendering.user.js --- a/cabbage-soft-image-rendering.user.js Tue Jan 21 21:22:52 2025 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -// ==UserScript== -// @name Cabbage Soft Image Rendering -// @namespace https://nanaya.net -// @match https://cabbage-soft.com/* -// @grant GM_addStyle -// @version 1.0.0 -// @author nanaya -// @description Fix image rendering (mainly Firefox) -// @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/cabbage-soft-image-rendering.user.js -// ==/UserScript== - -'use strict'; - -/* global GM_addStyle */ -GM_addStyle('img { image-rendering: initial !important; }'); diff -r 9a32063353d4 -r b4bb74b34ae9 cabbage_soft_image_rendering.user.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cabbage_soft_image_rendering.user.js Tue Jan 21 21:47:33 2025 +0900 @@ -0,0 +1,15 @@ +// ==UserScript== +// @name Cabbage Soft Image Rendering +// @namespace https://nanaya.net +// @match https://cabbage-soft.com/* +// @grant GM_addStyle +// @version 1.0.0 +// @author nanaya +// @description Fix image rendering (mainly Firefox) +// @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/cabbage-soft-image-rendering.user.js +// ==/UserScript== + +'use strict'; + +/* global GM_addStyle */ +GM_addStyle('img { image-rendering: initial !important; }');