Danny Lin
Danny Lin
As title. Details see commit logs.
We'd like to mark elements in a web worker with a library that provides DOM API such as [jsdom](https://github.com/jsdom/jsdom). However the current version of mark.js doesn't work with it due...
As [here](https://addons.mozilla.org/zh-tw/firefox/addon/scrapbook-x/reviews/615896/) mentioned, it would be more convenient if it's possible to batch open multiple selected items from the sidebar (or the management window).
Sometimes when I delete data items, I get an "access denied" error on removing the data folder(s), while the data items are correctly removed from the data list and the...
ref. https://addons.mozilla.org/en-US/firefox/addon/scrapbook-x/reviews/828401/ It seems to be an issue of Firefox core (that elements with certain CSS declaration are not counted in the selected ranges). Further investigation needed, and we may...
As stated in https://github.com/danny0838/firefox-scrapbook/issues/108#issuecomment-237453712, Firefox Mac sometimes does not show all contents when the content outflows the dialog window. Initial size, full height ==> Not scrollable, doesn't show everything. ![keys...
As mentioned in https://github.com/danny0838/firefox-scrapbook/issues/108#issuecomment-237623302, it seems that on Mac, when DOM erasor mode is active, a right-click (or a control+click, which is an alternative for right-click on Mac) causes the...
When we create a note page, a new tab is automatically created. However when we edit the note page in the tab and try to save it, we may sometimes...
For example, this site: http://goo.gl/sMDY5F With deep capture or recapture, we get that CSS or fonts cannot be retrieved.
When serving disk root on Windows such as `T:\` bottle always returns access denied when using `static_file`. Below line needs fixed: https://github.com/bottlepy/bottle/blob/246c1f6d820cf5043695d39b58b09671f3f10b3a/bottle.py#L2465 This seems to be done in 0.13, but...