Little update, I've updated the visuals during the translation and cleaning of the code :) Made with Diorama
This file contains 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
AG: An Giang | |
BD: Bình Dương | |
BE: Bến Tre | |
BG: Bắc Giang | |
BI: Bình Định | |
BK: Bắc Kạn | |
BL: Bạc Liêu | |
BN: Bắc Ninh | |
BP: Bình Phước |
This file contains 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
https://www.google.com/s2/favicons?sz=64&domain=diep.io |
This file contains 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 No Fullscreen Dropdown | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1.0 | |
// @description Real fullscreen instead of fullscreen dropdown, very annoying when playing games. Useful for Microsoft Edge. Press Shift+F11 to toggle fullscreen. | |
// @author https://github.com/tientq64 | |
// @match https://* | |
// @license MIT | |
// @grant none | |
// ==/UserScript== |
This file contains 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
"aria-autocomplete": "both" |
This file contains 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
{"models":[{"name":"ikuyo_"},{"name":"le_chan"},{"name":"akemiito"},{"name":"jelly_w"},{"name":"sonny_killl"},{"name":"ayukimin"},{"name":"asoka_yami"},{"name":"may_tion"},{"name":"lo_vely_su"},{"name":"_lilies_gigi_"},{"name":"chae_youn"},{"name":"my_gumi"},{"name":"icebbyy"},{"name":"asuno_"},{"name":"hina_ren"},{"name":"dontstopfap"},{"name":"mikio_san"},{"name":"xiu_monni"},{"name":"little_yena"},{"name":"lim_kagura"},{"name":"clairebabyy1"},{"name":"akenoleee"},{"name":"abbyroses"},{"name":"nayeonobi"},{"name":"cheaptipmenusexyasian"},{"name":"emyii"},{"name":"skyberry_love"},{"name":"jayleenamaya"},{"name":"miilkywaaay"},{"name":"emmahixlove"},{"name":"elizamaisy"},{"name":"petitegonwild"},{"name":"feli_mely"},{"name":"minaku_yu"},{"name":"mia__swanson"},{"name":"aliiceowen"},{"name":"icecreammsa"},{"name":"devillsandra"},{"name":"hannawason"},{"name":"hanah_cho_cho"},{"name":"yuna_pink"},{"name":"solarglare"},{"name":"milila"},{"name":"candy_ly"},{"name":"hotpink4u04"},{"name":"shyeve2004"},{"name":"ta |
This file contains 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
Mỹ nhân trong thiên hạ đều tầm thường, chỉ có JavaScript mới làm ta thích thú 😂 |
This file contains 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
(6 * 9) + (6 + 9) == 69 |
This file contains 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
function add(a, b) { | |
if (a === 0) return b; | |
if (b === 0) return a; | |
let sign = 1; | |
if (a < 0 && b < 0) { | |
a = -a; | |
b = -b; | |
sign = -1; | |
} | |
if (b < 0) { |
This file contains 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
min + Math.floor(Math.random() * (max - min + 1)) |
NewerOlder