Skip to content
View smcllns's full-sized avatar

Block or report smcllns

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. css-social-buttons css-social-buttons Public

    Zocial: CSS login and social buttons

    CSS 1.7k 287

  2. unsubmarine unsubmarine Public

    Hacking an auto-unsubscribe into gmail

    Svelte 2

  3. A valid URL you can bookmark and pas... A valid URL you can bookmark and paste into address bar for quickly taking notes and saving to a .txt file.
    1
    data:text/html,
    2
    <html>
    3
      <head>
    4
        <meta name="viewport" content="width=device-width,initial-scale=1" />
    5
        <style>
  4. Replaces straight quotes with curly ... Replaces straight quotes with curly quotes (smart quotes) within text on a html page. I'm using this script to just update the html page when rendered, since Prettier doesn't support and VS Code solutions weren't great.
    1
    // Replace straight quotes with curly quotes
    2
    // Add to a html page inside a <script> tag
    3
    
                  
    4
    (() => {
    5
      const curly = (s) =>
  5. orbit-controls-es6 orbit-controls-es6 Public

    Forked from silviopaganini/orbit-controls-es6

    Threejs orbit controls update for ES6

    JavaScript

  6. gmail gmail Public

    A cli tool to help Claude Code read and process messages in gmail

    TypeScript 1