Skip to content

Instantly share code, notes, and snippets.

@gicque
Created June 17, 2021 07:04
Show Gist options
  • Save gicque/33b7d2dec9959766d229c5b69a4a467b to your computer and use it in GitHub Desktop.
Save gicque/33b7d2dec9959766d229c5b69a4a467b to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name example-google
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.google.com
// @match https://www.google.com*
// @grant none
// ==/UserScript==
// https://moderatus.netino.com/tmp/reda/userscript/sample.user.js
(function(){
console.log('*** from user script ***');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment