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.
Chromium override Linux
Any time you change
@name
it will spin off a new script instead of updating your old one. Please pick and stick with the same@name
.We currently index the scripts homepage so you really don't need to put too much into
@name
and@description
. e.g. if you putsupercalifragilistic
in your scripts homepage via "Edit Script Info" and someone searches on that they will find you even if it's not in@name
and@description
. You can change@description
all you want but@name
needs to be more consistent especially for people installing it. If you continually change@name
no-one will know there's an update.Thank you for addressing this.
Please do not upload the same script and just change the title.
I will give you a few hours to fix this in your scripts. If you do not respond here and do not do this you will be removed.
OUJS Admin
Cross issued across the pond at jimmygoings50/Userscripts#4 from the "Remotely hosted version" url shown on the scripts homepage (and confirmed source).
USO based icons are no longer allowed e.g.
403 Forbidden
. e.g. userscripts.org (USO) icons have been terminated by Jessie and/or AWS. This happened a few months back. That site of course has been gone for several years but USO AWS was still active until recently.This could use a fix at your earliest convenience.
USO based icons are no longer allowed e.g.
403 Forbidden
. e.g. userscripts.org (USO) icons have been terminated by Jessie and/or AWS. This happened a few months back. That site of course has been gone for several years but USO AWS was still active until recently.This could use a fix at your earliest convenience.
One other note... if you have an issue with a script not installing please let the script Author know just like I have. I will not be doing this frequently from GM development to an OUJS issue.
If you have an issue with a 404 it is most likely been deleted by the Author or removed by us for a TOS violation. If you are unsure please ask us! We are more than willing to investigate.
For posterity here's the current
@icon
url. e.g. http://s3.amazonaws.com/uso_ss/icon/417751/large.png?1395216776 ... click it and watch the raw XML message come up. Here are the HTTP headers:... notice the 403 Forbidden on the response. This is what is hanging GM4. e.g. it's a fatal error that GM4 currently doesn't allow.
Currently at /scripts/lomacks/Reddit_Mouseover_Popup_Image_Viewer/source#H
b66f397
L8 the Author is using a USO based icon that is no longer allowed e.g.403 Forbidden
. e.g. userscripts.org (USO) icons have been terminated by Jessie and/or AWS. This happened a few months back. That site of course has been gone for several years but USO AWS was still active until recently.You, the Author, seem to have caused some commotion at greasemonkey/greasemonkey#2974. This is not an OUJS issue.
Both listed forks also have the same issue.
If someone feels like forking this script on OUJS (go to this scripts source code page, make the following changes... setting it's
@license
toMIT
; then commenting out the@icon
; and then clicking "Submit Code as Fork") that should make it acceptable for anyone to install the script.Thanks for the look,
OUJS Admin
Please give Userscript Beginners HOWTO a quick read.
Admin closing.
Re: @HaYTo:
I presume you mean "thanks". Please make your issues clearer or they might be considered spam. If this is a "Thank you" please close it as well... ideally you should be up-voting the script on its homepage.
OUJS Admin
**REMINDER BUMP**
Re: @grenzionky:
That's what:
// @supportURL https://community.wanikani.com/t/userscript-kanjidamage-mnemonics-for-wanikani/18845
... in the UserScript metadata block is for.
Re: @ZugZwang:
jQuery is that. One of the
@match
es synchronously loads v2.1.1. Are you blocking their CDN for their custom jQuery?I wonder why this script author didn't include a copy of jQuery of equivalent version in the UserScript metadata block in case it's removed or blocked. It's usually something like this:
// @require https://code.jquery.com/jquery-2.1.1.min.js
... and near the top of the script after the metadata blocks:
this.$ = this.jQuery = jQuery.noConflict(true);
I can sort of figure out what you are saying after rereading this a few dozen times.
This is not true. I downloaded the file hosted there with Pale Moon.
Try a clean profile in Firefox if you are having issues.
It is more likely a profile issue and/or your region where you live.
Most of this is beyond the scope of Userscripts.
Not a good idea to post download links to executables on a file sharing network. It has been sanitized. If you don't respond this will be considered signature spam. Not to mention the question is still a bit vague.
OUJS Admin
In relation to the GDPR announcement we've clarified some existing policies already in the OUJS eco-system and mirrored to the TOS.
Please give the Fair Use Rationale section a quick read. It's short and to the point.
There may be additional clarifications for those who can't seem to understand things.
Re: @3jameo3:
Done.
That would be you in this case. A code fence is only applied if the code is pasted by the user into the text area first; then you highlight what is code; and then tap the
</>
button... otherwise it's inline code single surrounded back ticks. I usually find it easier just to type the triple back tick and the language I'm using after. We mention this at this FAQ. While the inline code multiline isn't detrimental to policy it does make it DOM single node heavy and difficult to read and parse when it's validated (try a DOM inspection sometime on a multi-line code block vs a fence sometime ;)Apologies for going off topic here but trying to be a little helpful without seeming too obtrusive. :)
Just a miscellaneous note regarding this discussion topic. One of the goals of the GDPR is "Vulnerability Assessment".
Since my years here that's just about all I've done. Occasionally there is a new feature put in when I can do it. Same goes with other contributors and collaborators.
We are already doing this continually. Target sites in the EU must comply with this themselves. e.g. if there is an exploit exposed on a particular site it is their responsibility to fix it on their site... not ours. It is a good idea for those sites to accept help, sometimes in private if it merits it rather than publicly, to fix their vulnerabilities just as we do.
As we have "preached" many times before the Terms of Service and Privacy Policy are well formed and are the primary governing factor for most of our actions here. As I briefly stated earlier the integrity of OUJS will be maintained and there will not be any level of intimidation for demands accepted by any agent of the GDPR. Most of the time we don't even know who anyone is unless we're explicitly told and usually verified to the best of ability when needed.
Re: @3jameo3:
Guess you don't want syntax highlighting to assist the understanding for @twelve27 (or anyone else following) ... code fences are the ones that allow that not multi-line back ticks for inline code.
Re: @twelve27:
Fixed... and you thought no one was watching. ;) Try the Preview button out.
OUJS Admin
Basilisk
Re: @jscher2000:
It is done. Thank you again.
https://blog.github.com/2018-06-04-github-microsoft/
I have mixed concerns about this but time will tell especially if importing/syncing gets broken.
Webpack is obfuscation... post in the clear... this script is removed.