EXCLUSIVE OFFER - WATCH CAMSODA GIRLS LIVE FOR FREE!!! - CLICK HERE
  • We have blocked access to our website from TOR nodes and a datacenter in France (some VPN connections to the country might be faulty) due to abusive behaviour. If things quiet down - they'll be enabled again in a few days/weeks.

Tools SimpCity Watched Threads Enhancer

whoreder

Bathwater Drinker
Jul 15, 2023
128
6,958
This userscript categorizes every watched thread, adds real-time search and the ability to copy or export all or filtered threads:


To use this script:

1. Install Tampermonkey extension (Tampermonkey Firefox)
2. Open this script in your browser. This should automatically open Tampermonkey with the script. Click Install and you're done.
3. Visit Watched Threads and wait for the first-run sync. Once the threads are synced, the page will be reloaded.

The code can be found in the GitHub repository.
 
Last edited by a moderator:
1.0.2: https://github.com/IntoTheV/WatchedThreadsEnhancer/raw/main/dist/build.user.js

- Fix copy and export buttons not showing when there's no pagination (<= 20 threads)
- Remove Sync Threads button
- Add Dead threads tab at the end (a thread is dead when the last reply was over 90 days ago)
- Add the ability to filter threads by replies and views using <, >, <=, and >= operators

To search for threads with at-least 1M views, the query would be:

views >= 1M or v >= 1M or views >= 1000000

To search for threads with at-least 10 replies, the query would be:

replies >= 10 or r >= 10

The operators that can be used with views and replies are: <, >, <=, and >=
 
1.0.2: https://github.com/IntoTheV/WatchedThreadsEnhancer/raw/main/dist/build.user.js

- Fix copy and export buttons not showing when there's no pagination (<= 20 threads)
- Remove Sync Threads button
- Add Dead threads tab at the end (a thread is dead when the last reply was over 90 days ago)
- Add the ability to filter threads by replies and views using <, >, <=, and >= operators

To search for threads with at-least 1M views, the query would be:

views >= 1M or v >= 1M or views >= 1000000

To search for threads with at-least 10 replies, the query would be:

replies >= 10 or r >= 10

The operators that can be used with views and replies are: <, >, <=, and >=
that's awesome! The script doesn't go well with Thumbnail resizer https://simpcity.su/threads/thumbnail-resizer-by-runisco.97114/
is it possible to avoid conflicts between the two?
 
that's awesome! The script doesn't go well with Thumbnail resizer https://simpcity.su/threads/thumbnail-resizer-by-runisco.97114/
is it possible to avoid conflicts between the two?
I don't use the resizer so I don't what causes the conflict or what the conflict even is but had a quick look at the resizer thread and it seems you can replace it with HoverZoom extension (think its available for Firefox as well). HoverZoom will show you the original image if it can which is heaps better than resizing a thumbnail. It won't filter the images based on the category though.
 
that's awesome! The script doesn't go well with Thumbnail resizer https://simpcity.su/threads/thumbnail-resizer-by-runisco.97114/
is it possible to avoid conflicts between the two?
when both scripts are installed only yours seems to be working

1.0.3: https://github.com/IntoTheV/WatchedThreadsEnhancer/raw/main/dist/build.user.js

- Add thumbnail resizer

You can now toggle thumbnail size using Toggle Thumbnail Size button:

wtb45e927516662952.jpg
 
This userscript categorizes every watched thread, adds real-time search and the ability to copy or export all or filtered threads:

enhancerea75ebc84c56ce16.jpg
enhancer_filter46d1fe5c92141835.jpg


To use this script:

1. Install Tampermonkey extension (Tampermonkey Firefox)
2. Open this script in your browser. This should automatically open Tampermonkey with the script. Click Install and you're done.
3. Visit Watched Threads and wait for the first-run sync. Once the threads are synced, the page will be reloaded.

The code can be found in the GitHub repository.
for those on firefox-based browsers, if you are experiencing any lag, consider testing the beta version of the extension --> https://www.tampermonkey.net/?browser=firefox
it really made a difference for me
 
1.0.6:

- Add ability to stop watching selected threads


With the migration to the newest release of XF, "Stop Watching" functionality is no longer available for the selected threads. This release fixes it using a custom implementation.

The page will refresh automatically once all the threads are unwatched. If you've unwatched a lot of threads, open the browser console to view the progress as this solution unwatches each thread individually (very inefficient but I don't know the bulk unwatch API endpoint).
 
Back
Top Bottom