I hereby claim:
- I am aklef on github.
- I am aklef (https://keybase.io/aklef) on keybase.
- I have a public key ASC1a7wCB8kakWSXFihEZWUL_MOJKrhfIi_9_4NyVoQY1Qo
To claim this, I am signing this object:
| @-moz-document domain("live.com") { | |
| /* | |
| Outlook.com Tidy V4.1.0 | |
| By BoffinbraiN | |
| Modified by KLEFTO | |
| */ | |
| @namespace url(http://www.w3.org/1999/xhtml); | |
| /* Outlook.com version 2017-07 */ |
I hereby claim:
To claim this, I am signing this object:
| /* MAKE uOcampus BETTER!!! */ | |
| .ps_pagecontainer { | |
| text-align: center; | |
| } | |
| table.PSPAGECONTAINER table { | |
| width: 100%; | |
| } | |
| .PSPAGECONTAINER { |
| a[title="Remove from favourite applications"]{ | |
| display:none; | |
| } | |
| /* Applies to [URLs matching the regexp] https:\/\/uozone\d.uottawa.ca\/apps */ |
| #!/bin/sh | |
| # | |
| # 10/16/2016 | |
| # Cloudflare api script written in bash | |
| # | |
| # Using crontab, you should schedule this to run daily | |
| # Something like: 0 */12 * * * (for noon and midnight) | |
| # CHANGE THESE | |
| cf_email="user@example.com" |
| // ==UserScript== | |
| // @name Outlook Icon Replace | |
| // @version 0.1 | |
| // @description Replace the new outlook icon with the old one | |
| // @author kleftotronic | |
| // @date 10/09/2016 | |
| // @match *://outlook.live.com/* | |
| // @namespace https://klef.ca/gmscripts | |
| // @require https://code.jquery.com/jquery-latest.js | |
| // @grant none |
| var $ = skuid.$, console= window.console; | |
| console.log(arguments); | |
| var tableId = arguments[0], | |
| orderByFieldApiName = arguments[1], | |
| spinnerURL = arguments[2] || 'http://imgur.com/a/x2SJZ', | |
| component, height; | |
| $(document.body).one('pageload', function () |
| (function(skuid) | |
| { | |
| 'use strict'; | |
| var sortable = skuid.snippet.getSnippet('sortable'), | |
| tableId = 'sk-39dlIj-483', | |
| orderByFieldApiName = 'Sprint_Rank__c', | |
| spinnerURL = ''; // will use default | |
| // sortable(arguments[0].something..., orderByFieldApiName, spinnerURL); // could call from AF and get context as argument.... |