public marks

PUBLIC MARKS from decembre with tags chrome & tutoriel

2020

🛠 CHROME - LOADED from FIREFOX ADDON - Linkify Plus Plus

(via)
This extension can be installed on Chrome. However, it is not hosted on Chrome Webstore. You have to download the source code and load the extension as an unpacked extension. Download and extract the ZIP file. Navigate to chrome://extensions/. Enable "Developer mode". Click "LOAD UNPACKED" button and select the extension folder that is previously extracted. Other explanation: https://developer.chrome.com/extensions/getstarted#manifest

2017

2010

unsafeWindow - Injecting JS functions into the page from a Greasemonkey script on Chrome - Stack Overflow

I have a Greasemonkey script that works just fine in Firefox and Opera. I struggle with getting it to work in Chrome, however. The problem is injecting a function into the page that can be invoked by code from the page. Here's what I'm doing so far: First, I get a helper reference to the unsafeWindow for Firefox. This allows me to have the same code for FF and Opera (and Chrome, I thought).