- ADA
- SEO
Screen readers and search engines rely on header hierarchy to organize content.
| module Helpers | |
| def capture_exception(e, env) | |
| if ENV['SENTRY_DSN'] | |
| evt = Raven::Event.capture_rack_exception(e, env) | |
| Raven.send(evt) if evt | |
| end | |
| end | |
| end |
| require 'nokogiri' | |
| require 'open-uri' | |
| require 'pony' | |
| require 'digest' | |
| URL = 'https://encrypted.google.com/'.freeze | |
| CSS_SELECTOR = '#lga'.freeze | |
| INTERVAL = 600.freeze | |
| USER_AGENT = "Ruby/#{RUBY_VERSION}".freeze | |
| SEND_EMAIL = false |
I hereby claim:
To claim this, I am signing this object:
| {"lastUpload":"2020-10-06T18:06:58.676Z","extensionVersion":"v3.4.3"} |
| ; Cycle between windows of the same app like in macOS - Alt+backtick. | |
| ; Original Source: https://gist.github.com/kamui/12c581c09288ac486faeb1095622c873 | |
| ; Based on: https://gist.github.com/rbika/014fb3570beaef195db0bd53fa681037 | |
| ; Limitations | |
| ; • It does not work in Explorer app | |
| SendMode("Input") | |
| SetWorkingDir(A_ScriptDir) |