Large

NewzBin Poster Image Script

By Freyr Last update Jan 27, 2012 — Installed 6,885 times.

Changed Location of Providerinfo?

in
Subscribe to Changed Location of Providerinfo? 2 posts, 2 voices



DodgyC User
FirefoxWindows

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?

 
Freyr Script's Author
FirefoxWindows

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
infoProviders = null;

>>> Contents of http://hunecker.de/nowplaying/infoProviders2.js go here <<<

// enable providers
for (var i = 0; i < g_enabledProviders.length; i++) {
...

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).

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel