Chrome extension for downloading EPAS applicant files into a ZIP archive, including applicants.csv and an offline viewer.
  • JavaScript 98.3%
  • HTML 1.3%
  • CSS 0.3%
Find a file
2026-06-09 05:43:46 +02:00
archive-viewer split the content of the viewer to a separate file 2026-06-09 05:43:46 +02:00
lib wip 2026-06-03 15:27:30 +02:00
content.js split the content of the viewer to a separate file 2026-06-09 05:43:46 +02:00
LICENSE.txt add license 2026-06-09 05:43:46 +02:00
manifest.json split the content of the viewer to a separate file 2026-06-09 05:43:46 +02:00
README.md add installation instructions to README 2026-06-09 05:43:46 +02:00
style.css add lost css 2026-06-05 08:25:48 +02:00

epas-ripper

Chrome extension for downloading EPAS applicant files into a ZIP archive, including applicants.csv and an offline viewer.

Installation

  • open about:extensions from Chrome
  • turn on Developer mode (Entwicklermodus) if not done already
  • there are then 2 options:
    • on Linux, download the .crx extension file and drag-and-drop it to the about:extensions tab.
    • on Windows, download the .zip archive of this repository, extract it and above and drag-and-drop it to the about:extensions tab.
  • Chrome will display security warnings which you need to check and accept.

Usage

After installing the extension in Chrome, open an EPAS job procedure page on personal.uni-graz.at, and use the rip button to create the archive.

The archive will contain:

  • one directory per applicant with the corresponding files
  • applicants.csv, which contains a table with the details of each applicant
  • index.html (+ auxiliary files), a static HTML file which can be use to browse the applicants' files. After opening it in a browser, you need to load the ZIP file you just downloaded. For this to work properly, you should extract the applications[...].zip file first. Opening index.html from the archive directly (like the explorer on Windows) is not going to work.