This file contains 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 Imbd SkipAd | |
// @namespace Imbdskipad | |
// @version 0.1 | |
// @description Remove IMBD header ad | |
// @author keesiemeijer | |
// @match https://www.imdb.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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 WordPress topic redirect | |
// @namespace WordPress_topic_redirect | |
// @description Forces https, adds view=all to topic urls and redirects if needed in the WordPress support forums. | |
// @version 1 | |
// @grant none | |
// @run-at document-start | |
// @include *://*wordpress.org/support/topic/* | |
// @include *://wordpress.org/support/users/* | |
// @include *://wordpress.org/support/theme/* |
This file contains 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
1118 wp | |
714 get | |
389 post | |
242 comment | |
217 link | |
190 user | |
158 update | |
156 the | |
141 meta | |
139 admin |
This file contains 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 Youtube SkipAd | |
// @namespace keesiemeijer | |
// @version 0.1 | |
// @description Automatically skips ads after 5 seconds | |
// @author keesiemeijer | |
// @match https://www.youtube.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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
<?php | |
add_action( 'widgets_init', 'register_my_scheduled_posts_widget' ); | |
function register_my_scheduled_posts_widget() { | |
register_widget( 'My_Scheduled_Posts_Widget' ); | |
} | |
class My_Scheduled_Posts_Widget extends WP_Widget { |
This file contains 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
<?php | |
add_action( 'widgets_init', 'register_my_scheduled_posts_widget' ); | |
function register_my_scheduled_posts_widget() { | |
register_widget( 'My_Scheduled_Posts_Widget' ); | |
} | |
class My_Scheduled_Posts_Widget extends WP_Widget { |
This file contains 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_action( 'widget_display_callback', 'page_widget_output', 10, 3 ); | |
function page_widget_output( $instance, $widget, $args ) { | |
$plugin = function_exists( 'km_rpbt_plugin' ) ? km_rpbt_plugin() : false; | |
// Check if the plugin is activated and this is the related posts widget. | |
if ( ! $plugin || ( 'Related Posts By Taxonomy' !== $args['widget_name'] ) ) { | |
return $instance; | |
} |
This file contains 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
869 wp | |
559 get | |
225 post | |
124 link | |
113 is | |
106 comment | |
99 update | |
99 add | |
97 the | |
89 ajax |
This file contains 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
about | |
absint | |
absolute | |
accents | |
access | |
accordion | |
account | |
action | |
actions | |
activate |
This file contains 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
absint | |
access_denied_splash | |
activate_plugin | |
activate_plugins | |
add_action | |
add_blog_option | |
add_clean_index | |
add_comment_meta | |
add_comments_page | |
add_cssclass |
NewerOlder