Pinned Loading
-
-
-
oauth.js
oauth.js 1await (async () => {
2const formUrlEncode = params => Object.entries(params).map(([k, v]) => `${encodeURIComponent(k)}=${encodeURIComponent(v)}`).join(`&`)
3const auth = `Bearer ` + await fetch(`https://www.example.com/api/oauth2`, {
4method: 'POST',
5headers: {
-
annotate.js
annotate.js 1(() => {
2const wrap = (prefix, suffix=prefix) => {
3const pref = prefix instanceof Function ? prefix : () => prefix;
4const suff = suffix instanceof Function ? suffix : () => suffix;
5return e => e.innerHTML = `${pref(e)}${e.innerHTML}${suff(e)}`;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.