Last active
August 25, 2024 17:49
-
-
Save ElectroHeavenVN/43bca034a2930e3b1389015f37549663 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name PGay | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Thay logo web phamgiang.net thành phiên bản 7 màu | |
| // @author ElectroHeavenVN | |
| // @match *://phamgiang.net/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=phamgiang.net | |
| // @updateURL https://gist.github.com/ElectroHeavenVN/43bca034a2930e3b1389015f37549663/raw/PGay.user.js | |
| // @downloadURL https://gist.github.com/ElectroHeavenVN/43bca034a2930e3b1389015f37549663/raw/PGay.user.js | |
| // @grant none | |
| // @run-at document-body | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; | |
| document.querySelector(".navbar-brand img").src = "https://i.imgur.com/vdgF6hm.png"; | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment