Info preview, internal search system, no lock on friends' videos, restored upload button, and much, much more.
Tästä skriptistä on versioita, joissa koodia päivitettiin. Näytä kaikki versiot.
Messages:
Videos:
CUM Search:
Bug fixes:
Extra:
First Major Update!
Options:
Minor Updates:
BUGFIX:- Finally fixed textarea in messages. New lines are accepted, editing messages too.- No thumbnail users have a nice honeycomb pattern- Can now search favourited videos- Won't update messages while searching - Added simple star system for conversationsIMPORTANT: searches for users with lots of videos (6000) will make you temporarily blocked (503)
Lots of stuff in this update:- The lateral wish list menu had black text on a black bg! My bad... I never noticed because I use Dark Reader...! please tell me next time- I finally figured out how to reverse engineer the user ID & dynamic content loading. First implementation in the messages ⏭ (after you click it its sooo much faster than the official code)- Again, if you click on ⏭, now it shows a loading bar, plus it's 500ms faster.- Finally after months, I revisited one of the oldest functions, processThumbnails(), and I improved the hell out of it.- While doing this, I severely reduce the number of requests it sent. Now it's the bare minimum.- I also added 👤 that goes straight to the user's profile, one addition I always wanted to make.- Now users with weird nicknames with special chars such as " and @ shouldn't fail anymore.- Deny button, if the tab has history, automatically goes back.- Custom video searches of >500 vids will load faster- Tag pages will have a "Search tah" button that automatically searches for the tag- New alt-thumb user
- Unlocked screenshots of private videosWish List menu:- Fixed 🆕 not appearing- Can be hovered or be clicked to pinImproved video search:- Quicker- Should fail less often- Improved stylingOther stuff:- Fixed current list info in user page & added it for favourite videos- Improved timestamp function (and added error handling for slow/broken videos)- Fixed Russian Federation flag
Important update for video searches. There was a bug that didn't search the pages sequentially. THAT's why it used to struggle with huge datasets. Now it's sequential. I found it out trying to add a progress bar.PROGRESS BAR :D and it's ORANGE!
Implemented the video search wishlist:- Add & delete search- Background checks every 30 minutes- Lateral menu to display new results (hover for time)Video search:- New option: search only some of the highlights- Better UI- If you seek the messages and leave the page while it loads, it won't refresh until the fetching is done.Other stuff:- Improved the anticipated timestamps behaviour (and looks)- Improved the design of the CUM buttons- Improved functions use and naming :)
User-video search:- Added new option: checkboxes. Now you can choose which highlight words to search. Checkboxes are saved. - Dialog will show on first click on new Chromium updates- Dialog won't show more times if button is clicked multiple timesVarious improvements:- Friend requests details are now saved (and sent) when clicked with middle click & right click (as well as the regular left click)- Added more timeout for users with >1k videos (videos number/2 ms), so you don't get 503'd- Added timestamps on top of screenshot. At the moment this also triggers the zoom. I will eventually fix it.- Timestamps should fail less often now on slow connections.
Important FIX: friend requests never went through with a mid/subpar internet speed! I'm so sorry. I fixed it.Sneak peak of a new functionality (hint: searches)Also added an option to blur imagesQuick push, not sure if anything will break
I don't know why, the code got duplicated and everything run trice
Huge update. Something may break. Lots of improvements.
- Automatic video search with all the word highlights (hover to check, menu to edit)- Search dialog close btn- Revived upload button is , meaning it can be middle clicked.- Remove playlist behaviour from playlist index
- Tiny mistake on my end. Upload button is back
- For some weird reason I never noticed that alt thumbs were only applied to friends' videos. Fixed!
- 🆕 icon for when a new featured video gets pinned to the home page. Open the toggle to hide/reset it. Setting name changed, by default hidden.- New alt thumbs user should be added
- Added new users with bad thumbnails (alt. thumbnails)- Added switch in home that hides the top videos. Doesn't retain state on reload. I'm too lazy atm. Next update for sure.- Added button button to find the oldest unread message. To make it efficient it goes from LtR. To account for missing pages, it should go RtL, but it would be inefficient. You can always click it again after clearing a block of unread messages. Plus, if you should skip to a page beyond the ones in the navigation menu, it would stall and not work. I could work on adding an invisible one, but then again, I'm too lazy for that. Don't be lazy with your f/rs!- Fixed "Holy See (Vatican City State)" flag. Was previously "Vatican City (Holy See)"
- Alternative thumbnails for blacklisted users (removed old behaviour).- If friendship window was opened in a new tab, on confirm open user page, then scroll down to videos (I hope it does scroll. It's tricky because CW overrides it programmatically on full page load, after every background request is sent).- Fixed bug that users with old videos showed as with 0 videos.- Thumbnails refresh quicker, lowered from 750 to 500ms. Testing showed no rate limitation.- Auto accept requests on video-friend-requests if they were mistakenly left unconfirmed. It happened to me once. Idk why.
- Fixed the code for Ctrl + Enter. Now it will send messages inside the messages page. I could add it inside the fr request. Didn't think about it. - Friend requests with videos are now in array format. This means no longer empty messages if many requests in a short time.- If user has no videos and the tab was opened in the background, auto reject and close.- If the last video was uploaded more than two years ago, deny is suggested (in red). - Download button below videos. I personally don't recommend it because it won't save the correct title. You can manually copy it and that's vile. Just use a download manager instead.- Update alert. Can be disabled. It checks every three days for a new update. Can be disabled in the options. Please stay up to date though.
- Improved message reload- Improved upload button restore message since it's available again
Bug fix (for upload button notifier)
- Opt-in notification when upload functionality gets restored;
- Fixed search button so it shows after changing pages- New search feature now ignores capitalization
- Search user videos is here. For users with lots of videos, it may take a while. I want to add a "Search for hightlight words" button in the future. It's still rudimentary at best, now.- Rewrote a bunch of stuff. For example the messages experience should be much better now.- A lot of bug fixes. Profile photos won't show 404 now.- Stopped a lot of multiple requests, should be slightly faster now. - Removed custom carousel on previews. Move the alt thumbnail to 5.jpg. I does 1, 5, 2, 3, 4 by default now. I don't know why. I don't think I'll ever care enough to fix it. - Other bug fixes.
Damn, I missed some condition checking. Please refer to the previous changelog.
Bug fixes:- Description no more extra tabs- /total_pages is now very cleanly fixed very a cool userID approach- Something else I don't rememberNext: Search user videos!
- Made the replacement "Upload" button fetch the HEAD response before redirecting, so that it doesn't load the ugly blank page if not working (not code 200).
Made a stupid mistake in settings naming. Fixed it for good.
Please refer to the previous changelog.
New functions:- Flags on user profiles (only when country is set up);- Longer text area when changing personal info, can be resized ad libitum;- About me info boxes support new lines (only for c.u.m. users);- Alert when your videos get published. Must be enabled. I haven't tested it out in a real scenario. Deleted function:- Auto refresh of the message pageIt was too buggy. I have discovered how to process the async URLs. This opens a lot of new possibilities. This could be implemented to do the same thing of removing "new message" and would be immediate. Still, it's very stupid and a huge time waste.
- A lot of bug fixes and minor new features
- Lots of cool and important bug fixes!- Playlist title correction
- Removed flowplayer links inside videos- Visible and clickable screenshots of private videos
- Lots of very important fixes and optimizations
- Fixed previews for users with < 5 videos. Hadn't thought of that.
IMPORTANT BUG FIXES!- Message box empties on submit- Thumbnail previews could mistakenly show favourites or playlists!Now the messages have a wider look, so 5 thumbnails can fit perfectly. I also added titles and URLs.
- Video thumbnails inside friend requests!
- Textarea emoticons are showed as images instead of the :cool: code
- Bugfix. Now template replies work again
- Removed the options to close the message after friend accept or deny. Added Confirm & Close and Deny & Close buttons. The layout gets slightly cluttered but it's ok because it's faster to switch and choose the appropriated behaviour on-the-go. Plus, the window close behaviour is now immediate.
- Added upload button since it's gone now. Should remove itself once back. I'll copy the correct styling once it comes back. Can be disabled in the menu (stupid, I know, but I like settings).
- Now video link works also when friendship is accepted. Sorry!- Now the button instead of "Open Video" says the video title. I prefer it this way.
- Bug fixes- Spinning loader inside messages- From now on, friend requests (f/r) send the ID of the video. The rest of the friend request text gets parsed and a button to the requested link appears inside the message. Send a new friend request from the video page. Could be buggy. If the custom friend text contains an axtra : it will fail. 404 URLs won't show, so there's that.
- One click friend request (on locked video page)
- Added possibility to edit the template replies and keyword highlights directly from the menu
- Auto submit auto replies- Auto refresh message page (can be disabled)- Auto refresh user status in messages
- Alternative thumbnails- Highlighted suggestion of accept/deny friend. Green if has videos, red if no videos
- Added compatibility with Tampermonkey- Fixed syntax
- Changed default messages into values. Now you can add yours and keep them after future updates.- Added text highlights for keywords inside video titles.- Fixed the text colour issue on buttons for the dark theme. I haven't checked the light theme. Is there one?
Näytä kaikki skriptin versiot.