Skip to content

Instantly share code, notes, and snippets.

View m-belefqih's full-sized avatar
:atom:

BELEFQIH Mohammed m-belefqih

:atom:
View GitHub Profile
@Rami-Majdoub
Rami-Majdoub / README.md
Last active July 11, 2026 11:03
remove UNREGISTERED from StarUML
  • export as SVG (File > Export Diagram As > SVG... > Save)
  • open SVG file in web browser
  • open console and run
document.querySelectorAll("text").forEach(e => e.innerHTML = e.innerHTML === "UNREGISTERED"? "":e.innerHTML)
  • take screenshot