Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
I've written a userscript that redirects to proxy addresses, and another userscript that changes URL; both use the same dataset.
The code seems to be done for both programs, and no technical updates are expected to occur.
However, the only frequent update that these userscripts are subjected to is database update.
How should
@require
be utilized to achieve dataset update or should we have a@data
metablock to handle this task?Yes, it is possible to use
@require
for this https://openuserjs.org/libs/Anakunda/langCodesIt is also possible download a file with GM.xmlHttpRequest, but I'm not sure it is possible to store it.
Solved.