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
// hack! flatten eModal button | |
$(window).on('shown.bs.modal', function(e) { | |
$('.modal-footer button').addClass('btn-flat') | |
}); |
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
{ | |
"createdBy": "Redirector v3.1.0", | |
"createdAt": "2016-08-25T09:41:20.927Z", | |
"redirects": [ | |
{ | |
"description": "Blogspot NCR", | |
"exampleUrl": "http://ibnusfsite.blogspot.com/2016/07/google-akhirnya-mengumumkan-nama.html", | |
"exampleResult": "http://ibnusfsite.blogspot.com/ncr/2016/07/google-akhirnya-mengumumkan-nama.html?ncr=1", | |
"error": null, | |
"includePattern": "http(.+)blogspot([^/]+)(.+)", |
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 Internet Positif Redirect | |
// @namespace https://github.com/ditdot | |
// @description Handle Internet Positif redirected (blocked) page | |
// @author Dit Dot <ditdotx@gmail.com> | |
// @include *://internetpositif.uzone.id/* | |
// @version 0.1 | |
// @grant none | |
// @run-at document-start | |
// @license WTFPL |
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 Kumpulbagi Redirect | |
// @namespace https://github.com/ditdot | |
// @description Redirect kumpulbagi.com to kumpulbagi.id to avoid Internet Positif | |
// @author Dit Dot <ditdotx@gmail.com> | |
// @include *://kumpulbagi.com/* | |
// @version 0.1 | |
// @grant none | |
// @run-at document-start | |
// @license WTFPL |