Skip to content

Commit

Permalink
A little more readable doc
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Aug 23, 2024
1 parent 00188ff commit 07b31e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions innsida-search.user.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// ==UserScript==
// @name Innsida Quick Search
// @namespace http://tampermonkey.net/
// @version 1.0.2
// @description [alt] + "/" to search on Innsida
// @author on@ntnu.no
// @version 1.0.3
// @description `alt` + `/` to search on Innsida
// @author Øyvind Nilsen (on@ntnu.no)
// @match https://innsida.ntnu.no/*
// @grant none
// @icon https://www.google.com/s2/favicons?sz=64&domain=ntnu.no
Expand Down
2 changes: 1 addition & 1 deletion yr.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name YR.no - Hotkeys
// @namespace http://tampermonkey.net/
// @version 1.2.1
// @description Navigate the yr.no navbar using Ctrl + Left Arrow and Ctrl + Right Arrow. Navigate to 21-day forecast, radar map or daily table view using Alt + L, Alt + R or Alt + V.
// @description Navigate the yr.no navbar using `Ctrl` + `←` and `Ctrl` + `→`. Navigate to 21-day forecast, radar map or daily table view using `Alt` + `L`, `Alt` + `R` or `Alt` + `V`.
// @author on@ntnu.no
// @match https://www.yr.no/*
// @grant none
Expand Down

0 comments on commit 07b31e9

Please sign in to comment.