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 unhover | |
// @namespace https://example.com/ | |
// @version 2024-07-18 | |
// @description Trap hover events so they don't interrupt you constantly and invert colors of the element causing hover. | |
// @author You | |
// @match *://*/* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant none | |
// @updateURL https://gist.githubusercontent.com/inertia186/ee7458f2ef7aa338a0fc8c32bf3369f9/raw/unhover.user.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
/* | |
* This script implements a Hive Ticker widget with the Scriptable API. The script is meant to be used with a widget | |
* configured on the Home Screen. To install, copy this script into Scriptable (available in the Apple App Store) | |
* and add a "small" Scriptable widget on the Home Screen. Then select this script. | |
*/ | |
// === Remote Data === | |
const rpc = hiveRequest('https://api.hive.blog'); | |
const hive = await new Request('https://api.coingecko.com/api/v3/coins/hive').loadJSON(); |
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
Query the entire blog of an author. |
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 hive-together | |
// @namespace https://gist.github.com/inertia186/484e3d55b41d47c73cff303f36d1d32c | |
// @updateURL https://gist.github.com/inertia186/484e3d55b41d47c73cff303f36d1d32c | |
// @version 0.1 | |
// @description Quickly hive-together. | |
// @author inertia | |
// @match https://hive.blog/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-3.4.0.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
Verifying that CSW is a frawd. |
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 hive-switcher | |
// @namespace https://gist.github.com/inertia186/39a62faa835c5fa0b527c59b1af4f2bb | |
// @updateURL https://gist.githubusercontent.com/inertia186/39a62faa835c5fa0b527c59b1af4f2bb/raw/f7596093365525740d8d68a76dc671e5793046b8/hive-switcher.js | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Switch between different Hive front-ends. | |
// @author inertia | |
// @match http*://hive.blog/* | |
// @match http*://peakd.com/* |
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
source 'https://rubygems.org' | |
gem 'hive-ruby', require: 'hive' | |
gem 'radiator' | |
gem 'highline' | |
gem 'hive_sql' | |
gem 'awesome_print' | |
gem 'pry' | |
gem 'rb-readline' |
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
def per(n, s) | |
# Summary of the current test by showing the numbere bing tested followed by | |
# the number of digits. | |
puts("#{n} (digits: #{n.to_s.size})") | |
# Increment the step. | |
s = s + 1 | |
# Check if we've reached the last step. |
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 steem-together | |
// @namespace https://gist.github.com/inertia186/f17d49ee63e811261193e121a07e1abe | |
// @updateURL https://gist.github.com/inertia186/f17d49ee63e811261193e121a07e1abe | |
// @version 0.2 | |
// @description Quickly steem-together. | |
// @author inertia | |
// @match https://steemit.com/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-3.4.0.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
// ==UserScript== | |
// @name sm-better-names | |
// @namespace https://gist.github.com/inertia186/93b53e9922602f36dc4b743108569072 | |
// @updateURL https://gist.github.com/inertia186/93b53e9922602f36dc4b743108569072 | |
// @version 0.1 | |
// @description Better names for cards in Steem Monsters. | |
// @author inertia | |
// @include https://steemmonsters.com/* | |
// ==/UserScript== |
NewerOlder