I hereby claim:
- I am fabianmossberg on github.
- I am fabianmossberg (https://keybase.io/fabianmossberg) on keybase.
- I have a public key whose fingerprint is F2FF E205 2D63 597F 313A B8E8 7F80 5ED2 EF4D 3F42
To claim this, I am signing this object:
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 Make npmjs.org suggest pnpm. | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Making npmjs use pnpm in the suggested code. | |
// @author Fabian Mossberg | |
// @match https://www.npmjs.com/ | |
// @icon https://pnpm.io/img/pnpm-no-name-with-frame.svg | |
// @grant none | |
// @since 0.2 - Adding `.shell` as a selector. |
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
#!/bin/bash | |
# | |
# By Zibri (2019) | |
# Modified by @rokibhasansagar | |
# | |
# Usage: gitclean git-repo-url | |
# | |
gitclean () | |
{ | |
git clone "$1" workDir && { |
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
/* | |
* Add our Custom Fields to simple products | |
*/ | |
function mytheme_woo_add_custom_fields() { | |
global $woocommerce, $post; | |
echo '<div class="options_group">'; | |
// Text Field |
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
Bing Webmaster Tools | |
https://www.bing.com/toolbox/webmaster free | |
Browseo | |
http://www.browseo.net/ free | |
Google Analytics | |
https://www.google.com/analytics/ free |