looks like there is nothing in the like of an UI to configure userscripts
2017-02-15 04651, 2017
matoro joined the channel
2017-02-15 04652, 2017
CallerNo6
speaking of motörhead (and the heavy metal umlaut)...
2017-02-15 04654, 2017
CallerNo6
... https://musicbrainz.org/artist/0a3386b0-9634-40bf… is often written "lääz" but the album covers show, if anything, lååz. weird case of people using umlauts because they can't type the right character?
2017-02-15 04612, 2017
CallerNo6
This is the hill I want to die on.
2017-02-15 04652, 2017
CallerNo6
(which will also be the title of my third solo album)
2017-02-15 04602, 2017
Clint
CallerNo6: seems pretty questionable
2017-02-15 04607, 2017
atsampson joined the channel
2017-02-15 04631, 2017
CallerNo6
what, me wrong?
2017-02-15 04639, 2017
CallerNo6
inconceivable.
2017-02-15 04647, 2017
Clint
no, anyone spelling it Lääz
2017-02-15 04600, 2017
Clint
Michael: Laaz Rockit comes from the Clint Eastwood movie, “The Enforcer”. It is the weapon he uses to blow up the tower on Alcatraz Island at the end. It sounded really cool to us when we were 17 years old, that’s how long we have been together!
poop, how do I get https://paste.ee/p/TkpDK this to also include all other entities other than "release" (also artist, release group work recording label, instrument, etc)
2017-02-15 04624, 2017
matoro has quit
2017-02-15 04635, 2017
Rotab
lööz
2017-02-15 04629, 2017
CatQuest
userscript-gurues, guide me!
2017-02-15 04604, 2017
hibiscuskazeneko has quit
2017-02-15 04623, 2017
CatQuest
huh.. who removed the ää anyway first?
2017-02-15 04645, 2017
CatQuest
CallerNo6: it says "
2017-02-15 04645, 2017
CatQuest
WE CURRENTLY HAVE 0 IMAGES IN THIS SECTION "
2017-02-15 04656, 2017
timbl has quit
2017-02-15 04605, 2017
timbl joined the channel
2017-02-15 04641, 2017
matoro joined the channel
2017-02-15 04617, 2017
CatQuest
(on the fanart.tv you linked in the edit on lææzer rockit)
you could possibly match on whatever and not have to specify all the types
2017-02-15 04634, 2017
Rotab
idk
2017-02-15 04640, 2017
CatQuest
Rotab: \o/
2017-02-15 04608, 2017
CatQuest
but yes, "match on whatever" would be better since then we don't need to list every thing
2017-02-15 04659, 2017
CatQuest
that is.. I don't know how to do that :(
2017-02-15 04617, 2017
CatQuest
just "*" or what?
2017-02-15 04619, 2017
CallerNo6
CatQuest, thanks, fixed.
2017-02-15 04607, 2017
CallerNo6
For those following along at home, the band name was de-metalicized at https://musicbrainz.org/edit/34118542 . I guess I should ping the editor and give him/her/etc a chance to vote "no".
ah, ifi just put (*) in the first place in place of "release" it works
2017-02-15 04659, 2017
CatQuest
.. but only for release :/
2017-02-15 04609, 2017
mezod has quit
2017-02-15 04601, 2017
Rotab
.*
2017-02-15 04616, 2017
CatQuest
re = new RegExp("musicbrainz\.org\/(.*)\/([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})","i");
2017-02-15 04618, 2017
CatQuest
doesnt work
2017-02-15 04624, 2017
CatQuest
re = new RegExp("musicbrainz\.org\/(*)\/([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})","i"); does, but only for release (omitting the type things and writing)
2017-02-15 04626, 2017
CatQuest
$('ul.tabs').append('<li><a href="/(*)/' + mbid + '/edits">Edit history</a></li>'); it works for release but nothing else
2017-02-15 04624, 2017
CatQuest
ah i'ts 2 am here now i'm going to bed.. if you figure out something (or if anyone else does) you know where to paste an idea (here <3)
2017-02-15 04639, 2017
CatQuest
thank you so much
2017-02-15 04627, 2017
Rotab
im already in bed ;D
2017-02-15 04647, 2017
CatQuest
i am in the sofa. i will try not to sleep here as i did yesterday
2017-02-15 04601, 2017
Rotab
it should work, i think.. except that you should leave the ul.tabs row as it was
2017-02-15 04624, 2017
CatQuest
yea that didn't owkr :/
2017-02-15 04648, 2017
Rotab
and im pretty sure just (*) shouldnt work at all
2017-02-15 04658, 2017
Rotab
are you sure it is saving correctly? :P
2017-02-15 04610, 2017
CatQuest
¬¬
2017-02-15 04605, 2017
CatQuest
if I alter nothing but put .* inside the parantesis, I don't see "edit history" anywhere