pedrofsantoscom / exame-informatica-reader-tools

Enhancements for readers of Exame Informática online magazine on desktop/laptop computer.

Home Page:http://pedrofsantos.com/projects/eirt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image of UI of the tool

Exame Informática Reader Tools

v 2015.09.22 (old versions)

English

What is it?

Enhancements for readers of Exame Informática online magazine on desktop/laptop computer.

How to install

  1. Copy the code below:
javascript:(function(c){var s=document.createElement("script");var h=document.getElementsByTagName("head")[0];s.src="http://pedrofsantos.com/projects/eirt/eirt.min.js";s.async=true;s.onload = s.onreadystatechange = function(){if (document.readyState == "complete" && c) c();};h.appendChild(s);})();
  1. Create a new browser bookmark with a name (e.g. "Exame Informática Reader Tools")
  2. Paste the above code in the "URL"/"Link" text field
  3. If you wish, save the bookmark in the bookmarks bar for good access.

How to use

After you installed:

Tools

  • Page navigation
    • use the ARROW LEFT key or ARROW RIGHT key, to jump to the previous or next page
  • Jump to page (ALT+P to focus text box) Image of the Jump to Page text box
    • write the page and press ENTER key, to jump to that page number
    • use ESC key to unfocus textbox
    • or write these special text (without quotes):
      • "i": goes to the index page
      • "begin": goes to the first page
      • "end": goes to the last page
  • Fullscreen Image of the fullscreen icon
    • click on the fullscreen icon to toggle the mode
    • use ESC key to exit
  • Page zoom
    • click on the page and use the MOUSEWHEEL to zoom in and out on the page
  • Highlight of the current page on the side menu
  • Loading icon shows up when page is changing

Tested on/Supported by

  • Google Chrome 40+
  • Mozilla Firefox 39+
  • Internet Explorer 11+

Português

O que é

Funcionalidades adicionais para os leitores da revista online Exame Informática em computadores/portáteis.

Como instalar

  1. Copiar o código abaixo:
javascript:(function(c){var s=document.createElement("script");var h=document.getElementsByTagName("head")[0];s.src="http://pedrofsantos.com/projects/eirt/eirt.min.js";s.async=true;s.onload = s.onreadystatechange = function(){if (document.readyState == "complete" && c) c();};h.appendChild(s);})();
  1. Criar um novo favorito no navegador da internet com um nome (por exemplo "Exame Informática Reader Tools")
  2. Colar o código que copiaste acima para o campo "URL"/"Link"
  3. Se preferires, coloca o favorito num local com bom acesso (por exemplo na barra dos favoritos/marcadores)

Como usar

Depois de teres instalado:

  • Escolhe a revista mensal que queres ler em http://exameinformatica.assineja.pt/
  • Clica no favorito para aparecer a ferramenta
  • Lê o próximo tópico sobre as ferramentas que podes utilizar

Ferramentas

  • Navegação das páginas
    • usar tecla SETA ESQUERDA ou tecla SETA DIREITA, para saltar para a página anterior ou seguinte
  • Saltar para página (ALT+P para ativar caixa de texto) Image of the Jump to Page text box
    • escrever número de página seguido da tecla ENTER, para saltar para essa página
    • usar a tecla ESC para tirar o fócus da caixa de texto
    • ou escrever texto especial (sem aspas):
      • "i": ir para a página do índice
      • "inicio": ir para a 1º página
      • "fim": ir para a última página
  • Ecrã inteiro Image of the fullscreen icon
    • usar o ícone do ecrã inteiro
    • usar a tecla ESC para sair
  • Zoom da página
    • clicar na página e usar a roda de SCROLL do rato para aproximar ou afastar a página
  • Realçada a página atual no menu lateral
  • Mostrado um icon de carregamento quando a página está a mudar

Testado em/Funciona em

  • Google Chrome 40+
  • Mozilla Firefox 39+
  • Internet Explorer 11+

About

Enhancements for readers of Exame Informática online magazine on desktop/laptop computer.

http://pedrofsantos.com/projects/eirt/

License:MIT License


Languages

Language:JavaScript 100.0%