Ir para conteúdo
Visualizar no app

Uma forma melhor de navegar. Saiba mais.

MM Fórum

Um app em tela cheia na sua Tela de Início com notificações push, avisos e mais.

Para instalar este app no iOS/iPadOS
  1. Toque no ícone de Compartilhamento no Safari
  2. Role o menu e toque em Adicionar à Tela de Início.
  3. Toque em Adicionar no canto superior direito.
Para instalar este app no Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

denny go

Membros
  • Registrou-se em

  • Última visita

Histórico de Reputação

  1. Positivar
    denny go recebeu reputação de Fabio Amaral em [Dúvida/Frescura] Deixar o MacBook ligado   
    E quanto a deixar o MacBook Air ligado a tomada o dia todo? Há algum problema nisso?
  2. Positivar
    Achei este script ... testa aí. Só tem que ajustar o número total de páginas do documento.
    Ele gera um PDF a cada 5 páginas ... depois tu junta tudo (faz um roteiro com o Automator).
    Applescript:


    set totalPages to 340
    set startPage to 0
    set authorName to "DMT"
    tell application "VitalSource Bookshelf"
    activate
    repeat with theIncrementValue from startPage to totalPages - 1 by 5
    if (theIncrementValue = 0) then
    set thisValue to "a"
    else
    set thisValue to theIncrementValue
    end if
    tell application "System Events" to keystroke "p" using command down
    tell application "System Events" to keystroke thisValue as string
    tell application "System Events" to keystroke tab
    tell application "System Events" to keystroke theIncrementValue + 5 as string
    tell application "System Events" to keystroke tab
    tell application "System Events" to keystroke return
    tell application "System Events" to keystroke return
    tell application "System Events" to keystroke "p" using command down
    tell application "System Events" to keystroke theIncrementValue as string
    tell application "System Events" to keystroke tab
    tell application "System Events" to keystroke tab
    tell application "System Events" to keystroke authorName
    tell application "System Events" to keystroke return
    delay 7
    end repeat
    end tell
    [/CODE]

Conta

Navegação

Buscar

Buscar

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.