Skip to content

lerko96/twitter-thread-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Thread Combiner

A Chrome extension that combines Twitter threads into a single document with multiple export options.

Features

  • Automatically detects and collects tweets in a thread
  • Preserves author information, timestamps, and media
  • Export options:
    • HTML: Clean, styled webpage
    • Markdown: Text format with basic formatting
    • PDF: Portable document (requires Internet connection for library)
    • Image: Screenshot of the thread (requires Internet connection for library)
  • Preview thread before exporting
  • Works with both twitter.com and x.com domains

How It Works

The extension uses Chrome's extension APIs to:

  1. Detect when you're viewing a Twitter thread
  2. Extract all tweets and associated media from the page
  3. Combine them into a single organized document
  4. Provide options to export in your preferred format

Installation

See the Installation Instructions for details on how to install and use this extension.

Technical Details

This extension is built with vanilla JavaScript, HTML, and CSS. It uses:

  • Chrome Extension Manifest V3
  • Content scripts to interact with the Twitter page
  • Background service worker for cross-page functionality
  • External libraries (loaded dynamically) for PDF and image export:
    • jsPDF for PDF generation
    • html2canvas for image capture

License

MIT License

Contributing

Contributions are welcome! Feel free to submit issues or pull requests if you have suggestions for improvements.

Acknowledgments

  • This extension was created to solve the problem of sharing and archiving Twitter threads
  • Thanks to the developers of jsPDF and html2canvas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors