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.
You are doing something with the account already by creating a discussion/comment.
Choices are:
Will wait to hear back from you and re-review the situation again at a later time.
Re: @mestrakcs:
Couple of things from observation of the current source of
0.11+cb1d034
:If trying the url
@require
doesn't help in a custom edit then try using Tampermonkey (TM) or Violentmonkey (VM) where applicable for whatever browser.Beyond this I haven't used this script. The site may have changed something to break compatibility.
Re: @BigTSDMB:
Have you tried a search for it?
Re: @GUY:
Try to be a little more mature and say why it doesn't work... Admin closing.
Re: @AnnaEversonprotonmail.com:
The account was flagged as spam.
Because I removed that account for nonsensical replies e.g. I agree with the flagging. If it happens again the same action will occur.
OUJS Admin
Re: @martinsan99:
Please read https://openuserjs.org/about/Chrome and install TM or VM first.
Backup took approximately ~35 minutes... and back online.
In about 10 hours we need to do another snapshot of the system here... down time should be the usual of about 30 minutes to 1 hour... maybe less.
Thanks for your patience.
Re: @jerbrown:
Your thoughts are probably incorrect. Again if your answers aren't making much sense your account may be eligible for removal. e.g. please don't attempt to spread disinformation.
OUJS Admin
Re: @Daniel:
You might want to look into the click event found at https://developer.mozilla.org/docs/Web/Events/click once you have identified the target to simulate the event.
Re: @jerbrown:
OUJS Admin
Your code revision of
2.3.0+2a0cae1
here of:const IconSVG = atob("PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRjb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0yMCAyNCBMMTIgMTYgMiAyNiAyIDIgMzAgMiAzMCAyNCBNMTYgMjAgTDIyIDE0IDMwIDIyIDMwIDMwIDIgMzAgMiAyNCIgLz48Y2lyY2xlIGN4PSIxMCIgY3k9IjkiIHI9IjMiIC8+PC9zdmc+");
... currently translates to:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="10" height="10" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-width="2"><path d="M20 24 L12 16 2 26 2 2 30 2 30 24 M16 20 L22 14 30 22 30 30 2 30 2 24" /><circle cx="10" cy="9" r="3" /></svg>
Please do not obfuscate your code source even with a simple encode. If you need Base64 do it as a post operation instead of pre operation (although not sure why
innerHTML
would even need this pre decoding from a encoded string that isn't necessary in the first place) e.g. do something like this instead:const IconSVG = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="10" height="10" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-width="2"><path d="M20 24 L12 16 2 26 2 2 30 2 30 24 M16 20 L22 14 30 22 30 30 2 30 2 24" /><circle cx="10" cy="9" r="3" /></svg>'; // ... down the line l[i].children[0].innerHTML = IconSVG;
Failure to fix this in a short period will result in the default TOS action.
Thank you for your cooperation.
OUJS Admin
Well they finally got around to rebooting our host... hopefully this is the only time.
Re: @Gregorius:
As discussed at #233 (comment) this will be your only rename and it comes with consequences.
Things you will lose:
Things you will keep:
If the final go ahead is done with a simple message, preferably on GH, but since you've already done stuff here I can migrate the comments/discussions. Just don't go on a comment spree. If you have too many the request will be denied.
Are you sure you want to do this?
Re: @SniperFox:
May be reasonable idea for one of the the default templates at #1232. Depending on the state of Greasemonkey (GM) 4 this may prove to be a challenge getting something that works in every current .user.js engine for each current browser (some bleed over with Fx ESR and difference between Tampermonkey (TM) and GM). We would also be open to a help document page if someone is willing to write one on best practices.
As mentioned by @jscher2000 there are additional ways of doing that currently before we get that issue implemented.
Re: @simg:
Welcome back. ;)
The issue request was with this line, now in
0.2+6a81d5b
... which isn't OUJS:// @require https://cdnjs.cloudflare.com/ajax/libs/simplemodal/1.4.4/jquery.simplemodal.min.js
Modifying it to this,
https://cdnjs.cloudflare.com/ajax/libs/simplemodal/1.4.4/jquery.simplemodal.js
produces a 404 which is bad practice when the unminified isn't present. This is one of the reasons we prefer not to utilize cloudflare as a CDN.The main reason I ask is so I can run some tests in the .user.js engines due to the statement of the issuer above of:
Re: @simg:
To make everyone aware our VPS may schedule a reboot of our server, to handle the CPU issue everyone has been buzzing about since January'ish, at any point in which case we may be offline until the site is restarted. This is currently by design.
If I notice it is stopped then I'll restart it when the back-end stability is confirmed... if one of you does see it before me please open an issue on Development.
We haven't gotten any emails yet but there are notices saying it will probably happen.
Thanks
See https://developer.chrome.com/extensions/match_patterns for the proper syntax.
You have this issue on multiple published scripts.
Most existing .user.js engines may abort installation altogether. If they don't then it will make it too wide and match on every site.
Thanks for the look,
OUJS Admin
See https://developer.chrome.com/extensions/match_patterns for the proper syntax.
You have this issue on multiple published scripts.
Most existing .user.js engines may abort installation altogether. If they don't then it will make it too wide and match on every site.
Thanks for the look,
OUJS Admin
Next time if you plan on forking someones code please go to that scripts homepage, then click on Source Code tab... make your changes optionally or later... then click the "Submit Code as Fork" button and it will back link it automatically on your fork to that Authors.
It's been fixed on this script for now. Appreciate you being honest that it was forked by renaming it as such but you need to do it otherwise scripts that aren't may be eligible for removal.
Thanks,
OUJS Admin
Ref:
Next time if you plan on forking someones code please go to that scripts homepage, then click on Source Code tab... make your changes optionally or later... then click the "Submit Code as Fork" button and it will back link it automatically on your fork to that Authors.
It's been fixed on this script for now. Appreciate you being honest that it was forked by renaming it as such but you need to do it otherwise scripts that aren't may be eligible for removal.
Thanks,
OUJS Admin
Ref:
Btw Chrome and Chromium native .user.js parsing comes back with an error message of:
Invalid script header [OK] [X]
So the Google standard is to reject bad
@match
es.Btw Chrome and Chromium native .user.js parsing comes back with an error message of:
Invalid script header [OK] [X]
So the Google standard is to reject bad
@match
es.See https://developer.chrome.com/extensions/match_patterns for the proper syntax.
You have this issue on multiple published scripts.
Most existing .user.js engines may abort installation altogether. If they don't then it will make it too wide and match on every site.
Thanks for the look,
OUJS Admin
See https://developer.chrome.com/extensions/match_patterns for the proper syntax.
You have this issue on multiple published scripts.
Most existing .user.js engines may abort installation altogether. If they don't then it will make it too wide and match on every site.
Thanks for the look,
OUJS Admin
Re: @Ileca:
Suppose there is a question in there. ;) Go to https://openuserjs.org/user/add/scripts/new and see which licenses are available to be primary. It's described at https://openuserjs.org/user/add/scripts#user-block-license with examples specific to your case of dual licensing.