Feature/#91 watch2gether display chat message character count #93
2 changed files with 15 additions and 1 deletions
12
src/javascript/enhancements/watch2getherChat.js
Normal file
12
src/javascript/enhancements/watch2getherChat.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
import * as core from '../utils/aniwatchCore';
|
||||
import * as helper from '../utils/helpers';
|
||||
|
||||
export function init() {
|
||||
core.runAfterLoad(() => {
|
||||
manipulateChatInput();
|
||||
![]() Blocking item was merges. Blocking item was merges.
|
||||
}, "^/watch2gether/.*$");
|
||||
}
|
||||
|
||||
function manipulateChatInput(){
|
||||
|
||||
}
|
|
@ -6,6 +6,7 @@ import { initHelpers } from './utils/helpers';
|
|||
import { init as animeRequests } from './enhancements/animeRequests';
|
||||
import { init as languageDisplay } from './enhancements/languageDisplay';
|
||||
import { init as quickSearch } from './enhancements/quickSearch';
|
||||
import { init as watch2getherChat } from './enhancements/watch2getherChat';
|
||||
|
||||
// core
|
||||
initCore();
|
||||
|
@ -16,4 +17,5 @@ initHelpers();
|
|||
// enhancements
|
||||
animeRequests();
|
||||
languageDisplay();
|
||||
![]()
wooops ```suggestion
notifications();
quickSearch();
```
wooops
|
||||
quickSearch();
|
||||
quickSearch();
|
||||
watch2getherChat();
|
Loading…
Add table
Reference in a new issue
However, the rest of the changes should be ready for a first review. But it may be possible this code doesn´t work yet as I cannot test it in the current state.