Changed Location of Providerinfo?
![]() ![]() |
Hey, nice work on updating the script with new features! One thing I'm a bit disappointed about is that you moved the Data Provider info all to a js on your own website. This means that everytime I use newzbin I'm also tapping your site too. Also, now I can't change any of the specifics of the info that I get off providers, like adding a Cast List. Any way you could stick it all back into 1 js script that's not reliant on your own personal website please? Or a workaround so i could download the js and edit 1 or 2 lines to look for it locally? |
![]() ![]() |
If you're familiar with js, you can copy the code back into the the script. Search for the line saying "// load infoProviders". And locate the GM_xmlhttpRequest block that loads the code. Inside the onload-function there is a block entitled "// enable infoProviders". Move this block outside the GM_xmlhttpRequest. After that you can replace the whole GM_xmlhttpRequest with the contents of this file: http://hunecker.de/nowplaying/infoProviders2.js. So it should look like this: // load infoProviders
>>> Contents of http://hunecker.de/nowplaying/infoProviders2.js go here <<< // enable providers
Anyway, if you have some good suggestions, let me know. I could include it for everyone. The cast list is shown in the popup (for most movies). |

