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 Polygon Problem Share | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-10-20 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match *://polygon.codeforces.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=codeforces.com | |
| // @grant GM_xmlhttpRequest | |
| // ==/UserScript== |
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 CFCodereviewer | |
| // @namespace http://tampermonkey.net/ | |
| // @version 3.0.0 | |
| // @description Codereview codeforces | |
| // @author kdzestelov | |
| // @license MIT | |
| // @match *://*codeforces.com/* | |
| // @grant GM_xmlhttpRequest | |
| // @downloadURL https://update.greasyfork.org/scripts/513464/CFCodereviewer.user.js |