css icon indicating copy to clipboard operation
css copied to clipboard

✨Unique traces of technology

Open ceopeo opened this issue 1 year ago • 3 comments

Description

Hello guys, how to determine master css through traces in page sources. Are there any unique traces?

ceopeo avatar Jun 07 '24 05:06 ceopeo

@ceopeo It's in memory.

Screenshot 2024-06-07 at 7 09 46 PM

1aron avatar Jun 07 '24 11:06 1aron

Hey mate, сould you please share links to a couple of projects, otherwise I don’t even have examples, I wanted to add this technology to the Technology Lookup project https://www.wappalyzer.com/technologies/ui-frameworks/

ceopeo avatar Jun 09 '24 15:06 ceopeo

@ceopeo https://rc.css.master.co/guide You can determine whether Master CSS technology is used by whether the page contains style#master.

Screenshot 2024-06-09 at 11 53 04 PM

1aron avatar Jun 09 '24 15:06 1aron

It's now in globalThis.cssRuntime. Or you can check if the page is using any Master CSS rendering mode by using document.querySelector('style#master').

Image

1aron avatar Apr 11 '25 16:04 1aron