Skip to content
/ julfix Public

A simple user script that allows you to download code if the task publishing stucks for a long time

Notifications You must be signed in to change notification settings

L0wl/julfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

JULES FIX

A simple user script that allows you to download code from jules if task publishing on GitHub stucks for a long time.

Publishing stucks example

Features

  • One-click download of all modified files as ZIP archive
  • Automatically collects all open files from Monaco Editor
  • Timestamped filenames for version control
  • No external dependencies beyond Tampermonkey
  • Automatic updates via GitHub
  • Hide diff viewer ability

Installation

Usage

  • Open any task at jules.google.com
  • Wait for interface to fully load (Monaco Editor initialization)
  • Click the green "Download ZIP" button in bottom-right corner
  • Your browser will download a ZIP archive containing:

Download flow example

How It Works

  • Injects a download button into the page
  • Uses Monaco Editor API to access open files
  • Filters out temporary/cumulative files
  • Packages files using JSZip library
  • Creates a downloadable ZIP blob with timestamp

Requirements

  • Tampermonkey extension
  • Modern browser with ES6 support

Support

Note

This script only works on Google Jules task pages (https://jules.google.com/task/*)

About

A simple user script that allows you to download code if the task publishing stucks for a long time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published