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 Workona Space Window Isolator for Orion RC | |
// @namespace audit.workona.isolator | |
// @version 1.1.0 | |
// @description Isoler chaque espace Workona dans une fenêtre dédiée et réduire les doublons par clics répétés | |
// @match https://workona.com/* | |
// @run-at document-start | |
// @inject-into page | |
// @grant GM_openInTab | |
// @noframes |
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 Universal PDF Blob Viewer - child-tab | |
// @namespace com.github.universal.pdf.blob.viewer | |
// @version 3.0.5 | |
// @description Open only PDFs (.pdf, blob:, data:application/pdf) in a named child tab. Keep current tab unchanged. | |
// @match *://*/* | |
// @run-at document-start | |
// @inject-into auto | |
// @grant none | |
// @noframes |