Marti Admin

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):

Good afternoon
Tell me what to do with this script, install fails, issues an error on line @match.

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):

С glob шаблоны @match должна включать ://.

Таким образом линии:

// @match *guvm.mvd.ru/services/appointment

> ... на минимум должны быть написаны как...

> ``` 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";

do openuserjs checks the updateURL from time to time and updates stored version of a script?

OUJS doesn't do anything like that... however the .user.js engine does. e.g. Greasemonkey and others.

concrete example:

As you may have already figured out you posted two scripts with two different @names... 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.

If this not happening automatically can i trigger it manually?

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.


Its been stuck on 429 for a month!

Misinformation... the script is being hotlinked which shouldn't be happening.

Thats bull and very weak of the site managers from shush, tamprmonkey, etc. You dudes are as trash as the systems you rep.

TOS violation... bye.



This is being "fixed" for you by deletion as you. You may upload again if needed.


Re: @trespassersW:

... wondering wahat does it it mean

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. :)




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.



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: @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:

  • The inclusion of a patch to prevent the add-on from hitting the site more than once on non-200 status codes (download rejections e.g. busy, too many requests, etc.). This is currently an issue with GM but handled in this port as a patch.
  • Fx Sync is disabled by initial install as SM has some issues with account creation. If you really need to toggle this, probably just for testing purposes, please go to about:config?filter=extensions.greasemonkey.sync.enabled.
  • Unbranded some Fx strings. These localizations are approximate however duly verified... albeit perhaps not grammatically correct since I don't read/write all of these supported languages. Babelzilla translations don't seem to be all that accurate imho.

Re: @FranelasDupe:

yep I m sure.

This is currently line 112:

,diaria: "Daily"

... and doesn't have everything related to the statement of:

go to line 112 and then move the "'" to the rigth place, behind "]" It´s should solve the issue with the revealed BBCODE.

There is no ] is why I am asking. Is the line number correct?