TheGoddessInari
ce902fbaa9
Update WhatsApp js_unread.
4 years ago
TheGoddessInari
5f835da793
Update electron to 11.0.3.
4 years ago
TheGoddessInari
b42bfb80ba
Stop escaping icons in the IconLoader. This is probably overkill anyway.
...
We only need to escape the user-supplied title possibly at worst.
Fixes #225
5 years ago
TheGoddessInari
06c8aeff56
Update electron to 10.1.4 and electron-builder to 22.9.1.
5 years ago
TheGoddessInari
29c25175d7
Update electron to 10.1.2 and electron-builder 22.8.1.
...
This ended up getting tested a lot more than anticipated
before being released, but that's probably a slightly
better thing for actual users.
5 years ago
TheGoddessInari
fe82ff798d
Add riot back to fix transition.
...
TODO: Work to mitigate this in a cleaner way.
Fixes #221 .
5 years ago
TheGoddessInari
cd01cec016
Change Google login URLs to match more broadly. Spoof FF 80.
5 years ago
TheGoddessInari
c56e25bde7
Put empty tabs in an array to prevent pushing errors.
5 years ago
TheGoddessInari
9ab646e6ee
Update element unread_js.
5 years ago
TheGoddessInari
249264e90f
Matrix is rebranding Riot to Element and plans to shut down Riot "within a few weeks".
...
Fixes #216 .
5 years ago
TheGoddessInari
2726c275c7
Fix Slack Icon after Redesign
...
Fixes #191 .
Co-authored-by: Marvin <marvin.koch@9elements.com>
5 years ago
TheGoddessInari
a8942df6ec
Update Google Voice unread_js.
...
Also clean up the entry using new service API functions.
Co-authored-by: Wayne Hoover <w@waynehoover.com>
5 years ago
TheGoddessInari
88880587c6
Add hamsket.isInViewport to the service API.
5 years ago
TheGoddessInari
d742e93cfa
Add hamsket.parseIntOrZero to the service API.
5 years ago
TheGoddessInari
b712ba1b3c
Update electron to 9.1.2 and electron-builder to 22.8.0.
5 years ago
TheGoddessInari
830c4fcf4d
Update to electron-context-menu 2.2.0.
5 years ago
TheGoddessInari
4508c9ec9e
Fix User Agent overrides for Google properties.
5 years ago
TheGoddessInari
518e6b0428
Hide Electron and Hamsket from the user agent fallback, just in case.
5 years ago
TheGoddessInari
dfd99cfe42
Update electron to 9.1.0.
5 years ago
TheGoddessInari
96a291aff2
Update electron to 9.0.5.
5 years ago
TheGoddessInari
3dd6a31f64
Update electron to 9.0.4.
...
This should fix some sporadic crashing on 9.0.x-based builds.
5 years ago
TheGoddessInari
9e1abaff61
Update WhatsApp js_unread.
5 years ago
TheGoddessInari
6989a23951
Update electron to 9.0.2, electron-builder to 22.7.0.
5 years ago
TheGoddessInari
707343d98c
Update electron to 8.2.5 and electron-builder to 22.6.0.
5 years ago
TheGoddessInari
d78a4ea394
Don't unconditionally enable/disable auto_launch.
5 years ago
TheGoddessInari
e00e8acb94
Replace outdated auto-launch-patched with slightly more up to date auto-launch.
5 years ago
TheGoddessInari
bb9df29948
Fix whatsup notifications.
5 years ago
TheGoddessInari
63ef9554dd
Escape title user inputs. Fix our version of CVE-2019-17625.
...
We take the simple/cheap way out and use ExtJS htmlEncode on all
entry points for this.
This is still mostly limited to 'doing it to yourself'.
The main fix is in app/view/main/Main.js where the title is rendered
out, and will apparently execute arbitrary javascript within a title
tag(!). This is an ExtJS thing, apparently, so we make it
unconditionally encode it to render on the bar.
Apparently this isn't the only place arbitrary execution can occur,
so just be safe(r).
5 years ago
TheGoddessInari
4fc648227d
Update to electron 8.3.3 and electron-builder 22.5.1. Fixes electron CVE-2020-6423.
5 years ago
TheGoddessInari
7e6925760c
Update electron to 8.2.1.
5 years ago
TheGoddessInari
9ac64250b5
Google Inbox was shut down on April 9th, 2019.
5 years ago
TheGoddessInari
8b56defaa5
Fix README.md to use correct david-dm URL after package.json unsplit.
5 years ago
TheGoddessInari
6f2ee89fe7
Run 'npm audit fix' due to https://npmjs.com/advisories/1179 .
5 years ago
TheGoddessInari
c7b6c5568b
Update mocha to 7.1.1 and spectron to 10.0.1.
5 years ago
TheGoddessInari
8f17ec4368
Update electron to 8.2.0.
5 years ago
TheGoddessInari
3fac75ef5b
Change back to electron-context-menu. Add spell-check results.
5 years ago
TheGoddessInari
298af385bd
Add Firefox user agent to other supported Google services.
5 years ago
TheGoddessInari
8871b6c33a
Attempt to fix MacOS user agent.
5 years ago
TheGoddessInari
fa8d5f9c0a
Make sure url in 'image:download' is always a string.
5 years ago
TheGoddessInari
1521ca3903
Update electron to 8.1.1 and electron-builder to 22.4.1.
...
Since this changes media API behavior, here's hoping it'll lead
to a fix.
5 years ago
TheGoddessInari
1588c5e459
Enable spellcheck.
5 years ago
TheGoddessInari
9093e40a9c
Update electron to 8.1.0 and electron-builder to 22.4.0.
5 years ago
TheGoddessInari
f347f538b6
Update to electron-contextmenu-wrapper 4.0.1.
5 years ago
TheGoddessInari
aff217eded
Revert sandboxing until we discover why window.open no longer works.
5 years ago
TheGoddessInari
7ed63a46ee
Fix sandboxing for webview. Update electron-contextmenu-wrapper to 4.0.0.
5 years ago
TheGoddessInari
a695000d23
Update electron to 8.0.3 and electron-builder to 22.3.6.
5 years ago
TheGoddessInari
3d16baa8d4
Default Gmail to Firefox on Linux x86_64.
5 years ago
TheGoddessInari
f98f0846ab
Remove redundant "Windows NT" marker.
5 years ago
TheGoddessInari
09cb3da387
Revamp userAgent code for services.
...
You can put in your own arbitrary UA string, as well as
separately select OSes from a menu and type in your own Chrome
version string.
5 years ago
TheGoddessInari
f8ba232215
WebView: Switch back to our own User Agent builder.
5 years ago