I patched funclib.js to support blink, by pressing "B" when the colorPicker is rendered.
Here it is base64:
NjA3YTYwOAo+IAl2YXIgYmxrbWFzayA9ICgxPDw3KTsKNjEzYTYxNQo+IAl2YXIgYmxpbmsgPS
Re: Added blink support to funclib.js (used by colorPicker())
By: alterego to Digital Man on Sun Jul 26 2020 06:17 pm
I patched funclib.js to support blink, by pressing "B" when the
colorPicker is rendered.
Here it is base64:
NjA3YTYwOAo+IAl2YXIgYmxrbWFzayA9ICgxPDw3KTsKNjEzYTYxNQo+IAl2YXIgYmxp
bmsgPS
Until just the past couple days, I had never seen anyone post base64-encoded content on Dove-Net before.. Usually people would put a file up for download somewhere and post a link. I'm wondering if that might be easier than saving the message, then trimming it down to the base64 content and then decoding it.. Unless there's an easy way to save base64-encoded files from these messages that I don't know about.
Until just the past couple days, I had never seen anyone post base64-encoded content on Dove-Net before.. Usually people would put a file up for download somewhere and post a link. I'm wondering if that might be easier than saving the message, then trimming it down to the base64 content and then decoding it.. Unless there's an easy way to save base64-encoded files from these messages that I don't know about.
Since syncterm makes it quite easy to cut/paste, I thought that would be the easiest way.
But if the message is long, you'd have to cut & paste multiple times, and then use a tool to base64-decode it. IMO it would be much easier to copy & paste a web/FTP link and just download the file that way.
Re: Added blink support to funclib.js (used by colorPicker())
By: Nightfox to alterego on Sun Jul 26 2020 11:12 am
Until just the past couple days, I had never seen anyone post base64-encoded content on Dove-Net before.. Usually people would put a file up for download somewhere and post a link. I'm wondering if that might be easier than saving the message, then trimming it down to the base64 content and then decoding it.. Unless there's an easy way to save base64-encoded files from these messages that I don't know about.
Well, if it works out too hard, I'll happily make a patch available. (If DM used git, I'd provide a pull request, which I think would be even easier.)
But capture the content should be as easy as:
echo '<base64>' | base64 -d > my.patch
eg:
echo 'SGVsbG8gdGhlcmUhCg==' | base64 -d
(Hopefully the pipe symbol wasnt eaten by this message).
Since syncterm makes it quite easy to cut/paste, I thought that would be the easiest way.
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 578 |
Nodes: | 8 (0 / 8) |
Uptime: | 29:19:21 |
Calls: | 10,736 |
Calls today: | 1 |
Files: | 5 |
Messages: | 443,196 |
Posted today: | 1 |