Skip to content

Commit cdbe476

Browse files
committed
Changed interval to 2 seconds from 5
1 parent 3996f04 commit cdbe476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var timer = setInterval(hideTweets,5000);
1+
var timer = setInterval(hideTweets,2000);
22

33

44
function hideTweets() {

0 commit comments

Comments
 (0)