new script
// ==UserScript==
// @name demo
// @namespace https://github.com/Zhihui412
// @version 0.2
// @description new script
// @author dosto
// @include *://*
// @license AGPL-3.0
// @icon https://www.google.com/s2/favicons?sz=64&domain=git-scm.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
console.log('Bonjour!!!');
})();