Skip to content

Commit

Permalink
update packer
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Sep 22, 2022
1 parent 5c5faa4 commit ab4fa37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This extension doesn't add any CSS on top of original Twitter. It's fully origin

## Features
- Almost all of Twitter functionality is implemented
- Both reverse chronological, algorithmical timelines support. And exclusive: Reverse chronological timeline with friends likes and follows (basically mix of both chrono and algo timelines)
- Both reverse chronological and algorithmical timelines support. And exclusive: Reverse chronological timeline with friends likes and follows (basically mix of both chrono and algo timelines)
- Custom profile link colors supported
- You can change custom profile link color and it'll appear for other extension users (priority: oldtwitter color db -> twitter color db -> default color)
- Ability to enable/disable Twemoji, disable stars (favorites) back to likes (hearts), change default link color and font
Expand Down
1 change: 1 addition & 0 deletions pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if(document.body) {
};
document.documentElement.innerHTML = html;`);
content = content.replace("document.close();", "");
content = content.replace(/chrome\.storage\.sync\./g, "chrome.storage.local.");

let background = fs.readFileSync('../OldTwitterFirefox/scripts/background.js', 'utf8');
background = background.replace(/chrome\.storage\.sync\./g, "chrome.storage.local.");
Expand Down

0 comments on commit ab4fa37

Please sign in to comment.