Skip to content

Commit

Permalink
Update explainer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Aug 10, 2024
1 parent f470903 commit 65b8bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ chrome.runtime.onConnect.addListener(handlePortListenerErrors(async port => {
port.postMessage({ready: true});
}));

// https://github.com/fregante/GhostText/issues/317
// https://github.com/fregante/GhostText/pull/324
chrome.runtime.onMessage.addListener(() => {
// What is my purpose?
// You pass the butter.
Expand Down
2 changes: 1 addition & 1 deletion source/ghost-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ window.stopGT = stopGT;

setTimeout(startGT, 100);

// https://github.com/fregante/GhostText/issues/317
// https://github.com/fregante/GhostText/pull/324
window.gtInterval ??= setInterval(() => {
chrome.runtime.sendMessage({
code: 'Keep alive',
Expand Down

0 comments on commit 65b8bbd

Please sign in to comment.