Skip to content

Instantly share code, notes, and snippets.

@benbai123
Last active November 24, 2016 00:50
Show Gist options
  • Save benbai123/6aeaedc488f5f45da04f7bf6f171beda to your computer and use it in GitHub Desktop.
Save benbai123/6aeaedc488f5f45da04f7bf6f171beda to your computer and use it in GitHub Desktop.
UrCosme 前端 Patch 使用教學
1. 連到任一網頁如 google.com
2. 點擊網址列旁的星星加入書籤
3. 將書籤連結改為以下之一
最初可用版本
javascript:$('head').append('<script src="https://cdn.rawgit.com/benbai123/HTML_CSS_Javascript_practice/ucpaging/tmp/uccustomize.js"></script>');
第二版
第二層選單加副標與排序
初始化時取得當前對應的 URL 因此不一定要剛進入頁面就啟用
javascript:$('head').append('<script src="https://cdn.rawgit.com/benbai123/HTML_CSS_Javascript_practice/ucscondpurl/tmp/uccustomize.js"></script>');
以上為 rawgit cdn 連結,
無法再修改連結的內容做
歡迎檢查/分享/重製
Demo
https://youtu.be/PQ1L8HTjZRs
TODOs:
第二層選單整入上方選單
第二層選單記憶功能 (僅 local)
發表心得頁存讀檔 (僅 local)
1. 連到某個產品搜尋頁如
https://www.urcosme.com/find-product/1
2. 點擊之前建立的書籤
即可開始使用
Demo
https://youtu.be/y3wnp_SB3fQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment