Feel the birds:

  • /*
     * @title Feel the birds:
     * @description focus
     * @include https://twitter.com/*
     * @license MIT License
     * @require 
    * @javascript_url
     */
    
    var dot = document.createElementNS("http://www.w3.org/2000/svg", "circle");
    dot.setAttribute("cx", 5.5);
    dot.setAttribute("cy", 3);
    dot.setAttribute("r", 1);
    dot.setAttribute("fill", "black");
    
    var svg = document.querySelector('a[aria-label="Twitter"] svg')
    svg.appendChild(dot);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2023/07/25 15:46:51 - 2023-07-25
  2. 2014/08/05 20:35:55 - 2014-08-05