elFinder-css-get-draft

vibe coding

get css from element - js script

										

										
									

When done, make into extension in:

chrome://extensions/

The script to the top right will get the css from the currently clicked/active element on the page, After getting this page working allow for pasting css right here to save, and it's element

Load Unpack

Remove

<cr-button id="removeButton" ...>Remove</cr-button>
								
items-container extensions-item #removeButton
								

3b. get all remove btn

for now, query all remove buttons in:


<div class="items-container">
...
<cr-button id="removeButton" ...>Remove</cr-button>
								
Popup Element Image
back

TBD

next
end to Top