csp awareness
Show us devs how restrictive or loose the CSP of the website is. I know you can’t bypass it. But injecting of scripts can be only partially blocked, so check all the methods and see if they’re blocked or not. Examples: - we can host the script on a cdn url and load it - we can inject script as a raw script tag with text - we can use a patched browser as an ultimate tool, so that it can ignore certain CSP and run our code anyway. Check which of these methods are allowed or blocked by CSP so we can work around it. Related: - This guy got blocked by CSP of a website: https://scripty.featurebase.app/p/issues-with-content-security-policy

usable8145 21 days ago
csp awareness
Show us devs how restrictive or loose the CSP of the website is. I know you can’t bypass it. But injecting of scripts can be only partially blocked, so check all the methods and see if they’re blocked or not. Examples: - we can host the script on a cdn url and load it - we can inject script as a raw script tag with text - we can use a patched browser as an ultimate tool, so that it can ignore certain CSP and run our code anyway. Check which of these methods are allowed or blocked by CSP so we can work around it. Related: - This guy got blocked by CSP of a website: https://scripty.featurebase.app/p/issues-with-content-security-policy

usable8145 21 days ago
have simple way to inject common scripts like jquery, etc
have simple way to inject common scripts like jquery, etc This could be loading from a CDN (usually blocked by CSP), try local script method(download jquery and inject it as a local string and exec) as well.

usable8145 21 days ago
have simple way to inject common scripts like jquery, etc
have simple way to inject common scripts like jquery, etc This could be loading from a CDN (usually blocked by CSP), try local script method(download jquery and inject it as a local string and exec) as well.

usable8145 21 days ago
Add search on https://scripty.abhisheksatre.com/#/store
I don’t see a search bar or icon on https://scripty.abhisheksatre.com/#/store How do I search for scripts?

usable8145 21 days ago
Add search on https://scripty.abhisheksatre.com/#/store
I don’t see a search bar or icon on https://scripty.abhisheksatre.com/#/store How do I search for scripts?

usable8145 21 days ago
Extension does not open on the first click
I’ve tried in both Edge and Chrome. Clicking the extension does nothing the first time. When clicked again, it displays the popup as expected, and continues to work until the browser navigates to another page. I suspect that the first click on a new page loads the scripts for that page, but fails to render the popup. Subsequent clicks may realize the scripts are loaded and render the popup successfully. It would greatly improve the user experience if the popup reliably showed every time the extension was clicked. Thank you!

Kevin Higby About 1 month ago
Extension does not open on the first click
I’ve tried in both Edge and Chrome. Clicking the extension does nothing the first time. When clicked again, it displays the popup as expected, and continues to work until the browser navigates to another page. I suspect that the first click on a new page loads the scripts for that page, but fails to render the popup. Subsequent clicks may realize the scripts are loaded and render the popup successfully. It would greatly improve the user experience if the popup reliably showed every time the extension was clicked. Thank you!

Kevin Higby About 1 month ago
Sync "My Scripts" across devices when signed in
Currently as it stands, signing in on Scripty doesn’t seem to contribute to anything. Recently, I’ve needed to have the same set of scripts on two devices on which I am signed on with the same account. The only way to sync them was via sharing them one-by-one, and if I modify any of them on a device, I have to share it on the other device to update it there as well. Could a sync feature be added to help with this when signed in across devices?

Vadrif Draco 5 months ago
Sync "My Scripts" across devices when signed in
Currently as it stands, signing in on Scripty doesn’t seem to contribute to anything. Recently, I’ve needed to have the same set of scripts on two devices on which I am signed on with the same account. The only way to sync them was via sharing them one-by-one, and if I modify any of them on a device, I have to share it on the other device to update it there as well. Could a sync feature be added to help with this when signed in across devices?

Vadrif Draco 5 months ago
If you get Failed message when you create a script, try again after turning on Allow User Scripts in Scripty details page of the Chrome Extensions

보공 7 months ago
If you get Failed message when you create a script, try again after turning on Allow User Scripts in Scripty details page of the Chrome Extensions

보공 7 months ago
failure to create script
might be best explain if you look at the screenshot. it’s a very simple JS code that should run without any problem. Any reason why it’s failing to create? Thanks

mpgranapapyr 7 months ago
failure to create script
might be best explain if you look at the screenshot. it’s a very simple JS code that should run without any problem. Any reason why it’s failing to create? Thanks

mpgranapapyr 7 months ago
[BUG] Hyphens are not allowed in Host Field
Hyphen Characters “-” are not allowed in the “Run script if: Host equals” field. However hyphens are allowed in domains. Scripty is exactly what I am looking for, I can also make the changes, is there a Github Repo online?

Eric Goerens 8 months ago
[BUG] Hyphens are not allowed in Host Field
Hyphen Characters “-” are not allowed in the “Run script if: Host equals” field. However hyphens are allowed in domains. Scripty is exactly what I am looking for, I can also make the changes, is there a Github Repo online?

Eric Goerens 8 months ago
Completed
Not working in Chromium
Creating a new script result in a “Failed” popup in Chromium v 138 Win x64. It works fine in regular Google Chrome.

Riky X 9 months ago
Completed
Not working in Chromium
Creating a new script result in a “Failed” popup in Chromium v 138 Win x64. It works fine in regular Google Chrome.

Riky X 9 months ago
No loop avaiable
I need to loop a script, but unfortunately there is no option so I have to constantly click to write my script. Maybe an option for this?

Marie Pawlak 9 months ago
No loop avaiable
I need to loop a script, but unfortunately there is no option so I have to constantly click to write my script. Maybe an option for this?

Marie Pawlak 9 months ago
Name ID of Script in Chrome Console takes up too much space.
The UID or whatever is being used to identify the script in the console is very long. Below is a screen grab of the console and you can see that +60% of the area is taken up by the UID (or whatever it is). There is one line from another script that is in the Screen that is an intentional name (Yellow circle). Could you change the generated name to something simpler to make it shorter (and maybe predictable, instead of somewhat random). I think the ID is the name of the file from your server. If you could create a field on the Edit window for File name and if it was blank, then generate it however you like. Or use what the programmer fills in. Great work on Scripty so far. It is really impressive. @Abhishek: If I can help, please let me know. I would be happy to work with you. I am also a Tech Consultant in the USA so if you have time that you can do consulting projects for a fee, let me know and I will try and work you into some of my projects. I also think you would like the project I am using Scripty for and would be happy to share it with you.

Bryan 10 months ago
Name ID of Script in Chrome Console takes up too much space.
The UID or whatever is being used to identify the script in the console is very long. Below is a screen grab of the console and you can see that +60% of the area is taken up by the UID (or whatever it is). There is one line from another script that is in the Screen that is an intentional name (Yellow circle). Could you change the generated name to something simpler to make it shorter (and maybe predictable, instead of somewhat random). I think the ID is the name of the file from your server. If you could create a field on the Edit window for File name and if it was blank, then generate it however you like. Or use what the programmer fills in. Great work on Scripty so far. It is really impressive. @Abhishek: If I can help, please let me know. I would be happy to work with you. I am also a Tech Consultant in the USA so if you have time that you can do consulting projects for a fee, let me know and I will try and work you into some of my projects. I also think you would like the project I am using Scripty for and would be happy to share it with you.

Bryan 10 months ago
Include JS file of my helpful functions
I am writing a group of Scripts that run on different pages in a specific website. There are common functions between pages (like myLog(), myAddData(), etc.). I would like to have those functions included in each so that when I update them, it is not required to go into each of the Scripty Blocks and update the code. What is the “pro” way to include these functions?

Bryan 10 months ago
Include JS file of my helpful functions
I am writing a group of Scripts that run on different pages in a specific website. There are common functions between pages (like myLog(), myAddData(), etc.). I would like to have those functions included in each so that when I update them, it is not required to go into each of the Scripty Blocks and update the code. What is the “pro” way to include these functions?

Bryan 10 months ago
Script is broken in Scripty, works in Console. How can we get a detailed error?
Hi, The script was working fine. When I paste it into the console, it also works fine. It does not work on Scripty and we get a very, very generic error. How can we get a detailed error? Thanks.

Emre ŞURK 11 months ago
Script is broken in Scripty, works in Console. How can we get a detailed error?
Hi, The script was working fine. When I paste it into the console, it also works fine. It does not work on Scripty and we get a very, very generic error. How can we get a detailed error? Thanks.

Emre ŞURK 11 months ago
Planned
Extension Tab Opens With Chrome
What’s the deal — why does this tab now open every time I open Chrome? Please turn it off or make it an option to not open every time I open the browser. I don’t think I would call it bug, perhaps just needs a small redesign.

Jeebus Chripes 11 months ago
Planned
Extension Tab Opens With Chrome
What’s the deal — why does this tab now open every time I open Chrome? Please turn it off or make it an option to not open every time I open the browser. I don’t think I would call it bug, perhaps just needs a small redesign.

Jeebus Chripes 11 months ago
storage.local not works after updated...
I’m using storage.local for share data between tabs. But after update, storage.local returns undefined… Is there other way to share data between tabs?

Park Hyosang 12 months ago
storage.local not works after updated...
I’m using storage.local for share data between tabs. But after update, storage.local returns undefined… Is there other way to share data between tabs?

Park Hyosang 12 months ago
Issues with content security policy.
Hey hey, I make scripts that take data from a webpage and send it to some servers of mine. Previously, anything injected via Scripty ignored the CSP directives of the page itself, but this is no longer true, hence my requests all fail. Any idea if something can be done about this? Best regards, Bruno

Bruno Jakic 12 months ago
Issues with content security policy.
Hey hey, I make scripts that take data from a webpage and send it to some servers of mine. Previously, anything injected via Scripty ignored the CSP directives of the page itself, but this is no longer true, hence my requests all fail. Any idea if something can be done about this? Best regards, Bruno

Bruno Jakic 12 months ago