This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name PCSO Helper | |
// @namespace Violentmonkey Scripts | |
// @match https://www.pcso.gov.ph/SearchLottoResult.aspx* | |
// @grant none | |
// @version 1.0 | |
// @author Inggo E. | |
// @description Lotto Results Helper | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Theme overrides */ | |
.elementor-page-3404 .elementor-element-6bbcac2.elementor-top-section { | |
display: none; | |
} | |
.elementor-page-3404 .elementor-element-6bbcac2.elementor-top-section h1 { | |
display: none; | |
} | |
.elementor-page-3404 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm info it worked if it ends with ok | |
npm verb cli [ '/usr/bin/nodejs', | |
npm verb cli '/usr/bin/npm', | |
npm verb cli '-ddd', | |
npm verb cli 'install', | |
npm verb cli '--no-bin-links' ] | |
npm info using npm@3.3.6 | |
npm info using node@v5.0.0 | |
npm sill loadCurrentTree Starting | |
npm sill install loadCurrentTree |