This file contains hidden or 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 巴哈姆特評分人數顯示 | |
// @namespace animad_score | |
// @version 2024-10-25_1 | |
// @description 顯示動畫瘋及ACG資料庫評分人數及標準差,並使用 SteamDB 計算公式改成百分制 | |
// @author david082321, JasonKhew96 | |
// @match *://ani.gamer.com.tw/animeVideo.php?* | |
// @match *://acg.gamer.com.tw/acgDetail.php?* | |
// @match *://forum.gamer.com.tw/A.php?bsn=* | |
// @icon https://ani.gamer.com.tw/apple-touch-icon-72.jpg |
This file contains hidden or 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
#!/bin/bash | |
# 停用 唯讀模式 | |
sudo steamos-readonly disable | |
# 初始化 Pacman Keys | |
sudo pacman-key --init | |
sudo pacman-key --populate archlinux | |
# 重新安裝 glibc | |
sudo pacman -S glibc --noconfirm | |
# 編輯 locale.gen | |
sudo sed -i "s%#zh_TW.UTF-8 UTF-8%zh_TW.UTF-8 UTF-8%" /etc/locale.gen |
This file contains hidden or 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
const dict = { | |
sc: ['万', '与', '丑', '专', '业', '丛', '东', '丝', '丢', '两', '严', '丧', '个', '丬', '丰', '临', '为', '丽', '举', '么', '义', '乌', '乐', '乔', '习', '乡', '书', '买', '乱', '争', '于', '亏', '云', '亘', '亚', '产', '亩', '亲', '亵', '亸', '亿', '仅', '从', '仑', '仓', '仪', '们', '价', '众', '优', '伙', '会', '伛', '伞', '伟', '传', '伤', '伥', '伦', '伧', '伪', '伫', '体', '余', '佣', '佥', '侠', '侣', '侥', '侦', '侧', '侨', '侩', '侪', '侬', '俣', '俦', '俨', '俩', '俪', '俭', '债', '倾', '偬', '偻', '偾', '偿', '傥', '傧', '储', '傩', '儿', '兑', '兖', '党', '兰', '关', '兴', '兹', '养', '兽', '冁', '内', '冈', '册', '写', '军', '农', '冢', '冯', '冲', '决', '况', '冻', '净', '凄', '凉', '凌', '减', '凑', '凛', '几', '凤', '凫', '凭', '凯', '击', '凼', '凿', '刍', '划', '刘', '则', '刚', '创', '删', '别', '刬', '刭', '刽', '刿', '剀', '剂', '剐', '剑', '剥', '剧', '劝', '办', '务', '劢', '动', '励', '劲', '劳', '势', '勋', '勐', '勚', '匀', '匦', '匮', '区', '医', '华', '协', '单', '卖', '卢', '卤', '卧', '卫', '却', '卺', '厂', '厅', '历', '厉', '压', '厌', '厍', '厕', '厢', '厣', '厦', '厨', '厩', '厮', '县', '参', '叆', '叇', '双', '发', '变', '叙', '叠', '叶', '号', '叹', '叽 |
This file contains hidden or 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
@echo off | |
color 0a | |
title windows7系統垃圾清理--- | |
echo ★☆ ★☆ ★☆ ★☆ ★☆★☆★☆ ★☆ ★☆ ★☆ ★☆★ | |
echo ★☆ ★☆ ★☆ ★☆ ★☆★☆★☆ ★☆ ★☆ ★☆ ★☆★ | |
echo.★☆ ☆★ | |
echo.★☆ ☆★ | |
echo.★☆ 清理系統垃圾文件,請稍等...... ☆★ | |
echo ★☆ ☆★ | |
echo.★☆ ☆★ |