This script makes the titles longer and adds options for the torrent page.
Options to:
Hide "Play Now (Stream)", "Anonymous Download" and "Direct Download" buttons.
Enable the detail box.
Show an IMDb link button in the detail box.
----
For some reason the torrent titles on 1337x get cut short:
As you can see there is plenty of space! So lets use that.
With the script:
There is still a limit of course. The title will get shortened if it won't entirely fit.
Even then, it will be shortened so as much as possible is visible.
Another weird thing. If signed in, the detail box for movies/TV is hidden???
Lets fix that. With the script:
If you would rather not see the detail box, you can change the option from the settings page on 1337x:
There's now an option to show an IMDb link button in the details box.
If the torrent description contains an imdb code anywhere in it, the rating will be shown and the button takes you to the movie page. If not, then no rating is shown and the button takes you to the search results page for the title. If there is no details box the imdb button is only shown if the code is found.
The IMDb button still there and works as before, but the rating fetching seems to no longer work. I'll try to fix this at some point
Currently not compatible with Greasemonkey 4+. Use Tampermonkey instead.
If you need help or have any sort of feedback or ideas, PM me(NotNeo) on 1337x or WWT
Tested on Chrome and Waterfox(firefox based)
Updates:
v1.1:
-Fixed default value.
-Tested on Waterfox.
v1.2:
-Added support for the new .st domain
v1.3:
-Added support for the new .ws domain
-Fixed settings page option to work on all domains
v1.4:
-Added options to hide "Play Now (Stream)" and "Anonymous Download" buttons.
v1.4.1
-Fixed Stream & Anon Download button hiding
v1.4.2
-Fixed Stream & Anon Download button hiding (again). Used a new method that should work better.
v1.4.3
-Added support for the .eu domain
v1.4.4
-added .se domain
-added "show imdb link button in detail box" option
v1.4.5
-Fixed anon and stream button hiding.
v1.4.6
-Another attempt at fixing the stream and anon button hiding
v1.4.7
-Added "Hide Direct Download button"
v1.4.8
-added support for .is domain
v1.4.9
-Now replacing imdb button with imdb plugin embed when code is available in description
v1.5
-Further improvements to the imdb button.
-Now always using the plugin style.
-When code available, rating will be visible. When there is no code it's just the small button, which will take you to the search results for the title.
-Also now showing the imdb rating and button even if the info box is not available, but then only if the code is found.
v1.5.1
-Fixed a bug where the plugin would sometimes be positioned wrong by waiting for the right container before inserting the imdb plugin.
v1.5.2
-Fixed hiding the anon/direct etc. download buttons again.
-Added support for the www. prefix.
v1.5.3
-added gd domain
v1.5.4
-fixed a problem with inserting imdb button in cases where the info box could not be found. (I can't actually remember where it was inserted in these cases when it was working, but it's in the top right corner of the description now. When there is no info box that is...)