Greasy Fork is available in English.
Make Twitter photo viewing more humane
< Rückmeldungen auf Twitter image viewing enhancement
Thank you for your feedback.
This script should only work on the new interface of Twitter, or could you check console to see if there are some error output?
Another possibility is that since I required JS with Chinese CDN, you did not load it successfully.
You can edit the script and modify @require
with other CDN like CDNJS.
I got these in the console.
Loading failed for the <script> with source “https://codefund.app/properties/230/funder.js”. 387918-twitter-image-viewing-enhancement:216
Loading failed for the <script> with source “https://js-agent.newrelic.com/nr-1130.min.js”.
For the modification of the script, I'm not sure what I should do. Sorry, I'm unfamiliar with javascript. Currently I have these @require
lines:
// @require https://cdn.bootcss.com/jquery/3.4.1/jquery.slim.min.js
// @require https://cdn.bootcss.com/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js
It seems that there is no error with this script.
You can try to access https://cdn.bootcss.com/jquery/3.4.1/jquery.slim.min.js directly.
If you can access it, I have no idea where the problem is.
If not, try to use this:
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.slim.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js
Hi, it's been a while and I tried using this script again, but it's still not working.
I am using Waterfox 2020.04 (64-bit) edition with Violentmonkey. I don't know if this information helps.
If you mean access as in "visit the page", yes I can open that js file site and the text contents opens properly.
I have tested that it works with Violentmonkey in Chrome.
Maybe this is a browser issue.
Sorry, I have no idea.... It may indeed be a browser issue. I'll try to ask the subreddit about waterfox.
Edit: Posted https://old.reddit.com/r/waterfox/comments/g4f9bk/this_userscript_doesnt_work_for_some_reason_and/
Not working for me.
Pretty cool concept, but it's not working for me. I refreshed twitter after I loaded the script, went to a new post with two images. Clicking the image once opened doesn't close it, and my mouse wheel didn't do anything.