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
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
<cr-button id="removeButton" ...>Remove</cr-button>
items-container extensions-item #removeButton
for now, query all remove buttons in:
<div class="items-container"> ... <cr-button id="removeButton" ...>Remove</cr-button>