請安裝「封鎖內容農場」或「終結內容農場」,當您不小心連結到內容農場時,將會出現警告頁面避免繼續閱讀。
進一步在 Google 搜尋結果中排除內容農場,建議安裝「uBlacklist」,並將「內容農場」網站清單匯入,之後就再也不會出現在搜尋結果了。
建議封鎖清單
教師可使用「Scratch 教師帳號」管理班級學生,學生皆以線上方式創作,可善用 Scratch 的改編、背包、創作坊及相關社群互動功能。進一步運用 Scratch API 蒐集學生「分享」的作品清單,教師可以全覽學生作品,便於檢視作品進度與回饋。
示範網址:
原始程式碼:
參考資訊:
https://scratch.mit.edu/projects/.*editor.*
。
/* 1. Install Stylus (https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne) 2. URL: Regular expression (https://scratch.mit.edu/projects/.*editor.*) */ /* 減少高度(最上面一排的選單) */ div.menu-bar_menu-bar_JcuHF, div.menu-bar_menu-bar-item_oLDa-, div.menu-bar_menu-bar-item_oLDa- span, div.menu-bar_menu-bar-item_oLDa- div, div.menu-bar_menu-bar-item_oLDa- input { height: 32px; } /* 減少高度(最上面一排的選單) */ div.menu-bar_menu-bar-item_oLDa- span, div.menu-bar_menu-bar-item_oLDa- div, div.menu-bar_menu-bar-item_oLDa- input { padding: 2px; } /* 一般文字標籤 */ span { font-size: 14px; font-weight: bold !important; text-shadow: 0.03em 0.03em 0.03em #999999 !important; } /* 程式積木分類文字 */ div.scratchCategoryMenuItemLabel { font-size: 14px !important; font-weight: bold !important; text-shadow: 0.03em 0.03em 0.03em #999999 !important; } /* 積木文字 */ .blocklyText { font-size: 20px !important; font-weight: bold !important; text-shadow: 0.03em 0.03em 0.03em #999999 !important; } /* sprite-selector-item: 角色名稱 label_input-label: 角色一般文字標籤 labeled-icon-button: 繪圖工具按鈕 input_input-form: 可輸入的文字區域 */ div[class^="sprite-selector-item"], span[class^="label_input-label"], span[class^="labeled-icon-button"], input[class^="input_input-form"] { font-size: 12px !important; font-weight: bold !important; text-shadow: 0.03em 0.03em 0.03em #999999 !important; } /* 程式註解文字 */ .scratchCommentText { font-size: 20px !important; font-weight: bold !important; text-shadow: 0.03em 0.03em 0.03em #999999 !important; }
在建立 Scratch 學生帳號前,確認欲建立的帳號清單都是可用且連續的。
如:
twchps50101
twchps05102
twchps05103
...
https://lyshie.github.io/lyshie-education/Scratch/bulk.html
https://github.com/lyshie/lyshie-education/blob/master/Scratch/bulk.html
在 GNU/Linux 上執行 Scratch 3.0 離線編輯器 (Scratch Desktop)