Snippets Collections
/* invert elements sort order w/o changing markup: */
.container {
    direction: rtl;
    }
    .container > * { 
        direction: ltr; 
    }

/* or */
ul {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
    ul > li {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }
#
# Edit this file: 
#
#  C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default\Preferences
#
# and add this text before last "}":
#
#  "protocol_handler":{
#  "excluded_schemes":{
#    "<custom protocol>":false
#  }}
#

## chrome_no_prompt_custom_url:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\ProtocolExecute\rp3]
"WarnOnOpen"=dword:00000000
star

Tue May 27 2025 12:27:40 GMT+0000 (Coordinated Universal Time)

#css #list #order #navigation
star

Mon Aug 29 2022 16:23:56 GMT+0000 (Coordinated Universal Time)

#windows #navigation

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension