This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name RealNex Split-View (Ironclad Hijack by cremattsd) | |
| // @namespace https://matty-realnex | |
| // @version 3.7.8 | |
| // @description Locks RealNex to 2 windows: Contacts in the main tab (RNX_LEFT), Properties with #key= in a reusable RNX_RIGHT window. Refreshes like a champ on each click! Crafted by Matty Smith (cremattsd). | |
| // @match *://crm.realnex.com/* | |
| // @run-at document-start | |
| // @allFrames true | |
| // @grant none | |
| // @author Matty Smith (@CREMattSD) |