A Tampermonkey userscript that enhances the property management experience on Torn.com by adding a comprehensive properties table with filtering and tracking capabilities.
- Interactive Properties Table: Displays all your properties in an organized, collapsible table
- Property Status Tracking:
- Color-coded status indicators
- Visual alerts for properties nearing expiration
- Tracks when rental offers have been made
- Pagination: Displays 15 properties per page with easy navigation
- Auto-Refresh Protection: Prevents excessive API calls with a 1-minute cooldown
- Quick Actions: Direct links to renew properties
- Persistent Settings: Saves your API key and offer tracking data locally
- Install Tampermonkey for your browser
- Click here to install the script
- Visit Torn's properties page
- Enter your API key when prompted (only required once)
- Click the "Properties Manager" header to expand/collapse the table
- Use Previous/Next buttons to navigate through your properties
- Click the Refresh button to update property data (1-minute cooldown)
- Properties are automatically color-coded based on their status:
- Green background: Offer made
- Red background: Expired
- Orange background: Warning (≤10 days remaining)
- White background: Normal status
The script automatically stores your API key in localStorage. To reset:
- Clear your browser's localStorage for torn.com
- Refresh the page
- Enter your new API key when prompted
- Your API key is stored locally in your browser
- No data is transmitted to external servers
- All API calls are made directly to torn.com
Feel free to submit issues and enhancement requests!
Created by beans_ [174079]
- Initial release
- Basic property management features
- Offer tracking system
- Pagination implementation