Implement Edge DevTools (#88679)

## About The Pull Request
Implements Edge DevTools for 516 users (coders)
Thanks to [S34N](https://github.com/ParadiseSS13/Paradise/pull/25363)

<details><summary>Images</summary>


![image](https://github.com/user-attachments/assets/9025d45a-a1be-4e95-b1ee-4adfb29d687e)

![image](https://github.com/user-attachments/assets/abe1b936-9fb5-4001-8f21-cbeeb62def45)

</details>

---------

Co-authored-by: AnturK <4047233+anturk@users.noreply.github.com>
This commit is contained in:
Aylong
2024-12-24 21:36:25 +02:00
committed by GitHub
parent c665ea8bf8
commit 56e56ceac9
+8
View File
@@ -743,6 +743,14 @@ ADMIN_VERB(reestablish_tts_connection, R_DEBUG, "Re-establish Connection To TTS"
message_admins("[key_name_admin(user)] successfully re-established the connection to the TTS HTTP server.")
log_admin("[key_name(user)] successfully re-established the connection to the TTS HTTP server.")
ADMIN_VERB(allow_browser_inspect, R_DEBUG, "Allow Browser Inspect", "Allow browser debugging via inspect", ADMIN_CATEGORY_DEBUG)
if(user.byond_version < 516)
to_chat(user, span_warning("You can only use this on 516!"))
return
to_chat(user, span_notice("You can now right click to use inspect on browsers."))
winset(user, null, list("browser-options" = "+devtools"))
/proc/generate_timer_source_output(list/datum/timedevent/events)
var/list/per_source = list()