From Wikipedia, the free encyclopedia
Content deleted Content added
|
|
|||
| Line 74: | Line 74: | ||
|
The CD singles are gone so the pages are now dead linked. I proved archived links to both and pointed out some other stuff that’s been released as well as provided archived links to them as well. [[Special:Contributions/2601:806:8380:4340:4984:DD20:BD6C:6501|2601:806:8380:4340:4984:DD20:BD6C:6501]] ([[User talk:2601:806:8380:4340:4984:DD20:BD6C:6501|talk]]) 23:29, 31 October 2025 (UTC) |
The CD singles are gone so the pages are now dead linked. I proved archived links to both and pointed out some other stuff that’s been released as well as provided archived links to them as well. [[Special:Contributions/2601:806:8380:4340:4984:DD20:BD6C:6501|2601:806:8380:4340:4984:DD20:BD6C:6501]] ([[User talk:2601:806:8380:4340:4984:DD20:BD6C:6501|talk]]) 23:29, 31 October 2025 (UTC) |
||
|
:Ok, I’ll check when I have time! Going out rn. ”'<span style=”font-variant:small-caps”><span style=”color:#3bb143″>HwyNerd</span></span> [[User:HwyNerd Mike|<span style=”color:green;”>Mike</span>]]”’ <small>([[User talk:HwyNerd Mike|t]] | [[Special:Contributions/HwyNerd Mike|c]])</small> 23:49, 31 October 2025 (UTC) |
|||
Latest revision as of 23:49, 31 October 2025
You might as well create a new post below: |
| Please don’t template me! Everybody makes mistakes, and this user finds user warning templates impersonal and disrespectful. If there’s something you’d like to say, please take a moment to write a comment below in your own words. |

Hello. Your account has been granted the “pending changes reviewer” userright, allowing you to review other users’ edits on pages protected by pending changes. The list of articles awaiting review is located at Special:PendingChanges, while the list of articles that have pending changes protection turned on is located at Special:StablePages.
Being granted reviewer rights neither grants you status nor changes how you can edit articles. If you do not want this user right, you may ask any administrator to remove it for you at any time.
See also:
* Pppery * it has begun… 21:19, 21 October 2025 (UTC)
Thank you so much! HwyNerd Mike (tokk) 04:11, 23 October 2025 (UTC)
Nice work on the JavaScript! I messed around a bit with User:Polygnotus/Scripts/LastActive.js. It uses the XTools API, so you get the globalcontribs instead of the most recent contrib on that particular wiki, and it uses (very) rudimentary rate limiting. Polygnotus (talk) 02:08, 22 October 2025 (UTC)
- Holy! I am not learning MediaWiki Javascript so in-depth like you did. Honestly, I’m currently tweaking my stuff so that it detects the user rights too, but it looks like it’s not gonna work any day soon. HwyNerd Mike (tokk) 02:11, 22 October 2025 (UTC)
- Feel free to shout if you need any help, or throw rocks in my general direction. For the user rights thing it may be a good idea to look at existing scripts, there are various unintuitive (imo) tricks. See Wikipedia:User_scripts/List#User_information.
- If I remember correctly there is a JSON file somewhere out there with who has which user rights, regularly updated by a bot, which you can use in your code. One moment, I’ll try to find it. Polygnotus (talk) 02:15, 22 October 2025 (UTC)
-
- So it is User:NovemBot who updates the file daily, see https://en.wikipedia.org/wiki/User:NovemBot/userlist.js and you can use that to get the required info, see for a quick and dirty example User:Polygnotus/Scripts/UserRights.js which checks if Jimbo Wales is an admin (he is not) and outputs that to the console. Enjoy! Polygnotus (talk) 02:22, 22 October 2025 (UTC)
- I am going to need to comprehend that. Thank you! HwyNerd Mike (tokk) 02:28, 22 October 2025 (UTC)
- @Polygnotus Can you help me tweak User:HwyNerd Mike/self.js? It is clearly not working, and I’m not seeing any day when I’ll make it work without your help. HwyNerd Mike (tokk) 02:46, 22 October 2025 (UTC)
- See User:Polygnotus/Scripts/Self2.js. You were very close. Polygnotus (talk) 02:49, 22 October 2025 (UTC)
- So that’s what I am missing… (currently brain dead) HwyNerd Mike (tokk) 02:52, 22 October 2025 (UTC)
- And the first thing that the script did was disrespect me! While I am extended confirmed, it replied “false” in the code 🙁 HwyNerd Mike (tokk) 02:56, 22 October 2025 (UTC)
- Hm that is very unkind. Teach it some manners! But yeah that one is not in the JSON. You could call the API tho. Polygnotus (talk) 03:00, 22 October 2025 (UTC)
- So for example User:Polygnotus/Scripts/ItBeMikeYo.js. Polygnotus (talk) 03:05, 22 October 2025 (UTC)
- I’ll try it. Also, amazing speed creating that many lines of code in that short of a time. HwyNerd Mike (tokk) 03:07, 22 October 2025 (UTC)
- Yes, Claude.ai is pretty fast. Am currently a bit confused because extendedconfirmed is in the JSON. I blame a cosmic ray bit flip because debugging is work. https://hackaday.com/2021/02/17/cosmic-ray-flips-bit-assists-mario-64-speedrunner/ Polygnotus (talk) 03:10, 22 October 2025 (UTC)
- I’ll try it. Also, amazing speed creating that many lines of code in that short of a time. HwyNerd Mike (tokk) 03:07, 22 October 2025 (UTC)
- So for example User:Polygnotus/Scripts/ItBeMikeYo.js. Polygnotus (talk) 03:05, 22 October 2025 (UTC)
- Hm that is very unkind. Teach it some manners! But yeah that one is not in the JSON. You could call the API tho. Polygnotus (talk) 03:00, 22 October 2025 (UTC)
- It is the classic async await vs fetch.then() stuff. Polygnotus (talk) 03:00, 22 October 2025 (UTC)
- And the first thing that the script did was disrespect me! While I am extended confirmed, it replied “false” in the code 🙁 HwyNerd Mike (tokk) 02:56, 22 October 2025 (UTC)
- So that’s what I am missing… (currently brain dead) HwyNerd Mike (tokk) 02:52, 22 October 2025 (UTC)
- See User:Polygnotus/Scripts/Self2.js. You were very close. Polygnotus (talk) 02:49, 22 October 2025 (UTC)
- @Polygnotus Can you help me tweak User:HwyNerd Mike/self.js? It is clearly not working, and I’m not seeing any day when I’ll make it work without your help. HwyNerd Mike (tokk) 02:46, 22 October 2025 (UTC)
- I am going to need to comprehend that. Thank you! HwyNerd Mike (tokk) 02:28, 22 October 2025 (UTC)
- So it is User:NovemBot who updates the file daily, see https://en.wikipedia.org/wiki/User:NovemBot/userlist.js and you can use that to get the required info, see for a quick and dirty example User:Polygnotus/Scripts/UserRights.js which checks if Jimbo Wales is an admin (he is not) and outputs that to the console. Enjoy! Polygnotus (talk) 02:22, 22 October 2025 (UTC)
| This section contains material that is kept because it is considered humorous. Such material is not meant to be taken seriously. |
Constructive contributions to Wikipedia are appreciated, but a recent edit that you made to User talk:2804:14C:176:A374:431:6EFC:318B:7DFB has been reverted or removed because it was a misuse of a warning or blocking template. Please use the user warnings sandbox for any tests you may want to do, or take a look at our introduction page to learn more about contributing to the encyclopedia. If an edit seems like vandalism but you cannot confirm that it likely is, don’t warn the user. If you think I made a mistake, or if you have any questions, you may leave a message on my talk page. Thank you. HwyNerd Mike (tokk) 22:55, 27 October 2025 (UTC)
- Ok, ok, I get it. HwyIdiot Mike (talk) 22:57, 27 October 2025 (UTC)
The CD singles are gone so the pages are now dead linked. I proved archived links to both and pointed out some other stuff that’s been released as well as provided archived links to them as well. 2601:806:8380:4340:4984:DD20:BD6C:6501 (talk) 23:29, 31 October 2025 (UTC)
- Ok, I’ll check when I have time! Going out rn. HwyNerd Mike (t | c) 23:49, 31 October 2025 (UTC)


