Marti Admin


/* THIS SCRIPT IS PROTECTED - IF YOU WANT TO CHANGE CODE OR PARTS OF CODE CONTACT THE AUTHOR OF THIS
SCRIPT. ANY OTHER CHANGE IN SCRIPT IS NOT LEGAL */

This isn't allowed... all scripts may be forked with modifications, etc. Please reread the Terms of Service link at the bottom of the page.

Thanks,
OUJS Admin


Please elaborate why you would to do this. "Renews" is one of the vague parts.



Re: @BanHammer:

how open issue? admins!

Only the owner of a script can reopen an issue... I assume that you closed this so I've reopened it but this is a one time thing... so only test on your own scripts please.


@ShiroTora,
Your discussion was moved here since this is where questions on a particular script should be. In the future please open up an issue on the script itself.

TIA,
OUJS Admin




Re: @parola:

This is an official answer to my question...

Must have missed that question here on OUJS. ;)

It would mean a world to me to get this portfolio with a single click.

That would be highly unlikely if they don't offer a download of your portfolio.

However on one image that I pulled up the thumbnail is:

... and it's corresponding high-res image seems to be:

So if you querySelectorAll the img tags you could change those nodes src attributes to the high-res image with a replace in the path you might be able to reduce your clicks with a right click save them to a folder on your new storage medium.

Kind of an annoying site always asking me to sign up too. Anyhow that appears to be the methodology for anyone willing to write and publish the script for you... however I would suggest learning at least a little bit about Userscripts at the same time so you can begin to become self sufficient and proficient with Userscripts. :)



Re: @murko69:

Check out querySelector at MDN. You will find it to have familiar CSS selector syntax.

  1. Find the element you are looking for with querySelector
  2. See if it is just a plain href... if so modify it
  3. If it's a JavaScript event listener then it will become a little more complicated as you may need to use preventDefault in a click listener.

MDN has some good examples to get you started. :)


You seem to currently have the paths missing on every one of your scripts too.


May want to fix those...

Current errored @require:

// @require      mbz-loujine-sidebar.js
// @require      mbz-loujine-common.js







Re: @TAKECARE:

THIS WIL GIFT (ITS DISABLED, FOR A REASON!) YOUR CREDITS TO THE USER OF THE SCRIPT!!

First off try some lower-case ;) .... secondly I presume you mean this line of code:

document.getElementById("who").value = "76561198229407884";

... this appears to be sufficient proof to remove the script... and since it's done in two different scripts the account.

Thanks for the report.


Re: @247earnings:

We also had a bug on this since the original source wasn't UTF-8... it is ANSI... should install okay now as UTF-8.


Re: @247earnings:

The @require library used in this script is end-of-lifed (EOL'd)... one of the very few times to have a script edited... confirmed removal of that dependency with acknowledgement by @sizzle . No change in published date vs. update date.

Closing this issue.



Re: @deFco247:

Well cloneInto isn't pushed into the sandbox anymore where this script currently uses it... so technically, without actually testing it, this script should fail with latest Firefox and the latest Greasemonkey.

Maintaining all the changes can get a bit confusing even for developers of Add-ons too especially when core Mozilla keeps changing access permissions that affect the add-ons.


Greasemonkey Port 3.5.0.1rc1pre-sm.xpi is available now at the SF file repo. Tested all core examples with the GM_* API and they work now.

New minVersion is 2.38 as I am outta time to do regression tests in older versions... not to mention SM 2.38 is really nice and I don't want to look back. ;)

Apparently e10s is a shim and not required at the moment... which anyone is welcome to inform me if I have a misunderstanding in the future. Pending Admin and development duties here I'll attempt to spend a little more time over there.

Enjoy! :)