Commit graph

7 commits

Author SHA1 Message Date
sienori 85bd5abd06 Revert "Add debug log to insert / remove element"
This reverts commit 8015eacce7.
2019-05-03 18:56:12 +09:00
sienori 8015eacce7 Add debug log to insert / remove element 2019-05-03 17:12:10 +09:00
sienori 68a7f7456c Add option of URL list to disable working on the web page 2019-05-03 04:43:59 +09:00
sienori 35636fadbc Fix not working on Chrome 2019-05-02 23:36:27 +09:00
sienori ce6f96454b Add function to enable / disable elements on the page 2019-05-02 17:33:29 +09:00
Ne1s07 1cd9da3873 Fix the inserted <div> covering origin content (#151)
When inserting <div> after <body> element, it will create a new <body> to contain the new <div> element. This may cause part of the origin website content to be covered. So just use `beforeend` instead of `afterend` to avoid that.
2019-05-02 12:54:38 +09:00
sienori c23837e6e1 Replace content scripts with React 2019-02-22 01:43:45 +09:00