Skip to content

Instantly share code, notes, and snippets.

@bipface
bipface / twitter-uncrop-images.user.css
Last active May 6, 2023 11:31
twitter-uncrop-images.user.css
/* ( Moved to https://gitlab.com/-/snippets/2418995 ) */
// ==UserScript==
// @name Media mode for Twitter home
// @name:zh-CN Twitter 主页上的媒体模式
// @name:zh-TW Twitter 主頁上的媒體模式
// @name:zh-HK Twitter 主頁上的媒體模式
// @description Remove text-only tweets on the flow of Twitter home/list. It is currently Beta quality.
// @description:zh-CN 在 Twitter 的主页和列表时间流上删除纯文本 Tweet。当前是 Beta 质量
// @description:zh-TW 在 Twitter 的主頁和列表時間流上刪除純文字 Tweet。當前是 Beta 質量
// @description:zh-HK 在 Twitter 的主頁和列表時間流上刪除純文本 Tweet。當前是 Beta 質量
// @icon https://i.imgur.com/bUIPv1O.jpg
/* https://github.com/r888888888/danbooru/blob/08b1c765334a36b2e1954ca101097a3c33def338/app/logical/note_sanitizer.rb
see also: https://github.com/r888888888/danbooru/blob/d64236813a63879f3b6a1755f279fedcd33f8d07/app/javascript/src/javascripts/notes.js#L332
(not catered for here) */
function createNoteFragment(rawBody) {
/* differences from danbooru's sanitiser:
- doesn't convert links to relative paths
- doesn't set the rel='nofollow' attribute */