Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.31 KB

tw-copy

This repository houses a Javascript bookmarklet to make it easier to copy Tripwire signature to and from Thera Scan by adding the following functionality:

  • Adds a "copy" link in the signatures widget that will copy all existing signatures to the clipboard so that they can be pasted into Thera Scan.
  • Adds a "paste" link in the signatures widget that handles creating a new signature using copied data from Thera Scan.
  • Disables "Follow my in-game system" functionality
  • Disables "Auto-Mapper" functionality
  • Activates the corporate "EvE-Scout" mask
  • Sets the currently viewed system to "Thera"

Usage

To get started, copy the following code to your clipboard by clicking on the copy icon in the top-right of the code block:

javascript:(function(){
    $.getScript('https://cdn.jsdelivr.net/gh/brownoxford/[email protected]/main.js')
})();

Next, right-click in your Chrome bookmark bar and select Add Page.... In the popup that opens, add your own name, and paste the copied javascript code into the URL field.

Create a bookmark

Open up Tripwire, log in, and click your new bookmark to configure your current Tripwire session for Thera scanning.