Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Re: @Kuffy:
Please read this section of How do I get going?... and choose your browser on how to install Userscripts
Re: @TAKECARE:
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:
Glad to read that for Pale Moon! :)
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! :)
Re: @deFco247:
Until @TimidScript gets around here you can try changing this line back to the original and that should alleviate the issue.
I just spent a few hours retesting Greasemonkey Port for SeaMonkey (SM) due to your concern... although it is unclear if janekptacijarabaci did something correctly for SM so it was omitted for integrity... but if that fork works in PM go for it. :)
@TimidScript
So my educated guess is that your current script, which currently uses
cloneInto
, is no longer supported from the removal at greasemonkey/greasemonkey@7e2eafc
#diff-eed5161116c8f3737a46e5dd4ac7fe8fL65.As I said earlier it's getting kind of messy handling the Fx changes to what is privileged for Add-ons and what isn't. Not quite sure yet on why PM is saying
Cu.cloneInto
is failing here in the GM code unlessCu
is out of scope in PM for some reason.Refs:
@TimidScript
Usually
cloneInto
is done withunsafeWindow
for most use cases. I decided to retest this a bit with RFC 2606§3 - GM_listValues Unit Test and it seems to work withoutcloneInto
in PM (and Fx 41.0.1 distro build).Refs:
bb7d7b5
#diff-a6912c0fbdd75af1506a2b7fbac9ec2212ec962...9c19186
(diff between GM 3.4.1 and 3.5.0)Re: @deFco247:
Btw GM 3.5 with PM 25.7.3 has this in the console and kills all Userscripts:
[12:50:20.996] TypeError: Cu.cloneInto is not a function @ chrome://greasemonkey-modules/content/sandbox.js:138
... so it's not getting exported to the sandbox e.g. this particular instance is a GM issue. From observation the primary maintainer of GM is a bit shaky on PM support so be super nice if you report this... he could drop support for this.
Re: @deFco247:
Try
window.cloneInto
... as I'm not always in Pale Moon I seem to recall this was one of the messages I read on upstream but not sure where at this time. I do know thatGM_listValues
is an issue with some other ports because it returns a complex object and that is restricted in sandboxed environments... and Moz keeps changing this. Please let this author know if that works for you. TIA.Re: @Haris:
Managing Userscripts
Forgot to say all existing flags, save for a couple, have been cleared... time to start anew with why something needs to be flagged.
Ciao for now.
Flagging now has a reason field.
Please be courteous and remember typically when the flags hit critical Moderators and above should see that flagged item.
If any user is found to be abusing the flagging system their account may be eligible for removal... this includes bogus reports... so play nice please. :)
Everyone is encouraged to use the peer review system (voting up and voting down) and create a Script discussion Issue first. Site moderation is typically for dangerous scripts and not bugged scripts that may or may not work. If you find something that violates the TOS by all means please flag it and fill in a brief reason why you think it should be moderated.
Thanks,
OUJS Admin
Re: @memnoch:
@memnoch
Is this still the case for you?
Apologies for not getting back sooner but I didn't have any possibilities.
Maintenance complete... approximate downtime was 8 minutes. Until the next time... Thanks guys and gals. :)
See you all on the other side soon.
It's that time again... announcement for later this evening... there is some scheduled maintenance. Expected downtime should be approximately 15 to 30 minutes... perhaps shorter. The usual doing it as close to the end of day EST today is planned.
Patience is a virtue. Thanks. :)
Base64 encoding isn't permitted on a script element text... please correct this within the next 24 hours or your script and your account will be eligible for removal.
Thanks,
OUJS Admin
Please reread the Terms of Service specifically in this section.
All scripts published and authors here must meet this requirement. e.g. everything here is open source and freely available to fork... you received your attribution on this scripts homepage under Fork History. Now, if you see that someone did not fork it properly e.g. flat out copied with no site attribution we could fix that.
Thanks,
OUJS Admin
So what you meant to say is that you ignored the caution notice about using your email when you signed up here. ;) The username you entered on that page is sanitized for use not "screwed up". :P
A few things to remember:
Luckily I was able to detect the newest username was you... but if I wasn't able you would be out of luck for ignoring the caution. So in short you should be good to go. Re-sign in.
Refs:
Re: @Arthur-BDR:
It's there indicated by your alt text but the server at dropbox has it return a html page with the image in it. e.g. it's a rewrite on the final target to handle it as a web page instead of an image... then there is a deep image link. Run into that a few times myself.
Server maintenance complete. Total downtime was approximately four (4) minutes. :) Appears the new back end is working as expected so far. There will be more at a later date but that will be announced as usual.
Near Oct 3, 2015 there is some server maintenance scheduled. Approximate down time should be less than one hour... perhaps shorter on the optimistic side. Again... I will try to do this as late as I can in the evening EST.
Thanks for your continued patience. :)