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
<select name="nationality"> | |
<option value="Afghans">Afghans</option> | |
<option value="Albanians">Albanians</option> | |
<option value="Algerians">Algerians</option> | |
<option value="Americans">Americans</option> | |
<option value="Andorrans">Andorrans</option> | |
<option value="Angolans">Angolans</option> | |
<option value="Antiguans and Barbudans">Antiguans and Barbudans</option> | |
<option value="Argentines">Argentines</option> | |
<option value="Armenians">Armenians</option> |
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
[ | |
{ | |
"title":{ | |
"en":"Capital Governorate" | |
}, | |
"areas":[ | |
{ | |
"en":"Abdullah as-Salim suburb", | |
"ar":"ضاحية عبد الله السالم" | |
}, |
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 New Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://weblate.team.practicum.com/search/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=practicum.com | |
// @grant none | |
// ==/UserScript== |