You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been writing an extension to send a POST/GET request each time a new entry is added. -> extension
Now, the way I wanted it to be configured is by adding a new row to a html table with a button for each new key-value body parameter.
This would need a little bit of js to make it work but I just can't figure out how to add js to the extension's config page. Can somebody please explain how to do this?
Note: I did see this thread and the way easier solution used there, that I might steal for this extension. But, I am still curious about how to get js on the config page.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I've been writing an extension to send a POST/GET request each time a new entry is added. -> extension
Now, the way I wanted it to be configured is by adding a new row to a html table with a button for each new key-value body parameter.
This would need a little bit of js to make it work but I just can't figure out how to add js to the extension's config page. Can somebody please explain how to do this?
Note: I did see this thread and the way easier solution used there, that I might steal for this extension. But, I am still curious about how to get js on the config page.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions