Posts by Tom Luchesi • 26 points
2 posts
-
0
votes1
answer29
viewsA: How to make an extension popup that runs automatically?
I believe it is not possible to open the pop-up of an extension without the user clicking on it. But a viable alternative would be to have the extension open the pop-up as a new tab in the browser.…
-
1
votes1
answer106
viewsA: How to remove double quotes from a JS array
Hello, my suggestion for you is to insert a loop to iterate over the array right after receiving it, converting it into a numerical array. Try the following snippet by replacing 'main' with the name…