Archive for the ‘Google’ Category
Posted by jpluimers on 2020/08/17
Blocking persons (for instance for sending you materials that in G+ would be a T.O.S. violation) is only possible by blocking them, not by reporting them.
Most hangouts users however do have a G+ account, so you can request a block there.
Relevant links:
–jeroen
Posted in G+: GooglePlus, Google, GoogleHangouts, Power User, SocialMedia | Leave a Comment »
Posted by jpluimers on 2020/07/27
Somehow Firefox is available on ARM by default, but the crash recovery isn’t that awesome.
On my list of things to try is Chrome or Chromium. These links should help me find out if this is possible at all:
On Firefox crash recovery:
–jeroen
Posted in *nix, Chrome, Google, Linux, openSuSE, Power User, SuSE Linux, Tumbleweed | Leave a Comment »
Posted by jpluimers on 2020/07/20
So I wondered why on some tabs, the bookmark bar would never disappear:
Chrome’s default new tab page (NTP) always shows a bookmark bar, even if you turn it off for other pages. You can however install browser extensions which replace the NTP, and the replacements do not automatically get the bookmarks bar (but can with some extra programming).
So for instance Google’s Earth View extension does not show bookmarks, whereas Pinterest’s now does.
Thanks deltab for answering this at [WayBack] google chrome – How to hide the bookmark bar? – Super User
–jeroen
Posted in Chrome, Google, Power User | Leave a Comment »
Posted by jpluimers on 2020/07/10
Hopefully by now the extensions below still work, as Google removed the “View Image” button in Google Image Search a few years back.
When not: these might help finding an updated method (:
Via:
–jeroen
Posted in Google, GoogleImageSearch, GoogleSearch, Power User | Leave a Comment »
Posted by jpluimers on 2020/06/25
From a while back, but still relevant as the speed of the GMail web-UI still has not improved.
[WayBack/Archive.is] Peeking under the hood of redesigned Gmail – Boris – Medium
Via:
–jeroen
Read the rest of this entry »
Posted in CSS, Development, GMail, Google, HTML, JavaScript/ECMAScript, Power User, Scripting, Software Development, Web Development | Leave a Comment »
Posted by jpluimers on 2020/06/25
[WayBack] browser – Clearing old browsing data in Chrome instead of newer data – Super User had a few possibilities, but eHistory disappeared from the Chrome store (apparently due to some unknown violation), so the way that works best now is to hack the History database which is a SQLite file as mentioned in
[WayBack] How can I delete all web history that matches a specific query in Google Chrome – Super User: For literal values of “query”…You can even query your Chrome history using SQL. (Firefox too: see below. Of course, the appropriate file path will have to be changed).
If you really want you can hack the history frame chrome://history-frame/: [WayBack] How can I delete all web history that matches a specific query in Google Chrome – Super User
–jeroen
Posted in Chrome, Database Development, Development, Google, Power User, Software Development, SQL | Leave a Comment »
Posted by jpluimers on 2020/06/01
Cool: [WayBack] GitHub – kzahel/web-server-chrome: An HTTP Web Server for Chrome (chrome.sockets API)
This allows you to develop HTTP applications that live in Chrome:
[Archive.is1/Archive.is2] Web Server for Chrome – Chrome Web Store: A Web Server for Chrome, serves web pages from a local folder over the network, using HTTP. Runs offline.
Of course you could to python -m SimpleHTTPServer 8888 or python -m http.server 8888, but this runs within chrome and can be used from inside JavaScript projects.
Features
- serve local files
- configure listening port
- configure listening interface (e.g. localhost or all interfaces)
- custom http handlers possible
- websocket support available
- works nice with chrome.runtime.onSuspend
- options for autostart, start in background, etc etc.
- handles range requests, HEAD, etc
- options for CORS
- optional PUT, DELETE request (for upload files)
- sets MIME types
- can render directory listing
- See relevant options: https://github.com/kzahel/web-server-chrome/blob/master/polymer-ui/options.js
Via [WayBack] This is super useful: A# web #server that runs in #Chrome! Makes it super easy to do local web dev without the hassle of setting up a complex back end s… – Jason Mayes – Google+
–jeroen
Posted in Chrome, Development, Google, JavaScript/ECMAScript, Power User, Scripting, Software Development, Web Development | Leave a Comment »
Posted by jpluimers on 2020/05/25
Interesting: Secure Shell – Chrome Web Store. But does not work behind an SSH blocking firewall, seem more on that below.
Terminal emulator and SSH client.
Secure Shell is an xterm-compatible terminal emulator and stand-alone ssh client for Chrome. It uses Native-Client to connect directly to ssh servers without the need for external proxies.
Secure Shell is a Beta release and has known bugs.
Please read the FAQ, available here: http://goo.gl/3i5AJ.
You can also exchange feedback in the chromium-hterm mailing list, available here: http://goo.gl/RYHiK.
Edit 20240818: the above Googl links will die; the redirects back at the time of writing in 2014 where to:
- [Wayback/Archive] [chromiumos/platform/assets.git] / chromeapps / nassh / doc / faq.txt which first moved to [Wayback/Archive] hterm and Secure Shell – nassh/doc/FAQ.md and later moved to [Wayback/Archive] hterm and Secure Shell – nassh/docs/FAQ.md.
- [Wayback/Archive] chromium-hterm – Google Groups which now has moved to [Wayback/Archive] chromium-hterm – Google Groups.
It is based on [WayBack] GitHub – chromium/hterm: MOVED: Please use the new libapps repo on chromium.googlesource.com insteadf.
With relays, you can tunnel over SSH. Two relays are on github:
Resources:
--jeroen
via: Secure Shell – Chrome Web Store.
Posted in Chrome, Google, Power User | Leave a Comment »