Kumirei's Userscripts

Well, I thought about that and followed a very straightforward system name_durtle. if you know the anime character or other reference, you should be able to guess it. Same for descriptive stuff, like

= mummy _durtle so it shouldn’t be too hard. ^>^

1 Like

Don’t want to bump a 7 month old topic, is Dashboard Level still maintained? I get this bug. “Help” has this weird border.
And I think having two mentions of a level is too much, maybe keep it to just this tiny circle near the avatar? With the new UI and allbug

2 Likes

I will have a look at it tomorrow!

2 Likes

This is a setting, btw

2 Likes

Omg the answer was instantaneous :flushed: thanks!
Now I see the setting, and the bug only appears when like this. The “forum likes” option is fine.
bug2

2 Likes

Hey Hey!

For your regular tracker, is there a way to manually update the progress? or to make it refresh and get the accurate information:
image

Because my days is very off:

I’m at 28 days but it says 4 days.

I haven’t looked at the code, so maybe it’s in there, but I thought I would ask :slight_smile:

1 Like

No way to manually update. It takes 100 days for it to catch up as Discourse doesn’t provide all the relevant data in their API (as far as I know)

2 Likes

Ok thank you very much :slight_smile:

1 Like

Actually, it depends on how desperate and techy you are. I haven’t created any way of adding data, but you could go into the local cache yourself and change things. Although, that doesn’t seem worth it to me

@Kumirei
The emote script suddenly isn’t working for me. Even though all the images are hosted on imgur and I copy-pasted the formatting I used to transfer them over to another computer, they suddenly don’t work on my computer and readding them seems to do nothing.

Image Name

From your table it looks like you don’t have any emotes registered anymore think
Have you tried adding something new?

Maybe you could look at your cache to see if it’s still there?

F12 → Application tab → Local Storage → Emoter

1 Like

I tried readding all of them. I’ll try checking my cache though

1 Like


They’re gone, but it’s not letting me re-add anything :sob:

1 Like

Looks like you have some errors in the console. What are they?

Computer wizard speak to me…
[Deprecation] ::-webkit-details-marker pseudo element selector is deprecated. Please use ::marker instead. See Chrome Platform Status for more details.
8_application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609 Deprecation notice: whiteList has been replaced with allowList (deprecated since Discourse 2.6.0.beta.4) (removal in Discourse 2.7.0)
e.default @ _application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609
5Refused to set the document’s base URI to ‘’ because it violates the following Content Security Policy directive: “base-uri ‘none’”.

2_application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609 Deprecation notice: whiteList has been replaced with allowList (deprecated since Discourse 2.6.0.beta.4) (removal in Discourse 2.7.0)
e.default @ _application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609
/posts:1 Failed to load resource: the server responded with a status of 422 ()
2_application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609 Deprecation notice: whiteList has been replaced with allowList (deprecated since Discourse 2.6.0.beta.4) (removal in Discourse 2.7.0)
e.default @ _application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609
/posts:1 Failed to load resource: the server responded with a status of 422 ()
6_application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609 Deprecation notice: whiteList has been replaced with allowList (deprecated since Discourse 2.6.0.beta.4) (removal in Discourse 2.7.0)
e.default @ _application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609
userscript.html?name=WaniKani%20Forums%3A%20Large%20Image%20Embedder.user.js&id=ea562fc4-462f-4218-aa9d-c9ed3e939880:123 swooosh
4_application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609 Deprecation notice: whiteList has been replaced with allowList (deprecated since Discourse 2.6.0.beta.4) (removal in Discourse 2.7.0)
e.default @ _application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609
userscript.html?name=WaniKani%20Forums%3A%20Large%20Image%20Embedder.user.js&id=ea562fc4-462f-4218-aa9d-c9ed3e939880:123 swooosh
6_application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609 Deprecation notice: whiteList has been replaced with allowList (deprecated since Discourse 2.6.0.beta.4) (removal in Discourse 2.7.0)
e.default @ _application-46d85f703f0e66363a9e9103892fc178612104a54a1475ade591457cf3c28512.js:609

1 Like

Or maybe this??

    • The Content Security Policy (CSP) prevents the evaluation of arbitrary strings as JavaScript to make it more difficult for an attacker to inject unathorized code on your site.

To solve this issue, avoid using eval() , new Function() , setTimeout([string], ...) and setInterval([string], ...) for evaluating strings.

If you absolutely must: you can enable string evaluation by adding unsafe-eval as an allowed source in a script-src directive.

:warning: Allowing string evaluation comes at the risk of inline script injection.

1 Like

Hmm, doesn’t look like it has anything to do with the emote script. Try adding something and then take a screenshot of the console for me (easier to read than plain text), something might be causing the adding to fail

:tj3stargoodegg:

1 Like

Scroll to the bottom of the console, please slight_smile Also you can close the bottom panel, that’s not needed

1 Like

You got it!

1 Like