Skip to content

Instantly share code, notes, and snippets.

View rolldav's full-sized avatar

rolldav

  • Joined Aug 28, 2025
View GitHub Profile
// ==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
@rolldav
rolldav / pdf-viewer.user.js
Last active September 19, 2025 22:20
pdf-viewer.orion
// ==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