this make the kkbox web player full screen with lyrics
- install stylus first: https://add0n.com/stylus.html
- head to Stylus manage page, click
Write new style - Click import, and choose
kkbox-player-full-screen.css
this make the kkbox web player full screen with lyrics
Write new stylekkbox-player-full-screen.cssinstall packages first:
yay -S xl2tpd strongswan networkmanager-l2tpref: https://wiki.archlinux.org/index.php/Openswan_L2TP/IPsec_VPN_client_setup
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] | |
| "RealTimeIsUniversal"=dword:00000001 |
| class Price extends React.Component { | |
| constructor(props) { | |
| super(props) | |
| this.termId = 0 | |
| this.facultyId = 0 | |
| this.bstOptions = { | |
| onAddRow: (row) => this._onAddRow(row), | |
| afterDeleteRow: (rowKeys) => this._afterDeleteRow(rowKeys) | |
| } | |
| this.bstSelectRow = { |
| version: '3.2' | |
| volumes: | |
| data: | |
| driver: local | |
| services: | |
| openvpn: | |
| cap_add: | |
| - NET_ADMIN | |
| image: kylemanna/openvpn | |
| container_name: openvpn |
| #!/bin/bash | |
| # Usage: path/to/this/script.sh [label] | |
| # For crontab that checks every 10 minutes: | |
| # */10 * * * * path/to/this/script.sh [label] | |
| if [ -z "$1" ]; then | |
| label="default" | |
| else | |
| label=$1 |
| version: '3.1' | |
| services: | |
| server: | |
| image: php:7 | |
| working_dir: /var/www/html | |
| ports: | |
| - 8002:8002 | |
| volumes: | |
| - .:/var/www/html | |
| command: php -S 0.0.0.0:8002 |
| #!/bin/bash | |
| echo $1 | |
| echo $@ | |
| echo $# | |
| echo 'the end' |
| FROM ubuntu:14.04 | |
| RUN \ | |
| apt-get update -qq && \ | |
| apt-get install -y git nodejs npm vim nano openssh-server rsyslog curl && \ | |
| apt-get clean && \ | |
| rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | |
| RUN ln -s /usr/bin/nodejs /usr/bin/node | |
| RUN npm install -g git-it |
| #!/bin/bash | |
| for i in {1..60}; do | |
| echo -en "\a" > /dev/tty5 | |
| sleep 0.5 | |
| done |