Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Remove onclick from a tags on Soundhouse
// @namespace https://ason.as/
// @version 0.1
// @description Remove onclick events from all a tags on Soundhouse website
// @author asonas
// @match *://www.soundhouse.co.jp/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Docbase to Things.app Improved with <a> Tag
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Add Docbase memo to Things.app ToDo using an <a> tag for delayed content
// @author YourName
// @match https://*.docbase.io/posts/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name GitHub Negative Emoji Blocker
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Block negative emojis on GitHub
// @author You
// @match *://github.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name DocBase Fixed Title
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Fix the title at the top of the page on DocBase articles
// @author asonas
// @match https://*.docbase.io/*
// @grant none
// ==/UserScript==
#include <algorithm>
#include <iomanip>
#include <sstream>
#include <string>
#include <vector>
#include <M5Stack.h>
#include <WiFi.h>
#include <WiFiClientSecure.h>
#include <NTPClient.h>
#include <WiFiUdp.h>
// ==UserScript==
// @name esarea
// @namespace esarea
// @version 0.1
// @description try to take over the world!
// @author esa
// @match https://ghe.ckpd.co/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
{{ $year := currentTime.UTC.Year }}
{{ $month := printf "%02d" (toInt currentTime.UTC.Month ) }}
{{ $day := printf "%02d" currentTime.UTC.Day }}
{{ $yearMonth := (joinStr "" "[" (toString $year) $month "]" ) }}
{{ $date := (joinStr "" "[" $month $day "]" ) }}
{{ $nichi := (joinStr "" "[" currentTime.UTC.Day "日" "]" ) }}
{{ $body := joinStr " " $yearMonth $date $nichi }}
https://scrapbox.io/sub/{{$year}}/{{$month}}/{{$day}}?body={{ urlescape $body }}
<?xml version="1.0" encoding="UTF-8"?>
<ThreadType>
<Name>Custome GB Metric profile</Name>
<CustomName>Custome GB Metric Profile</CustomName>
<Unit>mm</Unit>
<Angle>60</Angle>
<SortOrder>22</SortOrder>
<ThreadSize>
<Size>8.00</Size>
<Designation>
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails", "7.0.0"
gem "database_rewinder", "0.9.6"
gem "rspec-rails", "5.0.2"
#gem "mysql2", "0.5.3"