Author

Topic: Improved images on the forum - Tampermonkey/Greasemonkey user script (Read 347 times)

legendary
Activity: 3668
Merit: 2218
💲🏎️💨🚓
Thanks, this is what I needed Currently, but unfortunately it seems 'rsz.io' Down Right Now Is there a solution to overcome this problem?

I've just come across this page and tried the script - install was straight forward as I already have another BCT script to count merits, so that was good.  Once installed however all images on the example page (including @EcuaMobi image to show where to cut script which isn't a large file now don't load.

@EcuaMobi has been offline for 49 days so far, but I'll send him a PM to advise the script / images aren't working.

If anyone is using the script I suggest you disable it until such time as a resolution is found.
sr. member
Activity: 490
Merit: 275
Thanks, this is what I needed Currently, but unfortunately it seems 'rsz.io' Down Right Now Is there a solution to overcome this problem?
legendary
Activity: 1692
Merit: 1018
Nice one, going to try it out. Hating those load times of bct large images even with a 100mbps connection.
legendary
Activity: 1862
Merit: 1469
https://Ecua.Mobi
preloading large images still wastes bandwidth for users on mobiles or tethered to mobiles.
Indeed. There isn't any improvement regarding saving bandwidth. The target of this userscript is to improve usability instead.
If you want to save bandwidth (at the cost of the hovering not working so smoothly) just comment or remove the 2 lines below "// Preload full image"


I'll probably add a boolean constant for that purpose on the next version.
legendary
Activity: 2688
Merit: 2444
https://JetCash.com
preloading large images still wastes bandwidth for users on mobiles or tethered to mobiles.
legendary
Activity: 1862
Merit: 1469
https://Ecua.Mobi
Lately I've been learning/playing with userscript (shortening URLs, modified grue's merit script) so here's my latest addition.

This userscript uses rsz.io as a proxy for images instead of the native ip.bitcointalk.org which can take several seconds to load and has some limitations.
Additionally, big images are reduced to improve readability of threads. By default the max width is 600px and the max height is 400px, but that can be easily modified on the script.
When hovering the reduced image the full version will be shown.

Reduced images load almost instantly and full resolution images are preloaded so the hovering works as smoothly as possible.
As a result everything loads much faster and threads with several images are easier to read.

For example, this thread:
https://bitcointalksearch.org/topic/adidas-tubular-invader-strap-in-red-grey-black-green-like-yeezy-boost-750s-new-1800909
is converted to this:


Here's a more extreme example where you can test this script:
https://bitcointalksearch.org/topic/m.31190942



To install this script get Tampermonkey on Chrome, Greasemonkey on Firefox, or Violentmonkey on Opera (Read more here: https://openuserjs.org/about/Userscript-Beginners-HOWTO) and then install this:
https://openuserjs.org/scripts/EcuaMobi/Bitcointalk_images

If you want to change the max size for images, just open the code of the script after installing it and update MAX_WIDTH and/or MAX_HEIGHT
Jump to: