I hereby claim:
- I am boehs on github.
- I am ewwn (https://keybase.io/ewwn) on keybase.
- I have a public key ASDUL91Kx9ukmOAXjc2ddaeaarjHMHw19qHjCaQXxE7iPQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
let d = [{ | |
"title": "post one", | |
"date": 1627421886, | |
"content": "lorum ipsut" | |
}, | |
{ | |
"title": "post two", | |
"date": 1727421886, | |
"content": "lorum ipsut dolar", | |
"tags": ["a", "b", "c"] |
<section> | |
<header> | |
<h1>Hi<wbr>ra<wbr>ga<wbr>na</h1> | |
<h2>some japanese chars</h2> | |
</header> | |
<div class="table-wrapper"> | |
<table> | |
<tr> | |
<th></th> | |
<th>a</th> |
{ | |
const apiPrefix = 'https://discord.com/api/v9' | |
var delay = ms => new Promise(res => setTimeout(res, ms)) | |
var qs = obj => | |
Object.entries(obj) | |
.map(([k, v]) => `${k}=${v}`) | |
.join('&') | |
const apiCall = (apiPath, body, method = 'GET') => { |
// plotARoutePremium.js | |
// www.plotaroute.com##+js(plotARoutePremium) | |
document.addEventListener("DOMContentLoaded", () => { | |
enablePremFeat() | |
console.log('if you are seeing this, everything went well') | |
}) |
Discord has a number of features related to music streaming that are "exclusively" available for spotify premium members. Notably, listening parties. To restrict these features to spotify premium, discord runs a few premium checks that we can overwrite.
Discord has the ability to control the playback of music for non premium members so they can pause the music on spotify if they are talking too long in a voice call. Spotify could have exclusively granted permission to pause music, instead of playing, pausing, changing songs, etc, but they did not, presumably because they did not have the fine grained control and did not care enough to implement it.
// ==UserScript== | |
// @name Bypass "Calculation of totals has been disabled" for canvas | |
// @namespace https://boehs.org | |
// @match https://*.instructure.com/courses/*/grades | |
// @grant none | |
// @version 1.1.0 | |
// @author Evan Boehs | |
// @description Calculates totals when canvas doesn't want to | |
// @supportURL https://gist.github.com/boehs/883fda113facb902ac440cab26b09cb9 | |
// @license GPL-3.0-only |
love loving lover like know want feel feeling think thinking one time never get make making friend friends would even see really day thing things say saying talk talking much way look looking could still tell back always girl someone heart ever hope hoping life year miss missing said guy wish let didn't try something every smile right need thought happy first come maybe people good eye ask everything person best kiss told night together give stop away crush hurt hurting care around last little boy please take start got made happen mean fall wait today hate well though anything long find keep beautiful end hand text remember better wonder nothing face letter laugh laughing sometime sometimes work else mind two call world walk month dream felt realize word sorry help fuck school thank hold perfect knew doesn't use sure hard won since anymore enough date bad cry lot actual move dear without next leave believe live seem head name saw moment guess kind change anyone relationship write met okay yet week turn anothe |
let weights = Object.fromEntries("IJIJ ijij LJLJ LjLj ljlj NJNJ NjNj njnj DZDZ DzDz dzdz Rs₨ No№ SM℠ TEL℡ TM™ FAX℻ llⅡ IIⅡ IIIⅢ IVⅣ VIⅥ VIIⅦ VIIIⅧ IXⅨ XIⅪ XIIⅫ iiⅱ iiiⅲ ivⅳ viⅵ viiⅶ viiiⅷ ixⅸ xiⅺ xiiⅻ hPa㍱ da㍲ AU㍳ bar㍴ oV㍵ pc㍶ pA㎀ nA㎁ mA㎃ kA㎄ KB㎅ MB㎆ GB㎇ cal㎈ kcal㎉ pF㎊ nF㎋ mg㎎ kg㎏ Hz㎐ kHz㎑ MHz㎒ GHz㎓ THz㎔ ml㎖ dl㎗ kl㎘ fm㎙ nm㎚ mm㎜ cm㎝ km㎞ Pa㎩ kPa㎪ MPa㎫ GPa㎬ rad㎭ ps㎰ ns㎱ ms㎳ pV㎴ nV㎵ mV㎷ kV㎸ MV㎹ pW㎺ nW㎻ mW㎽ kW㎾ MW㎿ Bq㏃ cc㏄ cd㏅ dB㏈ dbȸ lsʪ Isʪ lzʫ Izʫ Gy㏉ ha㏊ HP㏋ in㏌ KK㏍ KM㏎ kt㏏ lm㏐ ln㏑ log㏒ lx㏓ mb㏔ mil㏕ mol㏖ PH㏗ PPM㏙ PR㏚ sr㏛ Sv㏜ Wb㏝ ffff fifi flfl ffiffi fflffl stst WC🅏 MC🅪 MD🅫 NUL␀ SOH␁ STX␂ ETX␃ EOT␄ ENQ␅ ACK␆ BEL␇ BS␈ HT␉ LF␊ VT␋ FF␌ CR␍ DLE␐ DC1␑ DC2␒ DC3␓ DC4␔ NAK␕ SYN␖ ETB␗ CAN␘ EM␙ SUB␚ ESC␛ FS␜ GS␝ RS␞ US␟ AAꜲ aaꜳ AEÆ aeæ AOꜴ aoꜵ auꜷ AVꜸ avꜹ AYꜼ ayꜽ OEŒ oeœ OOꝎ ooꝏ CE₠ ueᵫ VYꝠ vyꝡ 10⒑ 11⒒ 12⒓ 13⒔ 14⒕ 15⒖ 16⒗ 17⒘ 18⒙ 19⒚ 20⒛ qpȹ tsʦ fff🝝 sss |
let words = document.querySelectorAll('.SetPageTerm-wordText'); | |
[...document.querySelectorAll('.SetPageTerm-definitionText')].map((def,index) => def.textContent + " " + words[index].textContent).join('\n') |