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: @visionsofleo:
Until the author comes back I seriously doubt this script is viable. You may want to try a few things and report back what works with tweaking it... or fork it with this sites forking capabilities with a model that doesn't constantly hit the site. As I don't visit this site I can't tell you why it constantly polls OUJS. I can only guess it is getting triggered while watching a video... but that's just a guess.
Ref:
Re: @dmitri22:
(Russian translation courtesy of Microsoft Bing Translator):
With glob pattern matching
@match
should include://
.So the line of:
// @match *guvm.mvd.ru/services/appointment
... at minimum needs to be written as...
// @match *://guvm.mvd.ru/services/appointment
... according to those specifications.
See also:
(Russian translation courtesy of Microsoft Bing Translator):
> ... на минимум должны быть написаны как... > ``` js // @match *://guvm.mvd.ru/services/appointment
Re: @ted90:
Thanks... but if we see signature spam again that has no relation to UserScripts your account will be eligible for removal. Please do not do this a third time. Please re-read the TOS link at the bottom of every page... it is quite clear.
Besides the fact that you've abstracted this a lot, which is usually unnecessary for FOSS scripts, you need to describe what you are doing to potential end users in your content area including exposing them to a third party ad system. e.g. a privacy invasion.
Target code:
window.google_ad_client = "ca-pub-5878021809689194"; window.google_ad_slot = "1479874665";
OUJS doesn't do anything like that... however the .user.js engine does. e.g. Greasemonkey and others.
As you may have already figured out you posted two scripts with two different
@name
s... when you changed the@name
it will install a 2nd script as per .user.js engine specifications. We currently mirror that functionality with our URLs.Assuming an end user has script updating enabled then bump your
@version
. Again this is all in the .user.js engines.Re: @simg:
Is there a unminfied source of it somewhere where I can run it through some GM tests? (e.g. home SCM instead of cloudflare CDN) e.g. I'd like to have more than just
a
,b
,c
like for the variable names for a clearer human readable experience.Re: @ome3n:
No worries. The creator of the issue should be able to close it up top and so can @ifugu . :) I usually prefer not to do this with elevated privi's unless it's absolutely necessary.
Re: @ome3n:
Seems to be working for me. Have you tried a clean profile with your .user.js engine in your browser to see if something else is affecting it?
And we're reworked... approximate downtime was ~32 minutes. Took a little longer than I expected for the back-end rework... and we're re-snap-shotted too.
Sunday, June 19th or Monday, June 20th, 2016, late in the evening EST, there is some scheduled server maintenance. Should be ~15 minutes or less.
Thanks once again for your patience.
Misinformation... the script is being hotlinked which shouldn't be happening.
TOS violation... bye.
Some tips for you:
pathname
instead ofhref
but I do see that your store is limited to one page and not multiple so that would need to be addressed as well.This is being "fixed" for you by deletion as you. You may upload again if needed.
Re: @trespassersW:
It means you have an open issue discussion on that script. It's a start, for a trial basis, to some script notifications and does not cover new comments (replies).
Ensure that when you are finished with an issue to close the discussion issue. When all are closed it will disappear. :)
Re: @zbtc:
Should be noted that this resides here for production.
In case you can't find it... it's here.
Did they bring back jQuery? If so then the code snippet I put on your repo many weeks ago would probably help with the Content scope...
@grant
stuffs things in a sandbox so you usually wouldn't need that code then.// @downloadURL https://openuserjs.org/scripts/ReelablePenny14/Testing_Current
... should be instead ...
// @downloadURL https://openuserjs.org/install/ReelablePenny14/Testing_Current.user.js
Installing a web page on an update trigger instead of a .user.js isn't the best thing to try.
Thanks for fixing this asap.
Do that again and you'll be removed.
Guhh... VPS just posted their maintenance:
18th May 2016 04:00 - 05:00 UTC
18th May 2016 05:00 - 06:00 UTC
18th May 2016 07:00 - 08:00 UTC
So we'll probably be down somewhere in this range. :\ Apologies for the late notice but they just left this a little over an hour ago.
Re: @jscher2000:
I believe that person is mentioning those lines could possibly be simplified to:
var uname = GM_getValue("showMineUname", "");
See also:
default
on GM_getValue.Re: @mtdavidsmith88:
See #999. Your client (system) would seem to be bugged at this time. This script also might need
@noframes
as well in the UserScript metadata block but I'm not the author so I don't know how that would affect it.@Roker,
If you continue to abuse the flagging you and your account will go away. I have already mentioned where for you to re-read.
OUJS Admin
Greasemonkey Port 3.8.0.1rc1pre-sm.xpi is available now at the SF file repo.
Notable additions and changes from GM peer:
Re: @FranelasDupe:
This is currently line 112:
,diaria: "Daily"
... and doesn't have everything related to the statement of:
There is no
]
is why I am asking. Is the line number correct?