Coursera ERT
/*
* @title Courseraの所要時間
* @description 所要時間(宿題は除く)をalertします
* @include https://www.coursera.org/learn/machine-learning/home/week/*
* @license MIT License
* @require
*/
// CourseraはHTTPSなので動かなかった!
alert('total ' + Array.prototype.slice.apply(document.querySelectorAll('.text-hint')).map(function(node) { return +(node.textContent.match(/(\d+) min/)||[null, 0])[1]}).reduce(function(a,b){ return a+b}) + ' min');
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。