Retrieves the other pages of long Television Without Pity recaps and fills in the blanks on the existing page.
| Recently Updated Topics | Posts |
|---|---|
| Some code at the start of t... | 3 |
| Archived Comments | 4 |
this script has 2 topics, 7 posts
This script has no reviews.
Main Features
Obviously, it loads the paged content from other pages of a recap.
Additionally, oftentimes TWoP recappers will cross link to specific pages of earlier recaps. Now, my script recognizes that the url requested a page other than the first and will highlight that page. The highlighted section can have its highlighting toggled by a single click, and toggling can be disabled by a double click on the highlighted section. Hopefully, this isn't a particularly annoying "feature."
Warning
This script is asynchronous so if you have other TWoP scripts, especially scripts that change the layout, it's probably best to run those first and run mine last. This is because the script's sequential running time finishes, but there are still async requests going on so stuff is still going on.
Current Version: 1.1.6
Changelog
- Version 1.1.6
- Changed the code for moving the individual page into its own div to be more fault tolerant of broken html.
- Version 1.1.5
- Made a change to the background colour detection script.
- Version 1.1.4
- Just a geeky code change; nothing to see here move along.
- Version 1.1.3
- I was working in firefox 3, and doing something that firefox 2 didn't like. I fixed that.
- Version 1.1.2
- Fixed bug with background colour detection
- Version 1.1.1
- Removed a few references to console (used for firebug debugging) and changed one aspect to make the script more compatible with another TWoP greasemonkey script
- Version 1.1.0
- Changed layout modification technique due to new TWoP layout.
- Added highlighting
- Version 1.0.0
- First versioned release





