v1.2 note: Replaced the "Reload Text" button with an "Auto Reload" function. It reloads every 1s.
・This version does not replace v1.1, as some people might prefer a manual reload button.
v2.3 note: allows users to set the window size. Upgraded version number to 2.3 for better version management.
v2.3.1 note: add resizing the text box as users resize the window.
I'm glad you like it. I've updated the macros to 1.3 and 2.3 respectively.
They now
allow users to define the window size.
note: this action is disabled. If you want to define the window size, please activate the action and give the width and height of the window, separated by a comma , without any space.
the window will show up at the upper-right corner of the front screen.
I have one problem with this macro. The user-defined window size does not work reliably. Sometimes, the JavaScript seems to have failed to get the value of instanceWindowSize and as a result the window size is defined by my default value.
See my gif below. The user defined window size is 700,400, and the default size is 540,300. when the cursor flashes, it means I was executing the same macro multiple times without any changes.
I tried to add up to 1s of pause after the setting instanceWindowSize value action. It did not solve the problem.