This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ $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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
NewerOlder