dev

Welcome

Hi, welcome to Fandom Developers Wiki! Thanks for your edit to the User talk:Ozuzanna page.

Please leave a message on my talk page if I can help with anything! Cqm (talk) 06:59, May 28, 2016 (UTC)

Thanks. --15?cb=20151014002044~~Peridoork 08:01, July 19, 2016 (UTC)

Question

Hey Doork. I noticed you undid an edit of mine and was curious about your reasons. Do you mind explaining? If there was something I did wrong, could you please explain it to me so I don't do it again?

A Child of God (talk)

15:56, September 24, 2016 (UTC)

Hey there Child.The reason is this. importArticles already imports from MediaWiki.
15?cb=20151014002044~~Peridoork 16:01, September 24, 2016 (UTC)
It doesn't import from the MediaWiki namespace, it redirects so that existing imports do not break. --Sophie 16:11, September 24, 2016 (UTC)

MassProtect

In the future, please ask me permission before editing scripts I authored. You made 2 mistakes on MediaWiki:MassProtect/code.js after editing it, which would have left the script nonfunctional had I not reviewed your edit. Just to make you aware of what you did wrong:

  1. You put a space instead of a hyphen between "content moderator"; this should have been "content-moderator"
  2. You did not decrement the usergroup validation IF statement to -5 from -4 after attempting to add the aforementioned usergroup

Ozank Cx (talk) 16:06, September 29, 2016 (UTC)

Sorry about that,I didn't know.

15?cb=20151014002044~~Peridoork 16:40, September 29, 2016 (UTC)

PowerDelete

Hi Doork, just a question:how does it works?--latest?cb=20100316194914&path-prefix=itCavaX 16:11, April 19, 2017 (UTC)

Adds a button in the Wikia Menu dropdown, the one with edit, history, delete buttons. You click on it, choose the protect type, expiry, reason and the delete reason, you click Do it button and then, boom.

Jaspergem15x15.png~~ Doork was here 16:14, April 19, 2017 (UTC)

Ok, thank you :-)--latest?cb=20100316194914&path-prefix=itCavaX 16:17, April 19, 2017 (UTC)

Template

Ey Doork! I've been curious about your profile. What is that template? Please let me know :D


C u t e O n e 06:53, May 14, 2017 (UTC)

That's w:Template:User:Doork. -- Cube-shaped garbage can 07:00, May 14, 2017 (UTC)

Selectors for the new page header

Hi there! Just letting you know I've undone your change to MediaWiki:PowerDelete.js that changed the selector to .wds-list only. If you test the code out using just .wds-list, you'll notice the PowerDelete menu item is added to every single menu in the wiki and global navigation! For targeting the edit dropdown menu, I'd suggest using something like #ca-edit + .wds-dropdown .wds-list (as I used) to prevent this. Hope this helps! - OneTwoThreeFall talk 16:13, June 13, 2017 (UTC)

Yes... Thank you. I just found out after what Rappy said and checking the global nav. ( https://cdn.discordapp.com/attachments/246736977439883264/324219007832162305/image.png ). I'm seriously crying. Thank you :D
Jaspergem15x15.png~~ Doork was here 16:15, June 13, 2017 (UTC)

AllowScript and security

Sorry, but I've deleted your "AllowScript" script as it would represent a major security issue for anyone using it. Anyone could add malicious code to a wiki page by wrapping it in an element with the allowScript ID, and everybody using the "AllowScript" script would then run this code. Even though you've marked it as personal use only, there's nothing stopping an unsuspecting wiki admin from adding it to the ImportJS page, allowing somebody with ill intentions to take advantage…
For what it's worth, Wikia staff would have definitely rejected the script. - OneTwoThreeFall talk 14:50, July 18, 2017 (UTC)

Such protection could have been made with var directScript = false If someone would have add that into ImportJS, Fandom Staff could go and revert, like others scripts. Or maybe I could have made that protection as default or maybe permament. Jaspergem15x15.png~~ Doork was here 14:52, July 18, 2017 (UTC)
To be frank, I doubt it would matter. As far as I know, ImportJS pages aren't actively monitored, so by the time staff removed it, it could be already too late. If you really believe the script should stay, I'd recommend contacting staff and seeing what they have to say about it. - OneTwoThreeFall talk 14:58, July 18, 2017 (UTC)
I asked Rappy and, per him, "Anything is allowed for personal use." I uh, want the restoring of the pages, and I'll add some more protection for the script.
Jaspergem15x15.png~~ Doork was here 07:11, July 19, 2017 (UTC)
Did you ask about your code specifically? Whilst anything is indeed allowed in personal code pages, I'd be very surprised if the script is approved since it is a blatant security concern (preventing such things was a major reason for the introduction of the JS review process).
Sorry to say, admins/content mods cannot restore pages in the MediaWiki namespace, so you'll have to talk to staff about that too. - OneTwoThreeFall talk 08:59, July 19, 2017 (UTC)
But you can restore it's doc page right?

https://i.gyazo.com/fb875b046ab3f52a21fb2eee788ca13d.png

Also, I'm going to add protection. Jaspergem15x15.png~~ Doork was here 09:05, July 19, 2017 (UTC)
I've restored the doc page for you. Yes, while the script is technically fine for personal use (I was never debating that), I think it's quite unlikely it'll be approved for review due to the risks I've mentioned above.
If you're looking to quickly test code, I'd recommend using your browser's developer tools instead (F12 key in most browsers). They'll let you run whatever CSS/JS code you want on the current page - very convenient for testing! - OneTwoThreeFall talk 09:12, July 19, 2017 (UTC)