slmgr /ipk your_license_key
Replace your_license_key
with following volumn license keys according to Windows Edition:
from speedtest import Speedtest | |
st = Speedtest() | |
# Download speed in Mbps | |
download = round(st.download() / 10**6, 2) | |
# Upload speed in Mbps | |
upload = round(st.upload() / 10**6, 2) | |
# Ping in ms |
// ==UserScript== | |
// @name Dark Reader (Unofficial) | |
// @icon https://darkreader.org/images/darkreader-icon-256x256.png | |
// @namespace DarkReader | |
// @description Inverts the brightness of pages to reduce eye strain | |
// @version 4.7.15 | |
// @author https://github.com/darkreader/darkreader#contributors | |
// @homepageURL https://darkreader.org/ | https://github.com/darkreader/darkreader | |
// @run-at document-end | |
// @grant none |