This file contains hidden or 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
https://mcbrain.netlify.app/brainish/jerry/32f9fc36-6963-9ee0-9b44-a89112919e29 | |
4 | |
https://mcbrain.netlify.app/brainish/jerry/46b8bbbb-b604-89c0-81cd-188898dc75db | |
4 | |
https://mcbrain.netlify.app/brainstorm/jerry/32f9fc36-6963-9ee0-9b44-a89112919e29 | |
4 | |
https://mcbrain.netlify.app/brainstorm/jerry/f7b838dd-08d8-3a02-d72e-d2a7efe0c821 | |
4 | |
https://mcbrain.netlify.app/brainstorm/jerry/46b8bbbb-b604-89c0-81cd-188898dc75db | |
4 |
This file contains hidden or 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
https://BentleyDavis.com | |
2 | |
https://www.jerrysbrain.com | |
2 | |
https://app.thebrain.com/brains/3d80058c-14d8-5361-0b61-a061f89baf87/thoughts/32f9fc36-6963-9ee0-9b44-a89112919e29/attachments/6492d41a-73b2-20d8-b145-3283598c612b | |
5 | |
https://app.thebrain.com/brains/3d80058c-14d8-5361-0b61-a061f89baf87/thoughts/f7b838dd-08d8-3a02-d72e-d2a7efe0c821/notes | |
2 | |
https://twitter.com/peterkaminski/ | |
2 |
This file contains hidden or 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 Zazzle Simplified | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://www.zazzle.com/* | |
// @icon https://www.google.com/s2/favicons?domain=zazzle.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Twitter Presentable | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description You can hide the sidebar and highlight just the main tweet. A work in progress. | |
// @author https://BentleyDavis.com | |
// @match https://twitter.com/* | |
// @icon https://www.google.com/s2/favicons?domain=twitter.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Sling Simplified | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description A simpler view of Sling | |
// @author YouBentley davis | |
// @match https://watch.sling.com/* | |
// @icon https://www.google.com/s2/favicons?domain=sling.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Amazon Simplified | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Remove distracting items and many ads | |
// @author Bentley Davis | |
// @match https://www.amazon.com/* | |
// @icon https://www.google.com/s2/favicons?domain=amazon.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Amazon No Purchase | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Remove purchase buttons and ads | |
// @author Bentley Davis | |
// @match https://www.amazon.com/* | |
// @icon https://www.google.com/s2/favicons?domain=amazon.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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
function toSf(message) { | |
window.postMessage(message, "*"); //TODO: Improve Security by changing out the "*" | |
} | |
const fromSf = function () { | |
const typeIndex = {} | |
window.addEventListener("message", (event) => { | |
// TODO: increase security by checking the event/origin | |
console.log("sim: ", event) |
This file contains hidden or 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
**Reason Score Individual Contributor Assignment Agreement** | |
Thank you for your interest in contributing to Reason Score ("We" or "Us"). | |
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by electronic submission, following the instructions at https://reasonscore.com/CAA. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us. | |
*1. Definitions* | |
"You" means the individual who Submits a Contribution to Us. | |
"Contribution" means any work of authorship that is Submitted by You to Us in which You own or assert ownership of the Copyright. If You do not own the Copyright in the entire work of authorship, please follow the instructions in https://reasonscore.com/CAA. |
This file contains hidden or 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
{ | |
"statements": [ | |
{ | |
"id": 1, | |
"side": "Pro", | |
"content": "Is a Keto diet a healthy lifestyle. (Keto: a diet where your body naturally produces ketones, usually less than 50 grams of carbs a day.)", | |
"citation": " ", | |
"citationUrl": " ", | |
"words": 25, | |
"char": 137 |
NewerOlder