1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-09 14:34:05 +02:00

Disable page reload in design-revert plugin

This commit is contained in:
chylex 2016-06-25 18:52:57 +02:00
parent 13d0e10dcd
commit d258583a7f

View File

@ -1,9 +1,3 @@
constructor(){
super({
requiresPageReload: true
});
}
enabled(){
// add a stylesheet to change tweet actions
var style = document.createElement("style");