Skip to content
View TKTurbo's full-sized avatar
✌️
good vibes
✌️
good vibes
Block or Report

Block or report TKTurbo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bodge for forwarding magic packets, ... bodge for forwarding magic packets, fixed dst mac not being broadcast mac
    1
    """
    2
    Listens for a wol packet on port 9, checks if it's alright and then builds and broadcasts a new magic packet with the mac-address from the given packet.
    3
    Useful for when you can't create static arp entries or forward to a broadcast address on your router.
    4
    5
    Also uses attempts. Broadcasting every magic packet can really slow a network down, so people can be blacklisted for automatically for abusing.
  2. Blackboard collaborate recording dow... Blackboard collaborate recording downloader. Paste in console.
    1
    // Fetch from URL into a blob
    2
    fetch(document.getElementById('playback-video-playback-video_html5_api').src)
    3
      .then(res => res.blob())
    4
      .then(blob => {
    5
        // Create blob url