-
Notifications
You must be signed in to change notification settings - Fork 10
/
project.todo
32 lines (31 loc) · 1019 Bytes
/
project.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# TODO
+ github repo
- UI
+ icon
+ on/off button state
- replace favicon without changing the DOM so that bookmarks remain as they are
- DOM
+ image replacement
- rethink replace BG images
- if DOM element is large >> Replce
- if DOM element is small >> most likely a UI item >> Keep
- skip loading of assets
+ imgs
+ obj
+ iframes
+ Not needed >> fonts
- other
- ? font substitution
- ? skip js
+ detect DOM changes (ajax, etc)
- QA
- fix initial page load flash
- test on: http://money.cnn.com/ << takes forever to load
+ fix GMAIL
- fix images with data (eg. google results)
- Eg: <img src="data:image/jpeg;base64,/9j/ ... /2Q==" alt="" align="middle" border="0" height="87" id="vidthumb3" class="th vidthumb3" style="margin:0px 0px 0px 0px;border:0" width="116">
- fix GOOGLE search pages, which apparently overwrite the BODY classes after DOM Ready :(
- Settings
- enable / disable JS ? default=false
- enable / disable CSS ? default=false
- enable / disable IMGs; default=true