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
<dependencies> | |
<!--to import spring http--> | |
<dependency> | |
<groupId>org.springframework.boot</groupId> | |
<artifactId>spring-boot-starter-web</artifactId> | |
</dependency> | |
<!--to import aspect oriented--> | |
<dependency> | |
<groupId>org.springframework.boot</groupId> |
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 One Click Purchase Binary | |
// @namespace http://tampermonkey.net/ | |
// @version 1.2 | |
// @description binary trade purchase in one click | |
// @author You | |
// @match https://webtrader.binary.com/* | |
// @grant none | |
// @author Samintha Kaveesh | |
// @require https://code.jquery.com/jquery-1.12.4.min.js |
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 One Confluence No Format Macro Selector | |
// @namespace https://gist.github.com/skaveesh | |
// @version 1.3 | |
// @description One Confluence No Format Macro Selector for Pearson | |
// @author Samintha Kaveesh | |
// @run-at document-idle | |
// @match https://one-confluence.pearson.com/* | |
// @grant none | |
// @require https://code.jquery.com/jquery-1.12.4.min.js |
NewerOlder