Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not so hot auto reload #3048

Closed
ghost opened this issue Aug 21, 2019 · 3 comments · May be fixed by #3143
Closed

Not so hot auto reload #3048

ghost opened this issue Aug 21, 2019 · 3 comments · May be fixed by #3143
Labels
bankruptcy Issues that have been closed for "bug bankruptcy". Usually very old non-active issues.

Comments

@ghost
Copy link

ghost commented Aug 21, 2019

a) Allow the user to whitelist a development local domain or IP where you can add a script that will automatically check for updates every second (only while the tab is focused?), or
b) that you can at least bookmark its URL and reload it without having to wait and click on Install.

Auto reloading the page would get annoying while testing (and not the intended behavior for testing), so instead the user would be responsible to reload the page itself when he wants to.

For security, this script could only work temporarily (until you close the browser or require manual "reinstall" every N minutes). There could be a warning color in the Greasemonkey icon or in other places making it clear that it's running.

@arantius
Copy link
Collaborator

Why? What is your goal?

@ghost
Copy link
Author

ghost commented Aug 21, 2019

Since it's not possible to use an external editor (#2513), this change could make it easier to develop and test while using the alternative method of loading the script from a local server.

@AnnanFay
Copy link

AnnanFay commented May 1, 2020

the alternative method of loading the script from a local server

From reading this I assume for development people are running a local server so it's served with the correct mime type and bookmarking their scripts. So to update the script you save the file, click the bookmark, wait 5 seconds, click install then reload the page?

It's this process I was looking for in #3079 but people didn't understand my question. The extra 2 button clicks are enough hassle that I'll probably just keep using my current method.

esperecyan added a commit to esperecyan/greasemonkey that referenced this issue May 25, 2022
to be able to use external editor.

Resolves greasemonkey#2513 , resolves greasemonkey#3048 , resolves greasemonkey#2666 , resolves greasemonkey#2710 , resolves greasemonkey#2738 , resolves greasemonkey#2737 , resolves greasemonkey#2736 , resolves greasemonkey#2735 , resolves greasemonkey#3098 , and resolves part of greasemonkey#2669 and greasemonkey#3115 .
esperecyan added a commit to esperecyan/greasemonkey that referenced this issue May 27, 2022
to be able to use external editor.

Resolves greasemonkey#2513 , resolves greasemonkey#3048 , resolves greasemonkey#2666 , resolves greasemonkey#2710 , resolves greasemonkey#2738 , resolves greasemonkey#2737 , resolves greasemonkey#2736 , resolves greasemonkey#2735 , resolves greasemonkey#3098 , and resolves part of greasemonkey#2669 and greasemonkey#3115 .
esperecyan added a commit to esperecyan/greasemonkey that referenced this issue Jun 17, 2022
@arantius arantius added the bankruptcy Issues that have been closed for "bug bankruptcy". Usually very old non-active issues. label Nov 2, 2023
@arantius arantius closed this as completed Nov 2, 2023
esperecyan added a commit to esperecyan/greasemonkey that referenced this issue Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bankruptcy Issues that have been closed for "bug bankruptcy". Usually very old non-active issues.
Projects
None yet
3 participants
@arantius @AnnanFay and others