Back
codebird
codebird
#codebird
Edit any website right on the page and save changes to code
Launched November 21, 2020
Load previous page…
finally complete rewrite to support text HTMLElements containing multiple textNodes and other HTMLElements with textNodes
#codebird
Reformulate the problem that has been blocking me into a clear and concise version and realized theres a faster albeit more complex/nasty code way to do it, and I should probably just do that way for the time being instead of rearchitecting the core data types.
#codebird
decide to switch to designMode="on" rather than contenteditable="true" as it works on non element textNodes
#codebird
Clean up the code of
#codebird extension. So hard to keep extension code readable with window sendMessage and direct DOM manipulation