stepfun css

a

Version au 05/08/2025. Voir la dernière version.

// ==UserScript==
// @name         stepfun css
// @description  a
// @match        *://stepfun.ai/*
// @version 0.0.1.20250805040728
// @namespace https://greasyfork.org/users/1435046
// ==/UserScript==

(function() {
  const style = document.createElement('style');
style.id = 'stepfunCssStyleId';

  style.textContent = `
  `;
  document.head.appendChild(style);
})();