Pixel C MXB48T from MXB48J
Pixel C MXB48T from MXB48K
Nexus 6P MMB29Q from MMB29P
Nexus 5X MMB29Q from MMB29P
Nexus 6 MMB29Q from MMB29S
Nexus Player MMB29U from MMB29T
Nexus 9 (LTE) [MMB29R from MMB29S](https://android.go
View nexus-ota-updates-2016-02-01.md
View ThemeForest Total Sale Calculator.md
ThemeForest Total Sale Calculator
Create a bookmark in your broser and copy pase calc.min.js
content in url.
Now you can go to the a themeforest page and click on that bookmark.
You can set window.dollarInToman=5000
in js console.
If you want to make money in themeforest like us cotact me ;)
View gist:3932317
// Customizing WordPress Menu With Descriptions | |
class Menu_With_Description extends Walker_Nav_Menu { | |
function start_el(&$output, $item, $depth, $args) { | |
global $wp_query; | |
$indent = ( $depth ) ? str_repeat( "\t", $depth ) : ''; | |
$class_names = $value = ''; | |
$classes = empty( $item->classes ) ? array() : (array) $item->classes; |