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
@-moz-document domain("intend.do") { | |
.ffmo, .btn, h1, h2, h3, h4, h5, .h5, | |
.navbar-nav > li > a, thead, .jumbotron, | |
.goal-name, .goal-terzukte, .goal-box .oneliner, .goal-box-code, | |
.goal-terzukte .editable-wrap input.editable-input, | |
.new-milestone-name, .outliney-box, .outliney-help, | |
.ticker, .cfp-hotkeys-key, .pp-quote-bubble, | |
.goal-box-container .goal-date, .goal-box-container .goal-privacy, .goal-box-container .goal-milestone | |
.nav-accomplishments.nav-tabs > li > a, blockquote.accomplishment-quote, | |
.timer-spare-durs, .countbox.v, .outcomes-empty-list-placeholder, |
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 Clarify precisely why ChatGPT won't answer questions | |
// @namespace | |
// @version 0.1 | |
// @description Finds and replaces text in specified elements on a webpage, and detects the appearance of new matching elements | |
// @match https://chat.openai.com/* | |
// @grant none | |
// @license MIT License | |
// ==/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
#! /usr/bin/env node | |
// created by Malcolm Ocean (malcolmocean.com) mid-2021, published Jan 2023 | |
// CC-BY-SA license | |
// call as fclips.js source.mp4 list.txt | |
// where list.txt contains lines like | |
// 59:36 to 1:00:53 | |
// (millis allowed) |
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
/* go to https://twitter.com/post/status/only and you'll get a page for just tweeting */ | |
@-moz-document url("https://twitter.com/compose/tweet"), regexp("https://twitter.com.*/status/.*") { | |
header[role="banner"] {display:none} | |
div[aria-label="Back"] {display: none;} | |
div[data-testid="DMDrawer"] {display: none;} | |
main {margin-left: 30px;} | |
} | |
@-moz-document url("https://twitter.com/post/status/only") { | |
[data-testid="error-detail"] .css-901oao.css-16my406.r-poiln3.r-bcqeeo.r-qvutc0, |
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 Twitter - fuck ?s=21 | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description no more "More Tweets" on your twitter permalinks shared in other apps. see just the tweet and its replies | |
// @author @Malcolm_Ocean | |
// @match https://twitter.com/*?s=21 | |
// @match https://mobile.twitter.com/**?s=21 | |
// @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
/* install this userstyle using eg the Stylus extension, then | |
* go to https://twitter.com/post/status/only | |
* to be able to tweet without getting sucked into the rest of twitter | |
*/ | |
@-moz-document url("https://twitter.com/compose/tweet"), regexp(".*twitter.com.*/status/.*") { | |
header[role="banner"] {display:none} | |
div[aria-label="Back"] {display: none;} | |
div[data-testid="DMDrawer"] {display: none;} | |
main {margin-left: 30px;} | |
} |
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
@-moz-document url("https://x.com/home"), url("https://x.com/compose/post"), | |
url("https://twitter.com/home"), url("https://twitter.com/compose/tweet") { | |
div[aria-label="Timeline: Your Home Timeline"] > div > div article { | |
padding-bottom: 1000px; | |
} | |
} |
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
@-moz-document domain("twitter.com") { | |
body[style*='background'] {background: #012 !important;} | |
body[style*='background']:nth-child(2)::before { | |
content: "twitter will be here tomorrow\a\a🌱"; | |
/* | |
content: "choose intent & scope before entering\a\a👁️"; | |
content: "no twitter atm\a\a🚀\a\a ...coding!"; | |
*/ | |
color: white; |
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 Google - restore old favicons | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Google fucked up its icons. This unfucks them. See this tweet: | |
// https://twitter.com/Malcolm_Ocean/status/1316828432483979272 | |
// @author @Malcolm_Ocean | |
// @match https://mail.google.com/* | |
// @match https://drive.google.com/* | |
// @match https://calendar.google.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
[ | |
{ | |
"name": "TweetOnly", | |
"enabled": true, | |
"sections": [ | |
{ | |
"code": "/*\ndiv[tabindex=\"0\"] {\n background: black;\n opacity: 1;\n}\n*/\n\ndiv[aria-modal=\"true\"] {\n outline: 1000px solid black;\n}", | |
"urls": [ | |
"https://twitter.com/compose/tweet" | |
] |
NewerOlder