MediaWiki API result
This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.
See the complete documentation, or the API help for more information.
{ "batchcomplete": "", "continue": { "lecontinue": "20241103002153|39", "continue": "-||" }, "query": { "logevents": [ { "logid": 49, "ns": 0, "title": "Bashrc/Zshrc Setup", "pageid": 46, "logpage": 46, "revid": 680, "params": {}, "type": "create", "action": "create", "user": "Lucka", "timestamp": "2024-12-11T02:28:34Z", "comment": "Created page with \"https://kirbfeels.gianluccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/.bashrc https://kirbfeels.gianluccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/.rc\"" }, { "logid": 48, "ns": 0, "title": "Clipboardbuffers.py", "pageid": 45, "logpage": 45, "revid": 675, "params": {}, "type": "create", "action": "create", "user": "45.27.172.161", "anon": "", "timestamp": "2024-12-10T22:56:54Z", "comment": "Created page with \"import os import sys from PyHotKey import Key, keyboard from tkinter import * scriptFolder = (os.path.dirname(__file__)) def inputbox(inputBuffer): inputText = \"No Input Given Yet\" master = Tk() textbox = Entry(master) textbox.pack() textbox.focus_set() def onclick(pos): nonlocal inputText inputText = textbox.get() print(f\"Clipboard buffer {inputBuffer} was set to: {inputText}\") master.destroy() b = Button(...\"" }, { "logid": 47, "ns": 0, "title": "Exit Audit Mode", "pageid": 44, "logpage": 44, "revid": 671, "params": {}, "type": "create", "action": "create", "user": "45.27.172.161", "anon": "", "timestamp": "2024-12-10T22:09:58Z", "comment": "Created page with \"Source: https://answers.microsoft.com/en-us/windows/forum/all/how-to-exit-audit-mode/34adf896-a0fb-4972-9d23-e37682029a28 How to Exit Audit Mode If you are having unsuccessful attempts at exiting audit mode and getting \"fatal error messages\", the following is what I did that worked: Type regedit in the windows search bar and press enter. Navigate to HKEY_LOCAL_MACHINE>SYSTEM>Setup>Status. By clicking on the \"Status\", you will see a registry key item called \"AuditB...\"" }, { "logid": 46, "ns": 0, "title": "Registry Tweaks/Fixes", "pageid": 43, "logpage": 43, "revid": 670, "params": {}, "type": "create", "action": "create", "user": "45.27.172.161", "anon": "", "timestamp": "2024-12-10T22:09:39Z", "comment": "Created page with \"[[Exit Audit Mode]]\"" }, { "logid": 45, "ns": 0, "title": "CopyResponses.py", "pageid": 42, "logpage": 42, "revid": 667, "params": {}, "type": "create", "action": "create", "user": "45.27.172.161", "anon": "", "timestamp": "2024-12-10T17:29:51Z", "comment": "Created page with \" import pyperclip import os import sys if os.name == 'nt': import win32api myName = win32api.GetUserNameEx(3) else: myName = \"Lucca P.\" supportNumber = \"(954) 474 2204\" altSupportNumber = \"(954) 713 2601\" emailFinisher = f\"\"\" Thank you and have a wonderful rest of your day! {myName}\"\"\" #functions below def copy(content): pyperclip.copy(content) def clear(): if os.name == 'nt': os.system('cls') else: os.system('clear') #functions above clear() #...\"" }, { "logid": 44, "ns": 0, "title": "Supportdesk.ahk", "pageid": 41, "logpage": 41, "revid": 665, "params": {}, "type": "create", "action": "create", "user": "45.27.172.161", "anon": "", "timestamp": "2024-12-10T17:27:20Z", "comment": "Created page with \" CoordMode, Mouse, Screen ;Pull your full name from AD nSize:= VarSetCapacity(sFull, 1023) + 1 DllCall(\"secur32\\GetUserNameEx\", \"Uint\", 3, \"str\", sFull, \"UintP\", nSize) myName := sFull myFirstName := firstWordOfString(myName) ;HOTKEYS f1::SendRaw, %clipboard% Insert::Reload !Scrolllock::showMousePosition() f8::InputBox, callBackNumber, What is the callback number?, cb:,, Width, Height, 640, 480, English, 0 +f8::Send, cb: ``%callBackNumber%`` !f8::Send, cb:...\"" }, { "logid": 43, "ns": 0, "title": "Focusjump.ahk", "pageid": 40, "logpage": 40, "revid": 661, "params": {}, "type": "create", "action": "create", "user": "45.27.172.161", "anon": "", "timestamp": "2024-12-10T17:25:18Z", "comment": "Created page with \"#Requires AutoHotkey v2.0 ;Make a file in the script's folder called lefthanded.txt if you do want left handed keybinds A_MaxHotkeysPerInterval := 20000 ;CapsLock, Numlock, and ScrollLock state SetCapsLockState \"AlwaysOff\" SetScrollLockState \"AlwaysOff\" SetNumLockState \"AlwaysOff\" ;Screenshot on PrintScreen Key & f14 F14:: PrintScreen::Run \"ms-screenclip:\" ;ScreenConnect Only Hotkeys: #HotIf WinActive(\"ahk_exe ScreenConnect.ClientService.exe\") or WinActive(\"ahk_exe S...\"" }, { "logid": 42, "ns": 0, "title": "Keyboard Navigation Scripts", "pageid": 39, "logpage": 39, "revid": 660, "params": {}, "type": "create", "action": "create", "user": "45.27.172.161", "anon": "", "timestamp": "2024-12-10T17:25:11Z", "comment": "Created page with \"[[focusjump.ahk]]\"" }, { "logid": 41, "ns": 0, "title": "OSX Commands", "pageid": 38, "logpage": 38, "revid": 655, "params": {}, "type": "create", "action": "create", "user": "45.27.172.161", "anon": "", "timestamp": "2024-12-06T19:03:35Z", "comment": "Created page with \"Disable Mac Address Randomization Globally sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist PrivateMACAddressModeSystemSetting -int 1\"" }, { "logid": 40, "ns": 0, "title": "Example User onboarding & offboarding Scripts", "pageid": 37, "logpage": 37, "revid": 635, "params": {}, "type": "create", "action": "create", "user": "45.27.172.161", "anon": "", "timestamp": "2024-11-05T17:17:48Z", "comment": "Created page with \"<hr>User Onboarding<hr> <hr>User Offboarding<hr> \techo \"Connecting to 365...\" \tConnect-MgGraph -NoWelcome -TenantId $tenantID \tPause \techo \"Connecting to exchange online...\" \tConnect-ExchangeOnline -UserPrincipalName $tenantAdminUsername \tPause \techo \"Connecting to MSOnline...\" \tConnect-MsolService \tPause \t$user = Get-MgUser -UserId $userEmail \techo \"Making user a shared mailbox...\" \tSet-Mailbox $userEmail -Type Shared \techo \"Waiting 60 seconds for the changes to appl...\"" } ] } }