I Fixed Threads

Save Twitter threads to local storage with easy reentry in case Twitter loses your thread in the ether

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
Samathingamajig
Instalaciones diarias
0
Instalaciones totales
20
Calificaciones
0 0 0
Versión
0.1.1
Creado
7/4/2023
Actualizado
7/4/2023
Tamaño
3,77 KB
Licencia
MIT
Funciona en

I Fixed Threads

A userscript that allows you to save Twitter threads to local storage with easy reentry in case Twitter loses your thread in the ether.

Why? Because Theo has frequently lost threads due to Twitter's poor design (for example, if there's an error submitting a thread, you can't retry. it's just gone).

📜 Installation

  • Install Tampermonkey from the Chrome Web Store (or Firefox Add-ons)
  • After this, you have two options (only do one of these):
    • GreasyFork (recommended): Go to the GreasyFork page and click the green "Install this script" button. This will take you to a page on Tampermonkey where you need to click "Install" to install the script.
    • GitHub/Manual install (not recommended): Go to the raw script page. Tampermonkey will automatically detect this file as a userscript (since the file is named *.user.js), so click the "Install" button to install it. If it doesn't, copy the entire contents of the script into the Tampermonkey script editor (make sure you save).
    • If none of these work, look up how to install a Tampermonkey userscript.

📝 Usage

Saving a thread

To save a thread, you can either:

  • Right click "Tweet all"
  • Right click anywhere except that button, Tampermonkey > I Fixed Threads > Save thread

Loading a thread

To load a thread, you can either:

  • Shift + right click "Tweet all"
  • Right click anywhere except that button, Tampermonkey > I Fixed Threads > Load thread

then alternate between Cmdv/Ctrlv and Space to paste and go to the next tweet box. When every tweet has been pasted, the script will automatically defocus to indicate this.

Unfortunately, Twitter doesn't allow you to fill in the tweet box or "Add tweet" programmatically, so you have to do the pasting and spacebar pressing yourself.

🚫 Uninstallation

If you don't want to use this script anymore, you can uninstall it anytime.

  • Navigate to the Tampermonkey dashboard (click the extension icon in the top right, then click "Dashboard" at the bottom of the popup)
  • Click the trashcan on the right side of the page

🐛 Bugs:

Please file bugs under the Issues tab.