public marks

PUBLIC MARKS from decembre with tags code & chrome

2020

ARNAQUE - Evil cursor - Google annonce la présence d'une faille critique dans Chrome - Truc: Ctrl et F4 sur Windows, ou Commande et W sur Mac, pour fermer l'onglet en cours.

(via)
Google a corrigé cette faille dans Chrome Canary, une version expérimentale du navigateur réservée aux développeurs. Il faudra ensuite attendre que le code soit intégré dans une version bêta avant d'arriver à la version grand public. En attendant, les victimes de cette faille peuvent appuyer simultanément sur les touches Ctrl et F4 sur Windows, ou Commande et W sur Mac, pour fermer l'onglet en cours.

🛠 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

2018

ADDON - MyBrowserAddon - Community for Open-source Projects ::

MyBrowserAddon is a community for open-source projects. It houses the documentation, tutorial, code related to open-source projects and is dedicated to developers who are interested in learning about and contributing to these projects. Here, you can explore different ways we serve the open-source community and also help us to make these open-source projects even more awesome! Open-source development promotes not only innovation but also accelerates progress in all aspects of software development. Currently we are focused on supporting non-commercial browser-based projects (addon, plug-in) within communities. But, in future we will branch-out to other areas including health and education!

2017

DEV - CHROM - 2015 - Six Tips for Chrome DevTools | CSS-Tricks

(via)
This post will cover six popular tips for Chrome DevTools. You may have seen some of these before, but hopefully if you have they'll act as a refresher for what you can do during your Inspect Element journey.

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).